pasteToSelected v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Frank Rueter
paste the clipboard to all selected nodes
Requirements:
5.1, 5.2, 6.0, 6.1, 6.2, 6.3 or later
Linux, Mac, Windows
5.1, 5.2, 6.0, 6.1, 6.2, 6.3 or later
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:
Please login in order to download these files.
Comments
copy script to plugins dir
select nodes - edit - paste to selected - error (name 'paste to selected' is not defined)
6.3 x64
import pasteToSelected
global name nuke is not defined
RSS feed for comments to this post