thumbnailExporter

create thumbnails out selected read nodes.

Updated: 22 May 2014

Author: leafpictures

Compatible Nuke versions: 6.0 or later

Compatibility: Linux, Mac, Windows

Nothing too fancy but for those who need it, here you are.. Today I needed a little script in nuke to export thumbnails out of a selection but could't find one. So here is my version.

Select a couple of read nodes and run the thumbnailExporter. You will be presented this window:

 

Bildschirmfoto 2014-05-21 um 19.00.46

 

# choose a location to where you like  to export your thumbnails

# rescale the thumbs to 50%, 20% or take the full resolution

# choose if you like to have thumbs created from the first frame, middle frame or end frame of each read

 

hit ok. the thumbs are created. Once finished the explorer will pop up and show you the thumbs.

 

 

Instalation:

put the whole thumbnailExport folder in your nuke home directory. in your init.py write this line:
nuke.pluginAddPath('thumbnailExporter')

 

 

Sign in or register to download or rate.