AttributeTransfer / KnobCopyCat v1.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Nicholas Joseph
This script links multiple nodes of the same class type in order to change similar knobs at the same time.
Requirements:
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
Windows
25 May 2021
161

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 [email protected]

 

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

 

Please login in order to download these files.

Comments   

 
0 # sebastian brown 2021-05-24 08:30
does this work with expressions as well?
 
 
0 # Nicholas Joseph 2021-05-25 02:12
Ahh.. Doesn't work with expressions.
I'll see if I can get that working, and having it in the next version.

Thanks! :lol:
 
 
+1 # sebastian brown 2021-05-25 02:43
Super cool tool though thanks for getting back to me:) appreciate your contribution to the community!

Cheers
 
 
0 # Nicholas Joseph 2021-05-25 04:20
Thanks. I've been planning on releasing all my scripts, just was too busy. Released 3 so far, hopefully they are helpful to someone.
 
 
0 # sebastian brown 2021-05-25 07:12
I hear you ! I just released my first to nukepedia today certainly not as useful as yours but feels good to release. Thanks Nicholas for responding considering the value of time when you have none!
If you ever need a convoluted Glitch maker check out my first
http://www.nukepedia.com/gizmos/filter/sb_chroma_chaos
have fun with all your scripting endeavors !
Cheers bud ,
Sebastian
 
 
0 # Nicholas Joseph 2021-05-25 21:12
Quoting sebastian brown:
does this work with expressions as well?


Ability to mirror expressions now added.

Thanks!
 
 
0 # sebastian brown 2021-05-26 05:08
Quoting Nicholas Joseph:
Quoting sebastian brown:
does this work with expressions as well?


Ability to mirror expressions now added.

Thanks!


Radical that's great thank you!
 

You have no rights to post comments

We have 2779 guests and 93 members online