Three Vrm Versions Save

Use VRM on Three.js

v2.1.1

2 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.1.0...v2.1.1


๐Ÿ› Bugfixes

  • #1374: Fix type definition of VRM Animation
  • #1376: Fix dependency version between monorepo packages

๐Ÿ“„ Docs

  • #1378: Fix test.vrma of vrm animation examples

๐Ÿงน Chores

  • #1375: Fix license year of three-vrm-animation banner

๐Ÿ“ฆ Deps

  • #1379: Bump Three.js to r162

v2.1.0

3 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.10...v2.1.0


โœจ New Features

  • #1341: VRM Animation support
    • Provides a new library @pixiv/three-vrm-animation which supports importing the new VRM Animation
    • Note that VRM Animation features are NOT included in @pixiv/three-vrm.
    • See the example how to use VRM Animations.
    • The type definition of VRMC_vrm_animation has also been released (@pixiv/types-vrmc-vrm-animation-1.0)

v2.1.0-beta.3

3 months ago

https://github.com/pixiv/three-vrm/compare/v2.1.0-beta.2...v2.1.0-beta.3


This is a beta release with the VRM Animation support.

Merged dev (v2.0.10 equivalent) to the animation beta.

v2.0.10

3 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.9...v2.0.10


๐Ÿ’ช Improvements

  • #1359: Remove .needsUpdate after texture transforms (@mattrossman)
    • This brings a performance improvement when the model is using texture transform bind of expressions

v2.0.9

3 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.8...v2.0.9


๐Ÿ› Bugfixes

  • #1353: Normalized bones now respect non-humanoid parent rotations

v2.1.0-beta.2

4 months ago

https://github.com/pixiv/three-vrm/compare/v2.1.0-beta.1...v2.1.0-beta.2


This is a beta release with the VRM Animation support.

Merged dev (v2.0.8 equivalent) to the animation beta. Three.js is now r160.

v2.0.8

4 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.7...v2.0.8


๐Ÿ“ฆ Deps

  • #1348: Bump three to r160
  • Automated: #1311, #1337, #1338, #1339, #1346, #1349, #1351, #1352

v2.1.0-beta.1

5 months ago

https://github.com/pixiv/three-vrm/compare/v2.1.0-beta.0...v2.1.0-beta.1


This is a beta release with the VRM Animation support.

๐Ÿ› Bugfixes

  • #1342: Fix an issue that hips translation goes infinity

v2.1.0-beta.0

5 months ago

https://github.com/pixiv/three-vrm/compare/v2.0.7...v2.1.0-beta.0


This is the first release to support VRM Animation. Please note that the VRM Animation specification is still in its draft state and the file format and usage are still subject to change.

The following new packages have been added:

  • @pixiv/three-vrm-animation: This package has the ability to load VRM Animation.
  • @pixiv/types-vrmc-vrm-animation-1.0: This package contains the type definitions for the VRMC_vrm_animation glTF extension.

See examples for specific usage. https://github.com/pixiv/three-vrm/tree/animation-beta/packages/three-vrm-animation/examples

Other points are identical to v2.0.7.

v2.0.7

5 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.6...v2.0.7


๐Ÿ› Bugfixes

  • #1323: Fix expressions material bind to respect alpha (Reported by @BMarcelus)

๐Ÿงน Chores

  • #1313: Update publish workflow, it now pushes tags
  • #1313: Add a description about publish workflow in CONTRIBUTING.md
  • #1332: Address lint-staged issue, it sometimes fails
  • #1336: Apply lint-staged also for examples directories

๐Ÿ“ฆ Deps

  • #1332: Bump node to 20.10.0, bump lint-staged to 15.1.0
  • Automated: #1245, #1249, #1255, #1319, #1329, #1335