Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Houdini Python Cookbook

From kunz
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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
for node in hou.node("/").allSubChildren():
    node.cook(force=True)