Your IP address will be publicly visible if you make any edits.
Houdini Python Cookbook
From kunz
More actions
Revision as of 20:31, 19 November 2021 by Admin(talk | contribs)(Created page with "<syntaxhighlight lang='Python'> for node in hou.node("/").allSubChildren(): node.cook(force=True) </syntaxhighlight>")