selection array problem

i have 3-4 objects in a certain layer

in a certain layer , i selected 1 object

i would like to make selected array variable except 1 slected object

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
kimarotta's picture

try this... layer=

try this...

layer= layermanager.getlayer 1 --- define layer
layer.nodes &thenodes --- create array with nodes
sel = $ --- define exclude node
deleteitem thenodes (finditem thenodes sel) --- delete node in array

kimarotta.com.br
3d Artist  

dussla's picture

kimarotaa thank you always

always good answer
always thank you ~

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.