Skip to content

Releases: Live2D/CubismWebFramework

Cubism 4 SDK for Web R5 beta5

04 Aug 02:35
ca0a89f
Compare
Choose a tag to compare

Fixed

  • Fix csmGetMocVersion function argument.
  • Fix a bug in which processing was interrupted when an invalid vertex was specified in the middle of a physics operation.
  • Fix crash with exception when reading .moc3 files of unsupported versions.
  • Fix physics system input to be split by the physics setting time.

Cubism 4 SDK for Web R5 beta4

07 Jul 02:47
b7f1ab7
Compare
Choose a tag to compare

Added

  • Add a function to get the latest .moc3 Version and the .moc3 Version of the loaded model.
  • Add a function to get the type of parameters of the model.
  • Add a function to get the parent part of the model's Drawable.

Cubism 4 SDK for Web R5 beta3

16 Jun 03:00
252095a
Compare
Choose a tag to compare

Fixed

  • getDrawableTextureIndices function in CubismModel has been renamed to getDrawableTextureIndex because the name was not correct.
    • getDrawableTextureIndices function is marked as deprecated.
  • Fix physics system behaviour when exists Physics Fps Setting in .physics3.json.

Cubism 4 SDK for Web R5 beta2

02 Jun 07:41
a1b5e3a
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that caused Multiply Color / Screen Color of different objects to be applied.
    • See CHANGELOG.md in Core.
    • No modifications to Samples and Framework.

Cubism 4 SDK for Web R5 beta1

19 May 06:04
7819b39
Compare
Choose a tag to compare

Added

  • Add processing related to multiply colors and screen colors added in Cubism 4.2.

Fixed

  • Fix usage of Anisotropy filtering.
  • Fix model was not displayed when the number of masks exceeded the limit.
  • Fix getTextureDirectory() to return the directory name of the 0th texture path.

Cubism 4 SDK for Web R4

09 Dec 05:38
9464759
Compare
Choose a tag to compare

Fixed

  • Fix useless void 0.
  • Fix a warning when SegmentType could not be obtained when loading motion.
  • Fix return correct error values for out-of-index arguments in cubismjson by @cocor-au-lait.
  • Fix a bug that motions currently played do not fade out when play a motion.

Cubism 4 SDK for Web R3

10 Jun 02:45
7565ea2
Compare
Choose a tag to compare

Fixed

  • Fix motion event time value from Int to Float.

Cubism 4 SDK for Web R3 Beta1

13 May 03:22
Compare
Choose a tag to compare

This is [Beta Version]. See the README.md.

Added

  • Implement a function to get the correct value when the time axis of the Bezier handle cannot be linear.

Cubism 4 SDK for Web R2

09 Mar 03:04
4d70954
Compare
Choose a tag to compare

Fixed

  • Fix implementation of iterator#increment in csmmap and csmvector.
  • Fix delay in starting fade-out for expressions.
  • Fix Physics input reflect flag on evaluate.
  • Fix reference size of model matrix.
  • Fix Int to Float when getting PhysicsSettings.Vertices.Radius in physics3.json parsing.
    • [INFO] This fix may change the behavior of the physics operations.
      The behavior changes if the value of PhysicsSettings.Vertices.Radius in physics3.json is less than 1.0.
      If you want to return to the behavior before Cubism SDK for Web R1,
      change the value of the corresponding PhysicsSettings.Vertices.Radius to 0.
    • This fix is related to fix applied to Cubism Editor 4.0.05 beta1 and later.
      Please see Cubism Editor Changelog.
      • Fix physics and scene blending settings where the length of the pendulum would be converted to an integer when displayed.

Changed

  • Rename the function name that handles seconds from Time to Seconds.
  • Avoiding needless namespace syntax to simplify imports by @cocor-au-lait

Cubism 4 SDK for Web R1

30 Jan 10:09
b8bc107
Compare
Choose a tag to compare

Added

  • Add .editorconfig, .gitattributes and .gitignore.
  • Add document README.md and CHANGELOG.md.
  • Add package.json for development and build.
  • Add Prettier and ESLint for format and check code quolity.

Changed

  • Move source files to /src directory.
  • Reformat code using Prettier and ESLint.