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
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [4-r.1] - 2023-05-25
8
+
9
+
### Added
10
+
11
+
* Add some functions for checking consistency of MOC3 files.
12
+
* Add the function of checking consistency in `CubismMoc.create()`.
13
+
* Add the function of checking consistency before loading a model. (`CubismUserModel.loadModel()`)
14
+
* Add some functions to change Multiply and Screen colors on a per part basis.
15
+
16
+
### Changed
17
+
18
+
* Change access modifiers for methods in `CubismExpressionMotion`. And also chenge it to non-final class, allowing it to be extended by inheritance.
19
+
* Change to get opacity according to the current time of the motion.
20
+
21
+
### Fixed
22
+
* Refactor codes of cacheing vertex information in renderer.
23
+
* This change does not affect the behavior of this SDK.
24
+
* Fix a crash when specifying the number of mask buffers as an integer less than or equal to 0 in the second argument of `setupRenderer` function in `CubismUserModel`.
25
+
* Fix the redundant process regarding the renderer to make the code more concise.
26
+
* Optimize a drawing process of clipping masks.
27
+
*`CubismClippingManagerAndroid` class has a flag to indicate whether mask textures have been cleared or not, and the texture clearing process is only called if they have not been cleared.
28
+
7
29
## [4-r.1-beta.4] - 2023-03-16
8
30
9
31
### Fixed
@@ -73,7 +95,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments