Tuesday, January 12, 2016

Weight Hammer Brush

This tool is awesome, and I forgot to put it on my blog a couple years ago when I made it.
Add it to a shelf button, and use it after you've painted weights to average out the problem areas.
It works like a vertex selection brush, but runs the weight hammer command on the selected verts.


from pymel.core import *
hammerCtx = artSelectCtx(ads=0, asc='weightHammerVerts')
setToolTo(hammerCtx)