Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Animation Time Track

    SDK Help
    0
    3
    331
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post