v0.96.2: fix BlendShape Import bug¶
+v0.96.2: ⚠️ fix BlendShape Import bug¶
https://github.com/vrm-c/UniVRM/issues/1554
diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index 6d4ee3599..a81d54cb4 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/release/079/index.doctree b/en/.doctrees/release/079/index.doctree index fe1158fab..e43bbc9b1 100644 Binary files a/en/.doctrees/release/079/index.doctree and b/en/.doctrees/release/079/index.doctree differ diff --git a/en/.doctrees/release/079/v0.96.2.doctree b/en/.doctrees/release/079/v0.96.2.doctree index 42d8bee98..600262407 100644 Binary files a/en/.doctrees/release/079/v0.96.2.doctree and b/en/.doctrees/release/079/v0.96.2.doctree differ diff --git a/en/.doctrees/release/079/v0.97.0.doctree b/en/.doctrees/release/079/v0.97.0.doctree new file mode 100644 index 000000000..b7f86a964 Binary files /dev/null and b/en/.doctrees/release/079/v0.97.0.doctree differ diff --git a/en/_sources/release/079/v0.96.2.md.txt b/en/_sources/release/079/v0.96.2.md.txt index 860661612..a31668688 100644 --- a/en/_sources/release/079/v0.96.2.md.txt +++ b/en/_sources/release/079/v0.96.2.md.txt @@ -1,3 +1,3 @@ -# v0.96.2: fix BlendShape Import bug +# v0.96.2: ⚠️ fix BlendShape Import bug https://github.com/vrm-c/UniVRM/issues/1554 diff --git a/en/_sources/release/079/v0.97.0.md.txt b/en/_sources/release/079/v0.97.0.md.txt new file mode 100644 index 000000000..129454705 --- /dev/null +++ b/en/_sources/release/079/v0.97.0.md.txt @@ -0,0 +1,25 @@ +# v0.96.0..v0.97.0: Bug fix & update MeshUtil + +## Bug fix +* `v0.96.2` `v0.96.1` `v0.96.0` [[\#1581](https://github.com/vrm-c/UniVRM/pull/1581)] Fix memory out-of-bounds access. +* `v0.96.1` `v0.96.0` [[\#1571](https://github.com/vrm-c/UniVRM/pull/1571)] blendshape が無になるバグ +* `v0.96.0` [[\#1562](https://github.com/vrm-c/UniVRM/pull/1562)] Not throw if other than MeshRenderer and SkinnedMeshRenderer +* `v0.96.0` [[\#1560](https://github.com/vrm-c/UniVRM/pull/1560)] AnimationExporter が原因で build に失敗する件を修正 + +## MeshUtil +* [[\#1579](https://github.com/vrm-c/UniVRM/pull/1579)] MeshUtility.SeparationProcessing の仕様変更 +* [[\#1577](https://github.com/vrm-c/UniVRM/pull/1577)] fix vrm mesh integration + +## 1.0 +* [[\#1578](https://github.com/vrm-c/UniVRM/pull/1578)] Fix10/unknown material validation + +## Other +* [[\#1584](https://github.com/vrm-c/UniVRM/pull/1584)] UniVRM-0.97.0 +* [[\#1580](https://github.com/vrm-c/UniVRM/pull/1580)] fix dwango to vrm-c +* [[\#1573](https://github.com/vrm-c/UniVRM/pull/1573)] UniVRM-0.96.2 +* [[\#1572](https://github.com/vrm-c/UniVRM/pull/1572)] UniVRM-0.96.2 +* [[\#1563](https://github.com/vrm-c/UniVRM/pull/1563)] v0.96.1 doc +* [[\#1564](https://github.com/vrm-c/UniVRM/pull/1564)] UniVRM-0.96.1 +* [[\#1561](https://github.com/vrm-c/UniVRM/pull/1561)] UNIGLTF_USE_GAMMA_COLORSPACE +* [[\#1555](https://github.com/vrm-c/UniVRM/pull/1555)] update release notes (eng) v0.87-v0.94, v0.96 +* [[\#1553](https://github.com/vrm-c/UniVRM/pull/1553)] UniVRM-0.96.0 diff --git a/en/api/0_36_update.html b/en/api/0_36_update.html index d010305cc..97b1f4784 100644 --- a/en/api/0_36_update.html +++ b/en/api/0_36_update.html @@ -273,7 +273,8 @@
https://github.com/vrm-c/UniVRM/issues/1554