Notifications
Clear all
[Closed] Newbie Maxscript question
Mar 05, 2004 7:03 am
Hi. I’m really new to MAX Script, but I’m trying to do a dropdownlist in a floating window, and have it display a list of all cameras in the scene, but I don’t know how to do it.
Any suggestions?
thx.
1 Reply
Mar 05, 2004 7:03 am
you should take a look at the “objectsets” topic in the maxscript reference. there are examples on how to get objects of a specific kind. in fact, all you need is to get a list of all the cameras (cameraList = cameras as array) and set the dropdownlist to that list.