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 Setting name

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 499 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

      On 09/01/2018 at 03:52, xxxxxxxx wrote:

      _<_t_>_
      We can get the details of any render setting using this:
      rd = documents.GetActiveDocument().GetActiveRenderData().GetData()

      But I could not find any property for getting the render setting name from this render data (rd). How can we get the name?

      I looked into the properties listed here:
      https://developers.maxon.net/docs/py/2023_2/modules/c4d.documents/RenderData/index.html

      Thanks.


      <_<_t_>_

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 10/01/2018 at 00:05, xxxxxxxx wrote:

        documents.GetActiveDocument().GetActiveRenderData().GetName()

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 10/01/2018 at 04:20, xxxxxxxx wrote:

          Hi,

          GetName() function is declared in BaseList2D class.
          RenderData inherits BaseList2D, which inherits GeListNode, which inherits C4DAtom. So the methods of all these classes can be called on a RenderData object.
          BaseList2D, GeListNode and C4DAtom are the base classes for many others in Cinema 4D API. These provide the basic operations for most elements in Cinema.

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