NodeGraph
RSS
2.12 Kb
Little python snippet to deploy crops after the merges with bbox more than the user-specified format. place the deployCrops file into your .nuke/python directory Add this to the menu.py file # deployCrops nodeMenu = nuke.menu('Nuke').findItem('Edit/Node') nodeMenu.addCommand('deployCrops', 'deployCrops.deployCrops()')


0.76 Kb
Makes a copy of the selected node which retains all the input connections. Useful if you like to copy Postage Stamps for example. It works with nodes which have multiple inputs such as Scenes, Merges and Scanline Renderers. Uses the ctrl+alt+c hotkey


3.29 Kb
This tool lets you open and close your node properties with two custom shortcuts.


237.64 Kb
Use this script and any highlighted Tracker4 nodes will sprout a SplineWarp node with Pins using the tracks and reference frame from the Tracker node.


10.39 Kb
A toolbox to help with organising your scripts and working in a fast, flexible and efficient way using dots & labels.


21.13 Kb
Panel designed to help user to operate on many nodes in the same time


0.70 Kb
Python script which lets you enable and disable nodes based on user input and class. I know Nuke already has select similar option, but for people who don't like going into menus this may be helpful.Just add the text to the menu.py file in your .nuke directory . Thanks


1.96 Kb
Change node color when the time marker hits a specific frame or frame range.


1.10 Kb
This simple code to apply tracking info to roto node from selected Tracker node. I made this script based on Alexey KuchinskY's TrackToRoto. So the base idea Alexey KuchinskY's. This script will work with all the nuke versions and all platforms.


3.26 Kb
Change StickyNote tile color to the color of another selected node

