You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an sdf plugin tag has custom child tags, are those tags allowed to have attributes?
I tried loading some custom tags in a plugin, but the tag attributes don't seem to be loaded. If I put the same information in child tags it does work.
For example, SDF Element::GetAttributeCount() returns 0 for the following child tag of a plugin tag:
<customfoo="somevalue"/>
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Jonathan Bohren (Bitbucket: jbohren).
If an sdf plugin tag has custom child tags, are those tags allowed to have attributes?
I tried loading some custom tags in a plugin, but the tag attributes don't seem to be loaded. If I put the same information in child tags it does work.
For example, SDF
Element::GetAttributeCount()
returns0
for the following child tag of a plugin tag:The text was updated successfully, but these errors were encountered: