Toggle menu
kunz
Houdini Python Cookbook
Toggle personal menu
Search
Toggle search
Houdini Python Cookbook
From kunz
Read
View source
View history
Page
Discussion
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>")
(diff) ← Older revision |
Latest revision
(
diff
) |
Newer revision →
(
diff
)
for node in hou.node("/").allSubChildren(): node.cook(force=True)