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

    Render Data Container Names

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 258 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 15/07/2007 at 18:49, xxxxxxxx wrote:

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

      ---------
      Hi,

      I'm trying to create a plug-in that saves out render data to an external file. I can do this by querying the base container line by line for every value there (for example with RDATA_FRAMERATE, RDATA_ANTIALIASING, etc.) and storing those values in variables. This is pretty time consuming and not very flexible.

      The other way I can do this is to get the data by iterating through the Index Ids, which works, as well, but I can't figure out how to actually get an associated container name for those IDs (which I would really like to have). For example, I can get a value of 320 for ID 5008, which corresponds to output resolution width, but, I'd like it to return "RDATA_XPIX."

      Is there any way to do this?

      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 16/07/2007 at 01:11, xxxxxxxx wrote:

        iterating through the IDs is not save, they might change with future versions of Cinema.

        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 16/07/2007 at 08:23, xxxxxxxx wrote:

          So, you think it is better to hard code this line by line? This is definitely doable, but leaves me in the dark a little bit since I don't know what video post plug-ins a user might have. (For instance, VRay is supposed to be released soon)

          I'd still like to know if there is a way to return the name of the container. It will make it a lot easier to code this, rather than having to dig through the SDK to find what I'm looking for.

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