SetTags() method

   2534   3   1
User Avatar
Member
2 posts
Joined: 3月 2012
Offline
Hi all.
I have question about hou.StringParmTemplate() class.
How can i get list of keys for all tags.
I tried tags() method, but it returned empty dictionary
Thank you.
User Avatar
Member
57 posts
Joined: 7月 2018
Offline
If the tags()method returns an empty dictionary, it's likely that it's indicating that no tags have yet been set. You can use setTags()to specify a custom tag or something like setScriptCallbackLanguage(), which would then list script_callback_language as one of the tag keys.
User Avatar
Member
2 posts
Joined: 3月 2012
Offline
Hi Hans.
Lovely, that is what im looking for, all tags.
So far i know: script_callback, script_callback_language, group_type, editor and editorlang.
What i dont know is, how to get the list of all available tags
User Avatar
Member
57 posts
Joined: 7月 2018
Offline
Good point. I haven't yet found a comprehensive list in the docs about each and every available tag, with the exception of the ones listed under Built-in Tags.
Reference: https://www.sidefx.com/docs/houdini/ref/windows/optype.html#tags [www.sidefx.com]

Attachments:
houdini_parameterTags.png (80.6 KB)

  • Quick Links