I just tested the script on max2011. Everything works fine. I don't know why on max2010 the Edit_Poly support is not working for you. Try this code:macroscript CleanRemovecategory:"miauu"tooltip:"As default max Ctrl+Backspace"buttonText:"Clean Remove"( if selection.count ==1 then ( function GetEdgesUsingVertEPM curSel…
Miauu's script doesn't work for me, binding a key and Ctrl + key for VertexRemove works, however, I'd like to have it reversed, pressing the key should do what Ctrl + Key does. Right now I use the Uniremover script which works well.
I'm bumping this thread to post an update to miauu's script, made by the man himself recently. It works with edges, vertices, multiple selections in editable poly and edit poly. Thank you miauu! --****************************************************************************************************** -- Created: 16-07-2011…
macroscript CleanRemovecategory:"miauu"tooltip:"As default max Ctrl+Backspace"buttonText:"Clean Remove"( if selection.count ==1 and classof selection[1] == Editable_Poly then ( local currObj = $ if subobjectlevel==1 then ( vertSel01 = polyop.getVertSelection currObj currObj.EditablePoly.ConvertSelectionToBorder #Vertex…
The support for Edit_Poly modifier is added. :) macroscript CleanRemovecategory:"miauu"tooltip:"As default max Ctrl+Backspace"buttonText:"Clean Remove"( if selection.count ==1 then ( function GetEdgesUsingVertEPM curSel verts = ( local edgeVerts = #() for i in verts do ( edgeVerts[1] = curSel.GetEdgeVertex i 1 node:$…
You dont need to make a script, just rebind edge remove under ribon - modeling to a hotkey, then hold down ctrl and press it just like you do with ctrl backspace (correction: assign both the hotkey you want and ctrl plus the hotkey you want as shortcut too edge remove for me d , ctrl + d )