Copy With Links - copy nodes with links to all knobs v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: KirillPleshakov
Сloning will link everything, but you don't need to link exactly everything?
Select your node(s), hit Ctrl+Shift+V , done
Requirements:
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
Linux, Mac, Windows
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
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
Write bugs and critics, I will make it work better!
Thank You!
Please login in order to download these files.