Copy With Links - copy nodes with links to all knobs

Сloning will link everything, but you don't need to link exactly everything? Select your node(s), hit Ctrl+Shift+V , done

Updated: 10 February 2021

Author: kogukas

Compatible Nuke versions: 10.0 or later

Compatibility: Linux, Mac, Windows

Put the script to your plugins directory,

 

copy and paste:

 ###

import CopyWithLinks

nuke.menu('Node Graph').addMenu('KirillPleshakov').addCommand('CopyWithLinks''CopyWithLinks.copyWithLinks()','Ctrl+Shift+v')

###

 to your menu.py

 

 

Select your node(s), hit Ctrl+Shift+v

Linked node(s) created, now you can unlink what you don't want to be linked... That's one of the points to Copy with Links instead of cloning.

 

If you wanna assign a different shortcut - change it at the end of the code

Another fast way to copy with links - Select node(s) - Right-Click anywhere on the Node Graph - FrameForge - CopyWithLinks

CopyWithLinks-pw.png

Write bugs and critics, I will make it work better!

Thank You!

Sign in or register to download or rate.