Generates a PostageStamp node from the selected node/s
PostageStamp from Node
Updated: 25 August 2011
Author: victorperez
Compatible Nuke versions: 4.8 or later
Compatibility: Linux, Mac, Windows
PostageStamp from Node 1.0
Generates PostageStamp/s node/s connected (input hidden) to the selected node/s copying the label from the original node and the filename if the source is a Read node. This is designed to emulate a Read node in aspect.
Quick and simple avoid to use multiple reads or long arrows around the node graph. Hotkey 'ctrl+alt+p'.
1 2 3 |
import postageStampGenerator VictorMenu = nuke.menu('Nuke').addMenu('V!ctor') VictorMenu.addCommand('Generate PostageStamp from node', 'postageStampGenerator.postageStampGenerator()', 'ctrl+alt+p') |
To install it just download the file and copy it in your .nuke folder. Then copy and paste this code in your menu.py