mfiorilli
mfiorilli
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
render all takes? April 7, 2020, 2:07 a.m.
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