Skip to content

Cubism 4 SDK for Web R7

Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 25 May 02:47
· 12 commits to master since this release
598b2a8

Added

  • Add compiler options noImplicitAny and useUnknownInCatchVariables to tsconfig.json.
  • Add some function for checking consistency of MOC3.
    • Add the function of checking consistency on reviving a MOC3. (CubismMoc::Create)
  • 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 and useUnknownInCatchVariables.