Skip to content

Commit e75235c

Browse files
Merge pull request #7 from Live2D/develop
Update to Cubism 4 SDK for Java R1 beta4
2 parents 1fb35b2 + 31dd135 commit e75235c

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [4-r.1-beta.4] - 2023-03-16
8+
9+
### Fixed
10+
11+
* Fix some problems related to Cubism Core.
12+
* See `CHANGELOG.md` in Core.
13+
714
## [4-r.1-beta.3] - 2023-03-10
815

916
### Added
@@ -45,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4552

4653
* New released!
4754

55+
[4-r.1-beta.4]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.3...4-r.1-beta.4
4856
[4-r.1-beta.3]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.2...4-r.1-beta.3
4957
[4-r.1-beta.2]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.1...4-r.1-beta.2
5058
[4-r.1-beta.1]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-alpha.1...4-r.1-beta.1

Core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 2023-03-16
8+
9+
### Fixed
10+
11+
* Fix a case in which the index of the mask's drawable object was negative value for `csmGetDrawableMasks()`.
12+
* Fix a problem in which `csmHasMocConsistency()` was returned as 0 even though the MOC3 file was in the correct format.
13+
* This problem was occurring in some models using the blendshape weight limit settings.
14+
* Fix a problem that could cause a crash if a MOC3 file that is not in the correct format is loaded with `csmHasMocConsistency()`.
15+
16+
### Changed
17+
18+
* Upgrade Core version to 04.02.0004.
19+
20+
721
## 2023-03-10
822

923
### Added

Framework

0 commit comments

Comments
 (0)