I would like to animate a body using data I have collected in an external text file. How would I go about importing quaternion data and animating an object from it using a python script.
Here is a sample of the data:
0.90,0.13,-0.09,-0.41 0.90,0.11,-0.08,-0.40 0.91,0.10,-0.08,-0.40 0.91,0.09,-0.07,-0.40 0.91,0.08,-0.07,-0.40
It is in the format WXYZ where each line in the file would be a frame.