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

    Accessing Timelines in Python

    PYTHON Development
    0
    2
    469
    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 20/03/2011 at 13:43, xxxxxxxx wrote:

      Where are timeline type things located? Not BaseTime, but an actual Timeline(window>Timeline)? I know I can just CallCommand to bring one up, but I'm trying to access parameters like The Show Animated Parameter which I think I found in the symbols.h file(I assume it's DELME_IDM_TLFILTER_SHOWANIMATED), but I need to somehow pass a timeline to a variable don't I?

      Like tl=c4d.BaseType(timeline)
      tl[c4d.DELME_IDM_TLFILTER_SHOWANIMATED]=False

      Any ideas?

      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 20/03/2011 at 15:29, xxxxxxxx wrote:

        There is no direct access to the timeline and DELME_IDM_TLFILTER_SHOWANIMATED is an outdated symbol. c4d.CallCommand(...) is the only way to call this command. The command is called on the last used timeline.

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