From 31dd13574318116c3584623f111e159b43e4df74 Mon Sep 17 00:00:00 2001 From: wada Date: Thu, 16 Mar 2023 21:52:35 +0900 Subject: [PATCH] Update to Cubism 4 SDK for Java R1 beta4 --- CHANGELOG.md | 8 ++++++++ Core/CHANGELOG.md | 14 ++++++++++++++ Framework | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a184217..7a145f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [4-r.1-beta.4] - 2023-03-16 + +### Fixed + +* Fix some problems related to Cubism Core. + * See `CHANGELOG.md` in Core. + ## [4-r.1-beta.3] - 2023-03-10 ### Added @@ -45,6 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * New released! +[4-r.1-beta.4]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.3...4-r.1-beta.4 [4-r.1-beta.3]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.2...4-r.1-beta.3 [4-r.1-beta.2]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-beta.1...4-r.1-beta.2 [4-r.1-beta.1]: https://github.com/Live2D/CubismJavaSamples/compare/4-r.1-alpha.1...4-r.1-beta.1 diff --git a/Core/CHANGELOG.md b/Core/CHANGELOG.md index ed040b9..fc5b177 100644 --- a/Core/CHANGELOG.md +++ b/Core/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 2023-03-16 + +### Fixed + +* Fix a case in which the index of the mask's drawable object was negative value for `csmGetDrawableMasks()`. +* Fix a problem in which `csmHasMocConsistency()` was returned as 0 even though the MOC3 file was in the correct format. + * This problem was occurring in some models using the blendshape weight limit settings. +* Fix a problem that could cause a crash if a MOC3 file that is not in the correct format is loaded with `csmHasMocConsistency()`. + +### Changed + +* Upgrade Core version to 04.02.0004. + + ## 2023-03-10 ### Added diff --git a/Framework b/Framework index 4a33996..0638aab 160000 --- a/Framework +++ b/Framework @@ -1 +1 @@ -Subproject commit 4a33996ea1d1fbf512f52ad4c1014a1151c6a10e +Subproject commit 0638aabcd88c43c4fa9a5ea9f77fdf8e11c2c949