In an animation of an object how will I get the real time angle value for an object at each frame. Is there any command for that just like for the location {bpy.data.objects['obj'].matrix_world.translation()}?
At any frame I am trying to get the angle value but it is giving the intial value even though the object has been rotated at that frame.
Asked
Active
Viewed 130 times
0
Anmol Gupta
- 1
- 1
matrix_world.to_euler()orto_quaternion()orto_3x3()– batFINGER Jul 01 '21 at 22:52