Get type of an animationkey in R8/9?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/02/2006 at 07:39, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8/9
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
Hi!
how do I differ animationkeys by "type"(like PositionKey, RotationKey, MorphKey, etc.) in COFFEE in Release 8/9?
I guess it's something like a containervalue, but there isn't any documentation about it :-(.
At the moment I've done a workaround considering the name of the sequence, but that isn't a practicable solution of course...Any help is appreciated.
thx.
Robert -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2006 at 10:53, xxxxxxxx wrote:
Use GetName() on the track .
This will return the track name. 'Position.X' for example.