AttributeTransfer / KnobCopyCat v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
12.2, 12.1, 12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10 or later
Windows
Demo and Install instructions:
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
Comments
I'll see if I can get that working, and having it in the next version.
Thanks!
Cheers
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
Ability to mirror expressions now added.
Thanks!
Radical that's great thank you!
RSS feed for comments to this post