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 look at meshOPs and polyOps. you will need these to do subobject editing. 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?
Yeah, the snapping definately works. It's a bit annoying though when vertices are close together, so I think I'll still make my script just to speed things up. Thanks again! I'll post here if I run into any more problems.
Ohhhh.... I knew there had to be a way to do it already in max. Ah, well, that was slightly stupid of me. Such an obvious solution too! Haha. Oh well, at least now I know some of the basics of MaxScript. Thanks r_fletch_r :)