I opened up my old script and think of a way to fix this, and I've come up with abit of a hacky way, but it seems to function ok;( local eInit = (polyop.getEdgeSelection $) as array; vTest1 = (polyOp.getVertsUsingEdge $ eInit[1]) as array; vTest2 = (polyOp.getVertsUsingEdge $ eInit[2]) as array; eTest1 =…
Great stuff Pedro, been using Perna's for years and it's good to see people advancing the good fight :) . Is the global delete like this: macroscript GlobalDeletecategory:"Your Category"buttonText:"Global Delete"toolTip:"Global Delete"(if (classOf (modpanel.getcurrentobject()) == Editable_Poly) then ( if (subobjectLevel ==…
Yeah, mybe you're right, but me personally once a while I do start with a plane, so here ya go, my updated version for anyone that interested with a single plane poly:( eBorder = (polyOp.getOpenEdges $) as array -- border edges from current model eInit = (polyop.getEdgeSelection $) as array -- intial edges selection pInit…
I have these shortcuts for the delete stuff. UniRemover needs some work though. Only shift+x is using a custom script. All the other shortcuts are default max commands. X Delete objects. CTRL+X Deatch (poly) ALT+X Colapse (poly) SHIFT+X UniRemover Uni RemovermacroScript UniRemoverCategory:"Pedro…