This tool lets the artist select multiple nodes in their node graph and attach any node (of the same node) with one knob adjusted. And this update lets the artist attach cloned nodes if they want.
J_AttachNodesTool
Updated: 16 March 2019
Author: jazlyncartaya
Compatible Nuke versions: 8.0 or later
Compatibility: Linux, Mac, Windows
(1) Download file from Nukepedia
(2) Copy code from file
(3) Paste code in menu.py
(4) Delete the hashtags in front of:
#import nuke
and
#nuke.menu('Nuke').addCommand('J_AttachNodes/Attach Nodes',
and
#'attach_nodes()',
and
#'ctrl+alt+a')
(5) Save your menu.py and close Nuke
(6) Re-open Nuke
(7) Select nodes that you would like to attach the same node too
(8) Hit ctrl+alt+a
(9) Type in node name (type node name exactly how you would see it written if you hit tab and selected a node; node name must start with capital letter; see pictures below)
(10) Enjoy!
Please message me if something does not work or with suggestions to improve it! Thanks!