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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    GetFirstSequence

    Scheduled Pinned Locked Moved Bugs
    2 Posts 0 Posters 557 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 11/11/2007 at 23:41, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      If I try something like this:

      var myTrack = op->GetFirstTrack();
      var mySeq = myTrack->GetFirstSequence();

      myTrack will always be Null.
      GetFirstSequence seems not to be defined at all and will produce an error.

      I know that there have been some large timeline changes in the past, but how do I access keyframes in COFFEE?

      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 12/11/2007 at 17:20, xxxxxxxx wrote:

        In R10, the current COFFEE versions have no access whatsoever to animation. This is because Maxon changed the classes from BaseTrack/BaseSequence/BaseKey to CTrack/CCurve/CKey. Therefore, GetFirstTrack() will always return NULL.

        For the time being, support for R9.6 and earlier is the only available for COFFEE and animation.

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