Listing object's values from keyframe(s)
-
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 valuesLet 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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/01/2005 at 10:43, xxxxxxxx wrote:
Hi,
afaik this (accessing PSR keys) is not possible anymore with COFFEE since v8.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/01/2005 at 22:37, xxxxxxxx wrote:
Is there any other way to do this?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/01/2005 at 05:14, xxxxxxxx wrote:
well, you could take the Position, Scale and Rotation directly from the object at certain frames. Use AnimateDocument to animate the document and then take the objects PSR.
I thought about the COFFEE issue and maybe accessing the keys might still be possible (but it´s not possible to set new ones!). I am not sure anymore. You might want to check the forum search function to see how to access tracks, sequences and keys.
Hope that helps