paste the clipboard to all selected nodes
pasteToSelected
Updated: 20 February 2012
Author: frank
Compatible Nuke versions: 5.1 or later
Compatibility: Linux, Mac, Windows
v1.1 - fixed missing import statement for nuke module
example menu.py entry:
1 2 3 4 |
import pasteToSelected menuBar = nuke.menu("Nuke") menuBar.addCommand('Edit/Paste To Selected', 'pasteToSelected.pasteToSelected()', index=10) |
Select a bunch of nodes and copy them to the clipboard:
selected the receiving nodes and run the script:
boom: