Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

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.