Solved Displaying tag properties as part of object's properties

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

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

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

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