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

    Custom number of parameters for ObjectData plugin

    SDK Help
    0
    3
    529
    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
      Helper
      last edited by

      On 16/11/2017 at 09:53, xxxxxxxx wrote:

      I suggest you to read this example wich does exactly what you need.
      https://github.com/PluginCafe/cinema4d_cpp_sdk/blob/master/source/gui/objectdata_descriptions.cpp#L236

      Where basicly you retrieve a "DescriptionContainer" using GetCustomDataTypeDefault and push it to your description with the correct DescID.

      The example can look a bit scary since it' pretty huge, but it's cover pretty much all kinds of UI possible to add to an object description.

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

        On 17/11/2017 at 03:02, xxxxxxxx wrote:

        Thank you. i will take a look at it. 🙂

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

          On 17/11/2017 at 05:27, xxxxxxxx wrote:

          Hi,

          maybe you also want to take a look at some manuals in the SDK Documentation:
          NodeData::GetDDescription() Manual
          Description Manual
          Description Settings Manual

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