Releases: pixiv/three-vrm
Releases Β· pixiv/three-vrm
v0.5.3
v0.5.2...v0.5.3
Milestone
π§Ή Chores
π Docs
- #533: Revise CONTRIBUTING.md
π¦ Deps
- #551: Bump three to r123
- Contains the supression of a new deprecation warning (which says
Matrix4.getInverse()
is deprecated)
- It still should work with recent previous versions
- Automated: #535, #547, #552
v0.5.2
v0.5.1...v0.5.2
Milestone
π§Ή Chores
- #521, #529: Make it monorepo
- #524: Update copyright year (It's already November............)
- #528: remove
removeComments
setting from tsconfig
- Doc comments now appear in typedef files!
π¦ Deps
v0.5.1
v0.5.0...v0.5.1
Milestone
πͺ Improvements
- #511:
VRMUtils.extractThumbnailBlob
now can be used even in offscreen canvas (@JLChnToZ)
π» Refactors
- #501: Utilize generics of Mesh and SkinnedMesh
π§Ή Chores
- #513:
all
script should have yarn
for update deps
π¦ Deps
- #510: Bump several dependencies by hand
v0.5.0
v0.4.3...v0.5.0
Milestone
π¨ BREAKING CHANGES π¨
- #507:
VRMHumanoid
, Greatly changed the behavior of getPose
/ setPose
- It now explicitly receives / returns local, relative transforms that is described in
VRMPose
restPose
is now explicitly NOT compatible with getPose
/ setPose
β¨ New Features
- #507:
VRMHumanoid
, New method: resetPose
- It just resets the pose to its initial pose (that should be T stance)
- It's actually identical to
setPose({})
π‘ Behavior Changes
- #507: Greatly changed the behavior of
getPose
/ setPose
- It now explicitly receives / returns local, relative transforms that is described in
VRMPose
restPose
is now explicitly NOT compatible with getPose
/ setPose
v0.4.2
v0.4.1...v0.4.2
Milestone
π Bugfixes
- #489:
VRMBlendShapeProxy._blendShapeGroups
was unintentionally public, made it private
- #497:
MetaImporter
was not used in VRMImporterDebug
, fixed this
v0.4.1
v0.4.0...v0.4.1
Milestone
π» Refactors
- #487: VRMSpringBone: A better way to cache the inverse of the world matrix
π¦ Dependencies
- #488: Bump three.js to 0.120.1