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() ) ) )
Простой maxscript который позволяет выделять Hard Edges в Editable Poly объекте или в Edit Poly modifier в 3ds Max.
Tags : Poly