writeLauncher

Allows you to launch several renders one after the other even if they are not from the same script

Updated: 29 January 2016

Author: simorlabrasse

Compatible Nuke versions: 7.0 or later

Compatibility: Windows

This script allows you to launch several renders one after the other even if they are not from the same script.

It saves the render command in a .bat file that you can run later.

 

How to use :

 

In your script, selection the writes nodes you want to render and launch the script. Choose where to save the .bat file and the option.

Click 'launch later'

 

Go to an other script, selection your write node, launch the script and choose the save file location.

 

Do this operation for as many script as you want.

When you're ready, just double click the .bat file or click 'render now' the last time you run the script.

Option :

multiwrite : render all the write in the same time and not one after the other.

Increments writes : increment you file version if writen like : _v001

 

######

 

To install :

Copy the 'writeLauncher.py' in your .nuke folder or any folder read by nuke at startup

add this line to your 'menu.py' :

 

nuke.menu( 'Nuke' ).addCommand( 'myMeny/writeLauncher', 'import writeLauncher\nwriteLauncher.writeLauncher(nuke.selectedNodes())' )

 

Of course, you can change 'myMenu' by the menu name you want.

Thanks !

If you have any question, just ask !

Sign in or register to download or rate.