pasteToSelected

paste the clipboard to all selected nodes

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:
pasteToSel_01

selected the receiving nodes and run the script:
pasteToSel_02

boom:
pasteToSel_03

Sign in or register to download or rate.