Home Technical Talk

Defining a polySoftEdge

polycounter lvl 13
Offline / Send Message
bcottage polycounter lvl 13
This works
cmds.polySoftEdge(a=0)

so does this:

def softnormals(*args):
   mel.eval('polySoftEdge;')

but how would i define the angle? for example I thought this would work but it doesnt? the "def softnormals" is the button that is linking to QT so that line cant change:

def softnormals(*args):
   mel.eval('polySoftEdge(a=180);')
Sign In or Register to comment.