Hard Edges Selection (maxscript)
Last Updated on 03/05/2020
( obj = modPanel.getCurrentObject() if obj != undefined then ( case (classof obj) of ( Edit_Poly:obj.setoperation #SelectHardEdges Editable_Poly:obj.selectHardEdges() ) ) )
Simple maxscript which allows select Hard Edges in Editable Poly object or in Edit Poly modifier in 3ds Max.
Tags : Poly
The best script ever!!)) Simple and powerful! I’ve searched it a long time ago!!))) Thx a lot)))
I need this script so much, can you help to make a .ms file??? please help
Just copy all code and save it as .ms file.
You can select hard edges by going into Selection>Hard and also assign hotkey by searching “Sharp edges” and assign your hotkey to it. Still nice script though
Not the same result. But thank you for the tip.