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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
6
+
## [1.3.0] - 2024-08-15
7
+
8
+
### Added
9
+
- support for Maya 2024
10
+
- support for Python 3.11
11
+
- added source code comments to python wrappers
12
+
13
+
### Fixed
14
+
-`CalculateMeshLowerLODsCommand` was rewritten to address edge cases discovered with eyelashes and to handle some common cases of invalid UV data.
15
+
-`RotateCommand` to rotate blend shape target deltas as well.
16
+
-`SetBlendShapeTargetDeltasCommand` to allow setting vertex indices as well.
17
+
- 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).
18
+
19
+
### Changed
20
+
- CMake files to add test cases that execute the example scripts and allow generating bundled archives with CPack.
21
+
- Binaries for embeddedRL4 plugin to be .so files.
22
+
23
+
24
+
## [1.2.0] - 2023-06-30
25
+
26
+
### Added
27
+
- assets (gui.ma, Ada.dna, additional_assemble_script.py) which support MHC 2.x.x releases (UE 5.2 and 5.3)
28
+
29
+
5
30
## [1.1.0] - 2023-04-20
6
31
7
32
### Added
@@ -26,4 +51,4 @@ All notable changes to this project will be documented in this file. This projec
26
51
- option to pass list of indices to remove in remove commands.
27
52
28
53
### Removed
29
-
- removed method `assemble_rig` from DNAViewer API.
54
+
- removed method `assemble_rig` from DNAViewer API.
0 commit comments