Last active
October 23, 2015 09:20
-
-
Save yamahigashi/5d04c66d16d1d3fd0a16 to your computer and use it in GitHub Desktop.
http://www.creativecrash.com/maya/script/skin-tools supporting before maya 2014,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
945c945,946 | |
#get inf bone list | |
- #fullJointList = pm.skinPercent(meshSkinCluster,query=True, transform=None) | |
+ fullJointList = pm.skinCluster(meshSkinCluster, query=True, inf=True) | |
if len(vertexList) > lagLimit: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment