So I have an IsAttr.? identity tag on my Attribute component.
then in my tags.1st file I have:
I did this to make copies of the IsAttr tag but I didn't want the tags on the attributes themselves.
After creating an editor tab for classes and assigning the tags to the class, testing, and reloading the system. When I went back into the tab to create a new class the names of the tags were replaced with just the id. Is there a way to get the names back?
then in my tags.1st file I have:
Code:
<group
id="IsAttr"
dynamic="yes">
</group>
<group
id="AttrPrim"
dynamic="yes"
inherit="IsAttr">
</group>
<group
id="AttrSec"
dynamic="yes"
inherit="IsAttr">
</group>
I did this to make copies of the IsAttr tag but I didn't want the tags on the attributes themselves.
After creating an editor tab for classes and assigning the tags to the class, testing, and reloading the system. When I went back into the tab to create a new class the names of the tags were replaced with just the id. Is there a way to get the names back?
Attachments
Last edited: