You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.3.0] - 2024-08-15
Added
support for Maya 2024
support for Python 3.11
added source code comments to python wrappers
Fixed
CalculateMeshLowerLODsCommand was rewritten to address edge cases discovered with eye lashes and to handle some common cases of invalid UV data.
RotateCommand to rotate blend shape target deltas as well.
SetBlendShapeTargetDeltasCommand to allow setting vertex indices as well.
Swig generated classes are now wrapped instead of being monkey-patched to invoke constructors and destructors (which allows building with newer Swig versions - 4.0.x and 4.1.x).
Changed
CMake files to add test cases that execute the example scripts and allow generating bundled archives with CPack.