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

    Timeline sequence extension oddness

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 206 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 08/06/2006 at 22:16, xxxxxxxx wrote:

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

      ---------
      I have a beta-tester who gets an error message if he extends the sequence to frame -1 using the Timeline player controls (I'm assuming) without making a similar change in the Project settings and then does something with my plugin that creates a new key at that frame (AutoAddSequence() returns NULL). Also, if you extend the Timeline in the other direction by one frame, the sequence is not extended by one frame, but up to frame 240 (from the base 90 frames).

      The sequence extension is done using AutoAddSequence(). Could you provide more information about the limitations and operations of this method? I send the document and, for the BaseTime, document->GetTime() as keys are created at the current frame only.

      Thanks,

      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 09/06/2006 at 02:23, xxxxxxxx wrote:

        What I've found is that if I use document->SetMinTime() and document->SetMaxTime() as required to update an extended Timeline before calling track->AutoAddSequence(), the sequence is extended properly.

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