Hey
im Trying to figure out how to Add/Remove Objects for a SelectionSet ,
i found this post
https://forums.autodesk.com/t5/3ds-max-programming/append-items-in-selectionsets/td-p/4214435
but i cant make it work
there is two ways that they try to make it
oldStuff = selection --store current selection if necessary
myStuff = selectionsSets
selectMore myStuff
selectionsSets = selection
select oldStuff --if necessary
and
selectionsets = join (for n in selectionsets collect n) thenodes
lets say i have a selectionSet called Characters and i want to Add Teapot001 to the SelectionSet - how would i do that .
thanks
D.
