Manipulate current Poly_Select vertex selection
Hello,
I am very new at this.
I am trying to automatically edit the vertex selection of the currently selected "Poly Select" modifier (my object has many).
I need a way to read currently selected vertexes and modify the selection.
It seems I can't solve this myself.
Thanks in advance.
Comments
hehe you got it skin it like
hehe you got it
skin it like an onion, layer by layer
get vertSelection (polyOp)
skin the polySelect layer
and butter it up with an edit_poly layer
you might be new to this but you already think the right way
Raphael Steves
Thnaks very much, Yes, the
Thnaks very much,
Yes, the base is Editable Poly.
I'll give it a try.
Anyway, I'm thinking about changing all my PolySelect modifiers to EditPoly, so I have direct control, without having to collapse all my modofiers (about 60-70).
Thanks again
is the baseObject of your
is the baseObject of your object an editable Poly ?
because if it isnt you cant use the polyOp or polyOps methods
heres a little function to convert the baseObject of an object to ePoly
im sure youll find an easy way using the polyOp struct and some cheating similar to mine to tackle your problem ;)
edit: if you use it on an array of objects make sure to define the mods var as undefined at the end of every iteration, no need to play with fire right?!
Raphael Steves