Animation Time Track

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 03/04/2003 at 21:33, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.100 
Platform:      Mac OSX  ; 
Language(s) :     C++  ;

---------
When importing from v7 TimeTracks show up upon the DOCUMENT_IMPORT message ( disappearing later the same as parameter tracks ) but I cannot seem to find any data in the keyframes. I can now import all parameter animation and create tracks ( even components! ). But the imported time track keyframes seem empty ( I am sure I am not looking in the right area ). Help?

Best Regards,
bt

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 04/04/2003 at 05:52, xxxxxxxx wrote:

Though the imported time tracks look like standard Svalue tracks they are actually still simple R7 time tracks with time keys. So look in the container of each key and use these constants:

    
    
    #define TIMEKEY_P_EX   1000 // VECTOR  
    #define TIMEKEY_VL_EX  1001 // VECTOR  
    #define TIMEKEY_VR_EX  1002 // VECTOR

The vectors have the position in X and the value in Y.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 04/04/2003 at 07:01, xxxxxxxx wrote:

Yep I found before going to sleep last night ( found out that sometimes the container items do not show up if I use GetDataInstance, once I used GetData all was good ). Now I just have to make sure I can ket the animvalue variables all set right. Fun, fun...

Thanks!
bt