NukeCollect

This python script reads the nuke comp and collects the scene to another location for archiving.

Updated: 15 May 2011

Author: JoHaNMcR

Compatible Nuke versions: 4.8 or later

Compatibility: Linux, Mac, Windows

Copy this

NukeCollect.py
 
to

C:\Program Files\Nuke6.2v4\plugins

then open the Init.py u can find them on:

C:\Program Files\Nuke6.2v4\plugins

n at the end paste this:

import NukeCollect

then save it, restart nuke

open the copm

leave the mouse in the nodegraph y type (x) on the keyboard to open the commands window and paste this:

NukeCollect.collectThisComp()

check the python button n press ok

choose ur destinaton path destination n press ok

-------------------------------------------------------------------------------

if u wanna have it on the nuke's UI try this, go to

C:\Program Files\Nuke6.2v4\plugins

open the file  Menu.py then edit n paste this at the end:

#NukeCollect
stMenu = nuke.menu("Nodes").addMenu("Nuke_Collect")
stMenu.addCommand('Collect this comp', 'NukeCollect.collectThisComp()')



ENJOY
BY: Johan Romero

Sign in or register to download or rate.