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
    • Register
    • Login
    1. Maxon Developers Forum
    2. rndm_cg
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    rndm_cg

    @rndm_cg

    0
    Reputation
    2
    Profile views
    2
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    rndm_cg Unfollow Follow

    Latest posts made by rndm_cg

    • RE: [Python] Best practice for creating multiple custom tabs in a .res file (ObjectData)

      @ferdinand thanks so much, problem solved!

      posted in Cinema 4D SDK
      rndm_cgR
      rndm_cg
    • [Python] Best practice for creating multiple custom tabs in a .res file (ObjectData)

      Hi everyone,

      I am currently developing a Python Generator plugin (ObjectData) and I'm struggling to get a clean, multi-tabbed interface in the Attribute Manager using the .res file.

      My goal is to have the standard "Basic" and "Coord" tabs, followed by several custom tabs of my own (e.g., "General", "Spirals", "Wind Settings" ...).

      If I use GROUP ID_OBJECTPROPERTIES for my first set of parameters, it works fine. However, if I try to add more root-level GROUP blocks next to it to create additional standalone tabs, the UI either merges them into the bottom of the previous tab or breaks entirely depending on how I format it.

      I've looked at examples, but I keep running into parsing issues.

      Could someone share the recommended, minimal .res hierarchy to properly define multiple independent custom tabs alongside the default Obase inclusions?

      Thanks in advance for your time and help! 🙏

      posted in Cinema 4D SDK python 2026 windows
      rndm_cgR
      rndm_cg