All notable changes to this project will be documented in this file.
Please keep one empty line before and after all headers. (This is required for
git
to produce a conflict when a release is made while a PR is open and the
PR's changelog entry would go into the wrong section).
And please only add new entries to the top of this list, right below the # Unreleased
header.
- Updated Gloss to v0.5.0
- Performance improvements by calculating normals and tangents only once when passing the smpl mesh onto gloss.
- Pinned the rust version of stable and nightly so the CI doesn't randomly break
- Updated Gloss to v0.4.0
- Made
Var
for measurements also deriveEnumString
so we can convert between string and theVar
.
- Added pose correctives for the GLTF export
- Pose interpolation just clamps when weights is outside the [0,1] range instead of panicking.
- Renamed
idx_vuv_2_vnouv
toidx_split_2_merged
- Added GLTF export with animations
- Added flag for Follower to specify if we follow with the camera, lights or both
- The forward pass of the smpl model now returns a
SmplOutput
instead of 3 matrices.
- Exposed more structures likes the
SmplOutput
to python - Added example of showing skeleton of smpl
- Updated to Gloss 0.1.2
- Made most of the internal arrays of the smpl model to be behind an arc so getting the model from the
SmplModels
is now just a shallow copy.
-Updated to Gloss 0.1.1
- Initial version on private pypi