Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Register
    • Register
    • Login

    How to create Preference hierarchy child tree item

    Cinema 4D SDK
    python r23
    2
    3
    525
    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.
    • mikeudinM
      mikeudin
      last edited by

      It is possible to create python Preference plugin with child tree item?
      Thanks!
      child_item.png

      Checkout my python tutorials, plugins, scripts, xpresso presets and more
      https://mikeudin.net

      ferdinandF 1 Reply Last reply Reply Quote 0
      • ferdinandF
        ferdinand @mikeudin
        last edited by ferdinand

        Hello @mikeudin,

        Thank you for reaching out to us. Doing this is possible with the argument parentid when registering the preferences hook.

        parentid (int) – The ID of the preference parent hook. Should be usually set to 0.

        Cheers,
        Ferdinand

        MAXON SDK Specialist
        developers.maxon.net

        mikeudinM 1 Reply Last reply Reply Quote 0
        • mikeudinM
          mikeudin @ferdinand
          last edited by

          @ferdinand Thank you! I'll check it!

          Checkout my python tutorials, plugins, scripts, xpresso presets and more
          https://mikeudin.net

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