Hello all,
I have a script in MAX 2013 that uses a pulldown list to set the current animation range. In max 2014 this script is partially broken. The codeblock for the pulldown list is not being run as if the UI is not registering the change in list item. Is this a known issue and is there a work around?
I am using:
on ddl_range selected itm do (
messageBox("wee")
)
ddl_range is defined earlier:
dropdownlist ddl_range items:#() height:55 width:200 pos:[23,0] --fieldHeight:44
Thanks!
-Greg
dimwalker · 2014-06-06
br0t · 2013-12-08