Editable_Poly Selection Set?

Editable_Poly Selection Set?

Anonymous
Not applicable
346 Views
2 Replies
Message 1 of 3

Editable_Poly Selection Set?

Anonymous
Not applicable
I have selected a bunch of edges on my Editable_Poly object and typed in a selection set (Sel1) in the drop down in the UI. Does anyone know how I can reselect that selection set from maxscript?

selectionSets didn't seem to work.
0 Likes
347 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Give this a go, you can store your own edge selections using maxscript:


edgeSel = getEdgeSelection obj

Strait from the help file....

Cheers
0 Likes
Message 3 of 3

Anonymous
Not applicable
Awesome, thanks. Yeah the windows help files aren't the greatest. Especially the search. It's no Google.
0 Likes