Selecting a group of vertex from an array

Hi there

I have made an array holding a group of vertex (the vertex number)

Now I would like to use the same array to select these vertex, but how do I do that?

Regards
- David

Comments

Comment viewing options

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

.

For editable poly opbjects:

selObj = selection[1]
vertBitArr = #{1..5,8..10}
polyop.setVertSelection selObj vertBitArr 
PIXandDOTS's picture

Thanx miauu, is there a way

Thanx miauu, is there a way to append vertex selection to a bitArray?

- David

FOUND THE ANSWER "append" :)

Comment viewing options

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