From 4f1531c94af867e872f359fb834c3b3846ecdbcd Mon Sep 17 00:00:00 2001 From: wada Date: Thu, 16 Mar 2023 21:50:12 +0900 Subject: [PATCH] Update to Cubism 4 SDK for Web R6_2 --- CHANGELOG.md | 9 +++++++++ Core/CHANGELOG.md | 14 ++++++++++++++ Framework | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084b617..5124a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.6.2] - 2023-03-16 + +### Fixed + +* Fix some problems related to Cubism Core. + * See `CHANGELOG.md` in Core. + + ## [4-r.6.1] - 2023-03-10 ### Added @@ -169,6 +177,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix issue with reloading model images in WebKit. +[4-r.6.2]: https://github.com/Live2D/CubismWebSamples/compare/4-r.6.1...4-r.6.2 [4-r.6.1]: https://github.com/Live2D/CubismWebSamples/compare/4-r.6...4-r.6.1 [4-r.6]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5...4-r.6 [4-r.5]: https://github.com/Live2D/CubismWebSamples/compare/4-r.5-beta.5...4-r.5 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 2289dd0..a37b93d 160000 --- a/Framework +++ b/Framework @@ -1 +1 @@ -Subproject commit 2289dd088b797ab56df8302d2044015b1d80533f +Subproject commit a37b93d49a3dfdaf7f1e058965305e859ef0738d