Toggle menu
kunz
Houdini Python Cookbook
personal-extra
Toggle personal menu
Personal tools
Log in
Toggle search
Search
Random page
Houdini Python Cookbook
From kunz
Views
View
View source
History
Actions
Namespaces
Page
Discussion
Variants
Tools
What links here
Related changes
Printable version
Permanent link
Page information
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)