NodeGraph RSS
4.48 Kb
The CY Backdrop adds a shortcut (CTRL+B) to quickly create customized backdrops with adjustable labels, text sizes, fill/border modes, and colors.
2.76 Kb
Cycle the default knob of the selected node through its options, forwards or backwards (using alt+w and alt+shift+w).
8.81 Kb
Houdini and Modo let you edit multiple knobs by simply selecting a few and changing the knob of one of them. This isn't as full-featured as that, but it does let you simply and easily edit multiple nodes at once.
10.39 Kb
A toolbox to help with organising your scripts and working in a fast, flexible and efficient way using dots & labels.
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()')
2.26 Kb
Extracts a node by shaking it from left to right, similar to Shake or Houdini.
3.08 Kb
A keyboard shortcut that manages invisible connections to organize your comp.
7.41 Kb
Help to keep node graph more organised by putting Dots and making connection 90 degrees
27.49 Kb
intuitive deleting inside Nuke: delete selected nodes by just dragging them to the bottom of the screen - like in flame.
8.58 Kb
Removes superfluous Read nodes sharing duplicate knob values (optionally filtered by name regex). Replaces them with shaded PostageStamp nodes with hidden inputs.