Copy_Special

Makes a copy of the selected node which retains all the input connections. Useful if you like to copy Postage Stamps for example. It works with nodes which have multiple inputs such as Scenes, Merges and Scanline Renderers. Uses the ctrl+alt+c hotkey

Updated: 7 August 2018

Author: thexdan

Compatible Nuke versions: 10.0 or later

Compatibility: Linux, Mac, Windows

Makes a copy of the selected node which retains all the input connections. Useful if you like to copy Postage Stamps for example. It works with nodes which have multiple inputs such as Scenes, Merges  and Scanline Renderers


Uses the ctrl+alt+c hotkey

 

To install place in your .nuke directory and copy the follwing code into your menu.py:

 

import Copy_Special
nuke.menu('Nuke').addCommand('Edit/Copy with Inputs', 'Copy_Special.copy_with_inputs()', 'ctrl+alt+c')


You can obviously customize the hotkey at this stage.

 

Free to use and share. Please credit Daniel Mark Miller

Sign in or register to download or rate.