In part of my script I am trying to find all the groups in the scene.
So as a novice I've tried this.
I open up the max file and pick one of the groups I have
In the listener I type in the following
classof $
ObjectSet --get back this
I then try this but it doesn't seem to work.
I'm looking for a list of names I can populate a dropdown list
sceneGroups = for obj in geometry
where classof obj == ObjectSet
collect obj
#() --get back this
sceneGroups.count
0 --get back this
I have been through the Maxscript reference but can't find the proper syntax.
any ideas?
thanks Lowell
tassel · 2011-10-18
Anubis · 2011-10-19