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
    • Recent
    • Tags
    • Users
    • Login

    ObjectPlugin without res description

    Scheduled Pinned Locked Moved PYTHON Development
    5 Posts 0 Posters 382 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 06/05/2014 at 00:06, xxxxxxxx wrote:

      Is it possible to create an ObjectPlugin whose layout in the Attribute Manager is created with code instead of with a res file?

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

        On 06/05/2014 at 01:09, xxxxxxxx wrote:

        NodeData::GetDDescription() is not available in Python.

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

          On 06/05/2014 at 01:48, xxxxxxxx wrote:

          So, it is impossible to create a description for an object plugin that can fill in a combo box (or a LONG CYCLE), dynamically? 😞

          I would like to create an object that included a list of presets and those presets could be saved. So, each time a new object was created (or a new preset saved), a list of files would be read and a list would be populated with data.
          So, how could I create a list of data that can be dynamically updated from inside the ObjectPlugin?

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

            On 06/05/2014 at 06:29, xxxxxxxx wrote:

            From Python, only UserData can do this.

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

              On 06/05/2014 at 07:19, xxxxxxxx wrote:

              Yup, I finally figured that only through UserData I can do what I want.
              Now I only need to know how to change the name of the Tab from UserData to something else.

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