I was running it in 2017 , Python 2.0 api got it apparently " OpenMaya.MFnMesh.setEdgeSmoothings
( ) setEdgeSmoothings(edgeIds, smooths) -> self Sets the specified edges to be hard or smooth. You must use the cleanupEdgeSmoothing() method after all the desired edges on your mesh have had setEdgeSmoothings() done. Use the updateSurface() method to indicate the mesh needs to be redrawn." there is no reason for Python 1.0 to not have such a simple thing, I searched on google before and no one talks about edge smoothing in the API.. edit : OMG It's a new feature in Maya 2017 Update 3 here is it : http://help.autodesk.com/view/MAYAUL/2017/ENU/?guid=__files_GUID_20D778B6_325A_4B06_B4A8_AE60D8DAB43D_htm guess I'll have to use setEdgeSmoothing without the s for compatibility matters thanks! -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/df1322a8-ccf4-495c-a19b-687506f7c637%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
