Notifications
Clear all
[Closed] Maxscript Help: Simplify 'for – where' statement
May 06, 2022 7:26 pm
Hello Guys, i Need Some help improving or simplifying a line of code that i believe is not so clean and might be a way to make it better since I’m using too many OR statements here is the line:
(For Ctrls in Rollout.controls where (classOf Ctrls == spinnercontrol) or (classOf Ctrls == SliderControl) or (classOf Ctrls == CheckButtonControl) collect ctrls)
Any idea, Thanks in advance for your help.
1 Reply