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

    Displaying tag properties as part of object's properties

    Cinema 4D SDK
    c++ maxon api sdk
    2
    3
    584
    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.
    • yesbirdY
      yesbird
      last edited by

      Hi,

      Could you please suggest me, how to make tag info available in object's properties, like here:

      tag_tab.png

      By default, tag properties are displayed separately, only when tag is selected.

      Thanks in advance,
      Sergey (Yesbird).

      --
      YB

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

        hi,

        if you defined TAG_MULTIPLE when you register your tag, the tag will not be displayed in the attribut manager when you select the object.

        Other than that, i did not found anything special to do.

        With the latest version (i think it was introduced in r25) you have a parameter on each tag to expose the tag on the object ID_EXPOSETAB that must be set to true.

        Cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        yesbirdY 1 Reply Last reply Reply Quote 0
        • yesbirdY
          yesbird @Manuel
          last edited by

          Thanks, @Manuel.

          The reason was in definition of TAG_MULTIPLE at the moment of registration. Now the tag properties are displayed as I was expecting.
          ....
          YB

          --
          YB

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