heh… I would have hope if was fixed if that was a bug… that post from 2004!
Doesn’t work here either…usinjg 2008. But as I said before even a simple $.modifiers[#Edit_Poly].setSelection #face #{1} doesn’t work. Whatever th…
it appears to be waiting for another argument… press escape to get interupted This even happens with just $.editpoly.setSelection #face #{1}
Close, but that’s controlling the whole viewport. I’m looking for something that replicates views/configure/showselected with edge faces. Only the ob…
On a similar note I was wondering if there was an option for “Show selected with Edge faces”, it seems to be missing from maxscript no?
Hmm, I seem to always find stuff that is easy in general use Max, but very complicated in scripting! Does anyone have a clear idea of how max works o…
Thanks, the 2nd one is close to what I want, but it’s not quite there. I’m trying to move along the y axis, but trying out your method doesn’t recrea…
Great, thanks a lot, will try this later
My bad, I was running it on a closed loop, which is doesn’t seem to like (but which I will need to do sometimes… )
Hey SyncViewS, Thanks for the script, but I can’t get it to work: getChainVerts() – Error occurred in i loop; filename: ; position: 1778 – Frame: –…
I’ve got the rule, if you check each edge in this edge selection you get a list of 2 verts. Each of these vert pairs always shares at least one vert …
hey, I’ve been battling with this too… seems so complicated in maxscript. I want to set an objects pivot (rotation and position) to that of another. …