SCRIPTS
SHIFT + P
SB_AutoPostage
Make Postage stamp with node name read file name and dynamic properties link. A Button Papa links finds original node “SB_button”
SHIFT + L
SB_Quick_Label
rename with the quickness! retains original node name and adds a name to label making sure there is no confusion
SHIFT + < SHIFT + >
SB_Increase/Decrease Font
Help give pizzazz to those special nodes dots and backgrounds. Interactively increase and decrease font sizes on selected nodes
SHIFT + R
Reveal in Explorer
Open any read or write node in windows from Nuke
Add all below to add all to menu.py
######## add to your menu.py import SB_button import SB_autopostage ################# my menu add ######## import SB_quickLabel import setnodecolor toolbar = nuke.menu("Nodes") SBscripts = toolbar.addMenu("SB", icon= 'SB_icn_pyra.png') SBscripts.addCommand('SB_autopostage', 'SB_autopostage.SB_autopostage()', 'shift+p', icon= 'FrameRange.png',) SBscripts.addCommand('Change Dat Color B', 'setnodecolor.setNodeColor()', 'alt+shift+c', icon= 'SB_icon.png') SBscripts.addCommand('SB_QuickLabel', 'SB_quickLabel.SB_quickLabel()', 'shift+l', icon= 'Text.png',) ########### font scale import SB_increaseFont import SB_decreaseFont SBscripts.addCommand('SB_increaseFont', 'SB_increaseFont.SB_increaseFont()', 'shift+.', icon= 'SB_icon.png',) SBscripts.addCommand('SB_decreaseFont', 'SB_decreaseFont.SB_decreaseFont()', 'shift+,', icon= 'SB_icon.png',) ####### ADD RevealInExplorer ############# import RevealInExplorer SBscripts.addCommand('SB_Reveal_In_Explorer', 'RevealInExplorer.RevealInExplorer()', 'shift+r', icon= 'CopyRectangle.png',)
Best Nuke Scripts
Hotbox by Wouter Gilsing
UPDATED v1.9. Hotbox for Nuke, similar to Autodesk Maya's. Selection specific menu that appears underneath your cursor for as long as you press the shortcut. Fully customizable, with interface to easily add and modify buttons on the fly. See the video in the description for a demonstration.
wbMultiKnobEdit
edit multiple nodes in an intuitive way. Bring one or more of the same nodes in properties manager select all you wish to edit, push f12 and edit them all by changing value on one
CmdExecute by Jeang Jenq Loh
Render with a command prompt terminal on Windows. You can set the amount of threads which oftenly Nuke does not utilize. On the other side you can set a lower amount to continue working.