Adverti horiz upsell

Cluster Weight Painting via Hotkeys 1.0.0 for Maya (maya script)

Cluster Weight Painting via Hotkeys

License
Button download
127 Downloads

Compatibility

  • 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010, 2009, 2008

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:11/09/2017
Last Modified:
File Size: 12.5 KB
Hi,
I wrote this to help with cluster weighting using hot keys.
please use/modify at your own risk.

#first put naNudgeWeight.py in your maya python scripts folder
import naNudgeWeight
reload(naNudgeWeight)

#this is needed to tell what is the cluster to be painted
naNudgeWeight.InitSimpleWindow()

#these two lines can be used as a hot key to add weight, the amount 0.1 can be customized, 1 max, 0 no weight
nudge = naNudgeWeight.NudgeCluster()
nudge.nudge(0.1)

#this can be used as a hotkey to remove weight
nudge = naNudgeWeight.NudgeCluster()
nudge.nudge(-0.1)

#this can be used as a hotkey to smooth weight
nudge = naNudgeWeight.NudgeCluster()
nudge.smooth()

please note when you’re done with the tool just run
naNudgeWeight.removeAllTagging() #so there is no naNudge attribute on any clusters

Happy Sculpting!
Nate



Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.