For example, here’s a function to get the position of a selected vertex- global FN_getVertPos fn getVertPos = ( if ((polyOp.getVertSelection $).numbe…
Well, the input <int vertex> in polyOp.getVert requires an intevger value so vertnum would have to be a single value if you are going to use it,…
Well, your problem is with- global vertnum = int(polyOp.getVertSelection Parent_Obj) You can’t just convert an array of numbers to one integer, eve…
Hey, thanks Bobo for responding. I have tried your suggestion about using the fileIn method, but you are right, and that doesn’t seem to work either. …
Anyone have any ideas about what’s wrong here?
Well, patchOps is a struct containing commands and operations for editable patch objects.The command selectEdgeLoop is the equivalent to pressing Loop…
Hi Josh, thanks for the reply, using the selectedfaces meethod seems to work, but how would I put the current selection to an array? With edit mesh fo…
WOW, thanks for the great explanation, I didn’t expect a response from the mighty Bobo, especially so quick! I did read somewhere that the EPoly was …
Well unfortunately it doesn’t appear to work inside of a macro- macroScript AutoPelt_Selected category: “UV Tools” internalCategory: “UV_Tools” tool…
Well, thanks a bunch for that solution, looking through the reference, I figured there had to be a way of literally having the commit button pressed, …
Hello, thanks for your reply. I just recently tried your code, and unfortunately it doesn’t seem to work. I tried pasting it in the maxscript editor a…