Execute writenode via python
1 2 3 |
write = nuke.toNode('YourWritenode') nuke.execute(write,firstframe,lastframe) |
Set keyframes in knobs with python Disable knobs on a certain node with python
Nuke stuff I need the interwebs to remember for me.
1 2 3 |
write = nuke.toNode('YourWritenode') nuke.execute(write,firstframe,lastframe) |
Set keyframes in knobs with python Disable knobs on a certain node with python