May
24
I want to create a script that executes nukes CurveTool. I want to set the frame range and render straight away.
cur1 = nuke.toNode(‘CurveTool1)
cur1.knob(‘go’).execute()
So far I get the "frames to execute" dialog box to open, but I dont know how to set the frame range via the script.
Please help me out
Post a Comment