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

   2316   2   1
User Avatar
Member
159 posts
Joined: 2月 2018
オフライン
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 - 2019年6月19日 21:08:38

Attachments:
09559443291.png (119.5 KB)

User Avatar
Member
603 posts
Joined: 9月 2016
オフライン
That is strange, Bug 97542 has been logged
User Avatar
Member
603 posts
Joined: 9月 2016
オフライン
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