pdg string attribute doesn't support "<" and ">" symbols?

   1682   2   1
User Avatar
Member
159 posts
Joined: Feb. 2018
Offline
I try to store some .xml like data in string attribute, but it loses all the content inside the <> field. So after some debug work I find the string attribute doesn't support < > symbols at all.
As you can see.
Edited by EricSheng - June 19, 2019 21:08:38

Attachments:
09559443291.png (119.5 KB)

User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
That is strange, Bug 97542 has been logged
User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
This appears to be a UI issue with the houdini panel stripping out what looks like html. The attribute is set properly - you can test with a pythonscript node
print("`@name`")
  • Quick Links