Hans Palacios
Hans Palacios
About Me
Unreal Engine & Houdini Pipeline Developer
EXPERTISE
Technical Director
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
Recent Forum Posts
SetTags() method July 27, 2022, 12:45 p.m.
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]
Reference: https://www.sidefx.com/docs/houdini/ref/windows/optype.html#tags [www.sidefx.com]
SetTags() method July 26, 2022, 1:26 p.m.
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. Accessing attributes from a string Aug. 16, 2021, 4:04 p.m.
Your simplified test case should work if the
f@attr1 = 5.0
is first applied to each vertex in its own Vertex Wrangle and then the next Vertex Wrangle can read the attribute using the 2nd and 3rd lines of code just as you've written them.