Cubism 4 SDK for Web R7
wada-at-live2d-com
released this
25 May 02:47
·
12 commits
to master
since this release
Added
- Add compiler options
noImplicitAny
anduseUnknownInCatchVariables
totsconfig.json
. - Add some function for checking consistency of MOC3.
- Add the function of checking consistency on reviving a MOC3. (
CubismMoc::Create
)
- Add the function of checking consistency on reviving a MOC3. (
- Add a function to parse the opacity from
.motion3.json
. - Add some functions to change Multiply and Screen colors on a per part basis.
Changed
- Change access specifier for
CubismExpressionMotion
.
Fixed
- Fix to support added compiler options
noImplicitAny
anduseUnknownInCatchVariables
.