Brian Walters
Brian Walters
About Me
専門知識
VFX Artist
業界:
Film/TV
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Create a hou.Tool in a HDADefinition via HOM 2020年10月22日14:58
Is there a way to create a new hou.Tool that is embedded in a digital asset via HOM? You can obviously add your own in the Type Properties dialog - and I suppose you could hack the xml in HDADefinition.sections() - but that's… hacky.
Are there some methods I'm missing for creating and/or fetching tools that live in an HDA?
Thanks!
Are there some methods I'm missing for creating and/or fetching tools that live in an HDA?
Thanks!
queryWorldPositionAndNormal 2020年8月18日21:19
Pinging this again. I'm curious, too.
hou.Node.outputNode 2020年4月28日18:22
Is there a method that gets the “output” node for a given dive-able node with sop children? One that would return any “output” nodes inside, or else the render flag?
e.g.:
e.g.:
n = hou.node("/obj/geo1/subnet1") n.displayNode() # Node with display flag n.renderNode() # Node with render flag n.outputNode() # Doesn't exist. I want the same logic as what's output from an HDA.