Notifications
Clear all
[Closed] How to querry a selectionset names?
4 Replies
2 Replies
Thanks Bobo, that does just what I was looking for. Not sure how I missed getNamedSelSetName, but it’s just what I needed.
Apr 14, 2006 5:42 pm
selectionSets returns turns an array of all the named selection sets in a scene. Type the same thing into the help and it will give you all the other commands that go with it.
1 Reply
Thanks PEN, the odd thing is that if I try to print an index of the array it lists all the objects in that seletion set, not the selection set name.
x = selectionSets;print x[1]