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
    • Login

    Change the default name of ID_OBJECTPROPERTIES

    Cinema 4D SDK
    python
    2
    3
    598
    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.
    • mfersaouiM
      mfersaoui
      last edited by mfersaoui

      Hello,

      I'm searching how to rename the default tab ID_OBJECTPROPERTIES "Object", I have created a new GROUP instead of it, this is works.
      But the problem now is: when I open or my plugin object the "Basic" tab is selected by default but I want to set the new GROUP as the default selected tab.

      objectproperties_name.jpg

      Thanks.

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        hi,

        after overthinking about it, adding DEFAULT 1; in your .res file should be enough.

        CONTAINER pc12794
        {
        	NAME pc12794;
        	INCLUDE Obase;
        
        
        	GROUP ID_MYPERSONALTAB
        
        	{
        		DEFAULT 1;
        		REAL ONEFLOAT { CUSTOMGUI REALSLIDER;}
        
        	}
        
        
        }
        

        cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        mfersaouiM 1 Reply Last reply Reply Quote 0
        • mfersaouiM
          mfersaoui @Manuel
          last edited by

          @m_magalhaes said in Change the default name of ID_OBJECTPROPERTIES:

          DEFAULT 1;

          Thank you much.

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