A switch that changes color
cm_switch
First submitted: 2 August 2020
Author: Chris McCrowe
Website: https://www.chrismccrowe.com
Compatible Nuke versions: 8.0 or later
Compatibility: Linux, Mac, Windows

The expression:
[if {[value disable]==true} {
knob tile_color 0x4c0d00ff
brake}]
[if {[value which]<1} then {
knob tile_color 0xff0000ff
} elseif {[value which]==1} then {
knob tile_color 0xff00ff
} else {
knob tile_color 0xffff}]
[value this.which]
or register to download or rate.
Comments