Postage Stamp kit

Improved postage stamp.

Updated: 30 April 2015

Author: lamakaha

Compatible Nuke versions: 8.0 or later

Compatibility: Linux, Mac, Windows

v2.0

not using PostageStamp node anymore but NoOp instead for numerous reasons: faster loading times on some renderfarms, ability to connect to 3D and Deep nodes

see short video:

https://youtu.be/CcFAVIXTLtI 

shortcut 'F8' - create NoOp for selected node/nodes
shortcut 'Alt+C' - reconnect all connections while performing copy/paste operation
shortcut 'z' - show all children connected to the selected 'parent' node (forgot to mention this one in the video).

key features

direct connection to the parent
'show source' button - open the properties panel of the parent node
'jump to source' button - zoom the nodegraph on parent node and opens its panel
'reconnect' button - reconnect connection if accidentially lost
keep the name of the parent node
if parent node has a label keep the label of the parent node
does work with Camera/3D/Deep nodes

Instalation:

1. unzip
2. copy content to your plugins directory

3. add to your menu.py:

import Postage, copyPostage, Hidden
m=nuke.menu('Nuke')
n=m.addMenu('postage')
n.addCommand('PostageStamp', 'Postage.Postage()','F8',icon = 'PostageStamp.png')
n.addCommand('copyPostage', 'copyPostage.copyPostage()','Alt+c')
n.addCommand('HiddenPostages','Hidden.Hidden()', 'z')

 




 

Sign in or register to download or rate.