mfiorilli
mfiorilli
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
render all takes? 2020年4月7日2:07
Here's a script to render all takes. I put it on my ropnet node. Select the ropnet node, click the gear icon -> Edit parameter interface. Then create a button. Put this in the callback script:
for take in hou.takes.takes(): hou.takes.setCurrentTake(take); hou.parm('execute').pressButton()
Make sure the language is set to python for the callback script
for take in hou.takes.takes(): hou.takes.setCurrentTake(take); hou.parm('execute').pressButton()
Make sure the language is set to python for the callback script