kunz Houdini Python Cookbook

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)