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

    Activate tab

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 332 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 22/07/2012 at 02:20, xxxxxxxx wrote:

      When I add a tag (that I created) to an object, only the Basic tab is activated in the Object Manager.
      I do have am additional tab for settings on that tag. How can I make it active too, as I create a new tag?

      Rui Batista

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 22/07/2012 at 04:09, xxxxxxxx wrote:

        In your resource file, you probably have something like this:

          
        CONTAINER Ttagname   
        {   
        NAME Ttagname;   
        INCLUDE Tbase; // or it could be Texpression   
          
        GROUP SOME_GROUP_NAME   
        {   
        // some elements   
        }   
        

        What you need to do is name that first group 'ID_TAGPROPERTIES' which is a special name Cinema recognises and will make that the active tab by default when the tag is created.

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 22/07/2012 at 04:19, xxxxxxxx wrote:

          Thank you, that worked just fine 🙂

          Rui Batista

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