Hey guys, hoping someone can help me out here. I just took a look at Maxscript today for the first time because I wanted to speed up a certain task I'v ebeen doing. I got what I wanted, but then realized it only works for object selections, not seperate vertexs like I want. Here's my script:
As you can see, I'm trying to take a selection, record it's position, and place another selection at that same position. But I'd like to do this to individual verticies, not whole objects. I'm assuming my use of "$" and "selection.pos" is the problem here? How would I get around to moving the vertex's instead?
Thanks!
Replies
meshop for editable mesh and polyOp for editable poly.
On a side note, you know you can use Snapping to do this job without a script right?