-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
190 changed files
with
15,275 additions
and
8,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
*.dylib | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.1.0] - 2023-04-20 | ||
|
||
### Added | ||
- support for Maya 2023 | ||
- support for Python 3.9 | ||
- `RenameAnimatedMapCommand` class to DNACalib API. Command to remove animated maps. | ||
- `RemoveBlendShapeCommand` class to DNACalib API. Command to remove blend shapes. | ||
- `DNA` class to DNAViewer API. This class is used for accessing data in DNA file. | ||
- `rig_build` method to DNAViewer API. Method used for creating maya scene with functional rig. Replacement of method `assemble_rig`. | ||
- `Config` class to DNAViewer API. Configuration class used for `build_meshes`. | ||
- `RigConfig` class to DNAViewer API. Configuration class used for `rig_build`. | ||
- documentation for DNA library. | ||
|
||
### Fixed | ||
- `ClearBlendShapesCommand` blend shape channel LODs were not correctly set. | ||
- `RotateCommand` to rotate blend shape target deltas as well. | ||
- `SetBlendShapeTargetDeltasCommand` to allow setting vertex indices as well. | ||
|
||
### Changed | ||
- changed signature of `build_meshes`. Method used for creating maya scene with meshes. | ||
- Simplification of additional assemble script. | ||
- option to pass list of indices to remove in remove commands. | ||
|
||
### Removed | ||
- removed method `assemble_rig` from DNAViewer API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.