Skip to content

Instantly share code, notes, and snippets.

@yamahigashi
Last active October 23, 2015 09:20
Show Gist options
  • Save yamahigashi/5d04c66d16d1d3fd0a16 to your computer and use it in GitHub Desktop.
Save yamahigashi/5d04c66d16d1d3fd0a16 to your computer and use it in GitHub Desktop.
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