AttributeTransfer / KnobCopyCat

This script links multiple nodes of the same class type in order to change similar knobs at the same time.

Updated: 26 May 2021

Author: nfrancisj

Compatible Nuke versions: 10.0 or later

Compatibility: Windows

Demo and Install instructions:

Demo Video on YT

 

Info:

Quickly change knobs of a similar node class at once.
Simply select a master node, make sure it's loaded into the properties panel,
then shift-select a few slave nodes to add them to the selection, then activate the script by
using the hotkey F1. (Hotkey can be changed in the menu.py to whatever you want)
The slave nodes are now listening to the master for changes.
To end the connection, you can click anywhere in the node graph, deselecting all nodes.

Bugs? Let me know at

 

Install:


1) COPY TokyoSoupTools FOLDER TO .NUKE FOLDER

2) ADD TO INIT.PY

nuke.pluginAddPath('.\TokyoSoupTools\gizmos')
nuke.pluginAddPath('.\TokyoSoupTools\icons')
nuke.pluginAddPath('.\TokyoSoupTools\scripts')

3) ADD TO MENU.PY

#### Attribute Transfer ####
try:
from attriTransfer import attriTransfer
nuke.menu('Nodes').addCommand('', 'attriTransfer()', 'F1')
except: pass

####

 

Version Change Log:

Changes Made in version 1.1.0  (5-25-2021):

- Added the ability to mirror expressions on knob

 

Sign in or register to download or rate.