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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
+
## [5-r.4] - 2025-05-15
9
+
10
+
### Added
11
+
12
+
* Add an API to `CubismMotionJson` for verifying the consistency of `motion3.json`.
13
+
* Add a flag to the arguments of the following methods to enable the function that verifies the consistency of `motion3.json`:
14
+
*`CubismUserModel.loadMotion()`
15
+
*`CubismMotion.create()`
16
+
*`CubismMotion.parse()`
17
+
* Add parameter repeat processing that connects the right and left ends of the parameter to create a loop, allowing the motion to repeat.
18
+
* Add the variable `isOverriddenParameterRepeat` to the `CubismModel` class for managing parameter repeat flags at the model level.
19
+
* Add the variable `userParameterRepeatDataList` to the `CubismModel` class for managing parameter repeat flags for each parameter.
20
+
* Add a `getPartParentPartIndices()` function.
21
+
22
+
### Changed
23
+
24
+
* Change the access level of the private members in the `CubismModelSettingJson` class to protected.
25
+
* Change the default JDK version for compilation to 17 using Gradle's Java toolchain.
26
+
27
+
### Fixed
28
+
29
+
* Fix an issue in the `CubismPose` class where the opacity calculation for non-displayed parts differed from the implementation in the other Cubism SDK.
30
+
31
+
8
32
## [5-r.3] - 2025-02-18
9
33
10
34
### Added
@@ -52,6 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
52
76
53
77
### Changed
54
78
79
+
* Change an expression "overwrite" to "override" for multiply color, screen color, and culling to adapt the actual behavior.
55
80
* Change the access level of `CubismMotionJson` class to public.
56
81
* Change the threshold for enabling anisotropic filtering.
57
82
@@ -239,6 +264,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments