Postage Stamp kit v2.1
This location is for Registered Users Only.
Perhaps you need to login or register.
8.0 or later
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:
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')
Comments
line 51, in Postage
u.setXYpos(x,y+50)
TypeError: integer argument expected, got float
Fixd with those two lines:
8. x = int(t['xpos'].v alue())
9. y = int(t['ypos'].v alue())
yes this happened with Nuke8
most of my scripts had the same issue
glad you found the way to fix it.
will post updated version of Postage with few new features soon!
"~/.nuke" - this is your home directory
on my windows machine it is
"C:/Users/lamakaha/.nuke"
best please google how to setup menu.py for Nuke.
my first hit was
https://vimeo.com/48229585
but there are plenty other great explanation on the net.
contact me if you will have some other questions
good luck
I am stopping development of this toolset, Adrian Pueyo is taking over updates and support
please visit
http://www.nukepedia.com/gizmos/other/stamps
to get latest versions
RSS feed for comments to this post