Jul
28
Dynamic updating of panel?
Posted in: NUKE from The FoundryIs it possible to refresh an enumeration’s options?
When the user selects a drop down I want the options in the second drop down to change?
(In psuedo code):
enum 1[colors shapes]
on changed:
if 0:
enum2 = [red green blue]
else:
enum2 = [square triangle]
Post a Comment