I want to animate a plane xyz coordinates, its scale on xyz and its rotation on the z axis based on a text file data where each line its a frame.
Example text file:
2265.48 563.242 0 166.402 166.402 100 7.3225
2266.61 562.668 0 166.529 166.529 100 7.32268
2267.35 562.864 0 166.622 166.622 100 7.32859
...
Where the data is organized like this:
[x coordinate] [y coordinate] [z coordinate] [x scale] [y scale] [z scale] [z rotation]
I dont have experience in python so i would like a helping hand if possible.