THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/01/2005 at 09:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;
---------
How do I access an object's pos[x,y,z] values from a keyframe? Or walking through all keyframes and list the object's values
Let say the output will be:
frame:1 obj:Cube x:100 y:100 z:100
frame:3 obj:Cube x:120 y:100 z:100
frame:7 obj:Cube x:150 y:100 z:100
...
frame:60... etc