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…
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:$…
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…
It works for me. :) Watch the video: [ame] http://www.youtube.com/watch?v=5kRR14pMN0E[/ame] Can you send me the scene that is problematic for you. Note that I use max2009. :)