Sep
11
pulldown with values
Posted in: NUKE from The Foundryhi
is it possible to create a pulldown knob and assign values to the entrys?
here is an example from a pulldown knob. entry 80 has the value 0 and entry 500 has the value 1. but i wanna entry 80 to have value 80 (or something else) and so on…
set cut_paste_input [stack 0]
version 5.2100
push $cut_paste_input
NoOp {
name NoOp1
selected true
xpos -702
ypos 597
addUserKnob {20 User}
addUserKnob {4 scene l SCENE M {80 500 "" ""}}
scene 500
addUserKnob {3 value l VALUE}
value {{this.scene}}
}
Post a Comment