Sync knob value v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Tae Hyung Lee
This python script allow to synchronize node's changed value to selected nodes.
Once you enter purple mode, knob value you change is copied to selected same node.
Requirements:
9.0, 8.0, 7.1, 7.0 or later
Linux, Mac, Windows
9.0, 8.0, 7.1, 7.0 or later
Linux, Mac, Windows


add menu
import nuke
import knobChange
knobMenu = nuke.menu('Nuke').addMenu('KNOB_CHANGE')
knobMenu.addCommand('Knob Change', 'knobChange.changeAll()', 'f8')
The script use knobChanged callback.
I use this script's hotkey as F8 so please change it as your flavor.
Please login in order to download these files.
Comments
ThX~
RSS feed for comments to this post