Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python 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
    • Recent
    • Tags
    • Users
    • Login

    Copy tracks

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 296 Views
    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 Offline
      Helper
      last edited by

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

      On 12/10/2009 at 10:55, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   11.x 
      Platform:      Mac OSX  ; 
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      How can I copy a track from an object to another?
      For example, I have a cube with some keyframes recorded. How can I copy all its animation tracks to another object?
      I tried something like:

      > \> track1=op1->GetFirstCTrack(); \> while(track1) \>    { \>    track2=track1->GetClone(); \>    op2->InsertTrack(track2); \>    track1=track1->GetNext(); \>    } \>

      But it is not working 😞
      Any help would be greatly appreciated.
      p.s. This is kind of urgent.

      Rui Batista

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

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

        On 13/10/2009 at 02:30, xxxxxxxx wrote:

        Unfortunatly creating tracks is currently not possible in COFFEE.

        cheers,
        Matthias

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

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

          On 13/10/2009 at 03:43, xxxxxxxx wrote:

          Still?!?!?
          I was not even trying to "create" tracks. I was merely copying from an object to another. I know this, implicitly, should "create" tracks in the target object but... let me tell this once again: it is a tremendous handycap in COFFEE 😞

          Rui Batista

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