Hi i'm new in max scripting, and i need help
i trying to make a shortcut to set selected filter,
so i decided to create a dropdown menu to choose from so i wrote
rollout FilterSelect "Select" width:99 height:54
(
dropdownList FilterSelect "Filter Select"
items:#("All","Geometry","Shapes","Light","Camera","Helpers","Warps","Bones")
on FilterSelect selected i do
(
local f = FilterSelect.count[i]
SetSelectFilter f
)
)
createdialog FilterSelect
i know its totally wrong alla i want to do is to make a variable from the index number of the array ...and choose the filter number from it
is there a better way to do it.. or if its wright can some please help me with the syntax
By mr_mook · 2013-01-04
Anubis · 2013-01-04