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

    Generating the Objectproperties dialog

    Scheduled Pinned Locked Moved PYTHON Development
    4 Posts 0 Posters 364 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 15/03/2013 at 03:23, xxxxxxxx wrote:

      Hello everyone,

      Sorry for opening so many threads here, but the subjects are quite different.

      I have a Object data plugin and i specify the UI -> the object properties interface in th .res File. Problem is, that i would like to be able to add more InExcludedata Fields dynamically, meaning that if you click a "+" sign, another inexclude field appears.

      Is that possible with the .res approach?

      if not, how?

      thanks

      Aurel

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

        On 15/03/2013 at 03:45, xxxxxxxx wrote:

        Hi Amadeo,

        no it is not possible with Python. For C++ see NodeData::GetDDescription().

        Best,
        -Niklas

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

          On 15/03/2013 at 05:21, xxxxxxxx wrote:

          Thank you!

          Not per say good news, but what can you do^^

          Aurel

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

            On 15/03/2013 at 07:45, xxxxxxxx wrote:

            You aren't really missing anything that special though.
            Even if you had access to the GetDDescription() in Python. You still couldn't delete them once you've created them. All you can do is hide them once they are created.
            It's a pretty big limitation.

            UserData is the only way to have true complete control over dynamically creating, changing, & deleting gizmos. And you have that in Python.

            -ScottA

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