THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/02/2003 at 05:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
i took the morphmixer sdk example as a base to create standard position and rotation tracks, but i can't figure out how to set up the right value descriptions.
I just want to record positions and rotations of an object , that my plugin moves. By using GetDescriptionID() I found out, that e.g. position tracks have the ID 903, but when I use this, I'll get only Position Tracks without the splitting to the vector components. And since the AnimValue struct that GetKeyValue() returns accepts Real values only, I really don't know how to go on.
Thanks for any help.
Klaus Heyne