Skip to content

v1.1.11 Updates

Compare
Choose a tag to compare
@AKEric AKEric released this 07 Jun 16:57
· 12 commits to main since this release
0690d5e

Bugfixing tool to properly paste weights on selected verts. Specifically:

  • utils.py : updating addInfluences to not change any weights when influences are added. Adding transposeWeights, to reorder SkinChunk influence weights based on skinCluster influence order.
  • core.py : updating setWeights to leverage the new utils.transposeWeights to sort SkinChunk weights in the same order as the influences on the skinCluster. Also raising more expections if 'selectVertsOnly' is set and operations would happen that would change the skinning. Various verbose logging formatting changes.