Skip to content

Tags: AKEric/skinner

Tags

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add files via upload

v1.2.1 : Bufixing core.importSkinChunks if multiple were imported at once : could have been duplicating them up / confusing itself.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.2.0 Updates

window.py: Rearranging some of the Import tab  UI elements. Bugfixing App.importSkin : It wasn't closing the undoChunk.  Adding the 'Auto-Fix Broken skinCluster' to the 'Extras' tab.  Updating tooltips, making multi-line.

core.py : Setting setWeights unskinFirst default to False, was True. Updating the undoChunk closing code with specific names.  Adding regenrateSkinCluster, adding new tempFilePath arg, and kwargs capturing to both exportTempSkin and importTempSkin.

utils.py : Updating setBindPose : "it stopped working", and now needs a 'g' (global) arg set True.

v1.1.11

Toggle v1.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.11

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.

v1.1.8_OpenSource

Toggle v1.1.8_OpenSource's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Updating docs now that code is open source

Reobfuscate

Toggle Reobfuscate's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

Re-obfuscating with Pyarmor to try to get past 'Marshal load fails' errors some people get.

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.8 updates

Bugfixing string formatting error in core -> setWeights.

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.7 Updates

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add files via upload

v1.1.5 : Updating utils.normalizeToOne to better handle floating point precision errors.

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v 1.1.4 updates

Updating core.setWeights skinCluster smoothing code with a fixed tolerance value.

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.1.3 updates