Postage Stamp kit v2.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Alexey Kuchinski
Improved postage stamp.
Requirements:
8.0 or later
Linux, Mac, Windows
30 Apr 2015
405

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')

 




 

Please login in order to download these files.

Comments   

 
0 # Goo Roo 2014-02-18 10:04
Had some problem with 51 line.

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())
 
 
0 # Alexey Kuchinski 2015-02-24 13:57
sorry, did miss your comment.
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!
 
 
0 # Cory Banks 2015-05-09 02:59
Hey Alexey, I'm having a hard time installing this. Only installed a few gizmos before but never a .py. I am doing as instructed but nothing seems to be coming up in nuke, not even an added shelf. Any thoughts?
 
 
0 # Alexey Kuchinski 2015-05-09 09:58
Hi Cory, since you are getting no error, i guess your nuke is not reading from the directory you are using.


"~/.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
 
 
0 # Alexey Kuchinski 2019-10-04 06:39
Hi Folks,

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
 

You have no rights to post comments

We have 2381 guests and 97 members online