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
    1. Maxon Developers Forum
    2. murph7andrew
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    murph7andrew

    @murph7andrew

    0
    Reputation
    58
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    murph7andrew Unfollow Follow

    Latest posts made by murph7andrew

    • read active render data

      Hi all,
      I'm developing a plugin for c4d that will need to retrieve various information from the currently loaded scene then export that data to a json that can later be retrieved. I've tried a few different methods of doing this, but no luck yet. The information i'm trying to get is: from frame, to frame, and the base of the filename(not present in the code below).

              doc = documents.GetActiveDocument()
              rd = doc.GetActiveRenderData()
              fromSlice = rd[c4d.RDATA_FRAMEFROM]
              toSlice = rd[c4d.RDATA_FRAMETO]
      

      any guidance would be appreciated, thanks in advance 🙂

      posted in Cinema 4D SDK python
      M
      murph7andrew