diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index db4f98a5b..c4601d917 100644 Binary files a/en/.doctrees/environment.pickle and b/en/.doctrees/environment.pickle differ diff --git a/en/.doctrees/release/112/index.doctree b/en/.doctrees/release/112/index.doctree index e29fa6b8f..370ac00aa 100644 Binary files a/en/.doctrees/release/112/index.doctree and b/en/.doctrees/release/112/index.doctree differ diff --git a/en/.doctrees/release/112/v0.114.0.doctree b/en/.doctrees/release/112/v0.114.0.doctree new file mode 100644 index 000000000..c175d7398 Binary files /dev/null and b/en/.doctrees/release/112/v0.114.0.doctree differ diff --git a/en/.doctrees/release_template.doctree b/en/.doctrees/release_template.doctree index 00ba43457..b33ed9520 100644 Binary files a/en/.doctrees/release_template.doctree and b/en/.doctrees/release_template.doctree differ diff --git a/en/_sources/release/112/v0.114.0.md.txt b/en/_sources/release/112/v0.114.0.md.txt new file mode 100644 index 000000000..1279a8058 --- /dev/null +++ b/en/_sources/release/112/v0.114.0.md.txt @@ -0,0 +1,39 @@ +# v0.114.0 VrmAnimation Interface + +* [[\#2130](https://github.com/vrm-c/UniVRM/pull/2130)] [API Behaviour Breaking Change] Don't change raw blendshapes immediately when calling `Vrm10RuntimeExpression.SetWeights()` + +## Optimize + +* [[\#2135](https://github.com/vrm-c/UniVRM/pull/2135)] Optimize `MorphTargetBindingMerger` with minimum `Dictionary` usage +* Merge branch 'master' of https://github.com/vrm-c/UniVRM into expressionFaster +* [[\#2129](https://github.com/vrm-c/UniVRM/pull/2129)] Speed up ExpressionKey's comparison. +* [[\#2128](https://github.com/vrm-c/UniVRM/pull/2128)] Add Vrm10RuntimeExpression.SetWeightNonAlloc method + +## VrmAnimation Interface + +VRM10Viewer/VRM10Retarget.cs で行っていた Animation から Vrm にポーズをコピーする処理は、 +Vrm10Runtime.Process で実行できるようになりました。 +`Assets\VRM10\Runtime\Components\Vrm10Runtime\Vrm10Runtime.cs` + +VrmAnimation の Expression 値のアニメーションを Transform の x 値の移動で代用する実装は、 +Unity の AnimationClip の float 値になりました。 +`Assets\VRM10\Runtime\Components\VrmAnimationInstance\Vrm10AnimationInstance.cs` + +* [[\#2140](https://github.com/vrm-c/UniVRM/pull/2140)] sample の retarget を更新。 +* [[\#2138](https://github.com/vrm-c/UniVRM/pull/2138)] LookAt の整理 +* [[\#2137](https://github.com/vrm-c/UniVRM/pull/2137)] ILookAtEyeDirectionProvider を LookAt フォルダーに移動 +* [[\#2134](https://github.com/vrm-c/UniVRM/pull/2134)] [VrmAnimation] Expression 周りの整理など +* [[\#2132](https://github.com/vrm-c/UniVRM/pull/2132)] [vrma] retarget phase を Vrm10Runtime.Process の先頭に移動 +* [[\#2124](https://github.com/vrm-c/UniVRM/pull/2124)] VrmAnimation の Expression は float field に変更 + +## Other + +* [[\#2141](https://github.com/vrm-c/UniVRM/pull/2141)] UniVRM-0.114.0 +* [[\#2136](https://github.com/vrm-c/UniVRM/pull/2136)] remove unused +* [[\#2131](https://github.com/vrm-c/UniVRM/pull/2131)] Add `ReplaceResource` Method to `RuntimeGltfInstance` +* [[\#2127](https://github.com/vrm-c/UniVRM/pull/2127)] Bump tornado from 6.3.2 to 6.3.3 +* [[\#2114](https://github.com/vrm-c/UniVRM/pull/2114)] Auto detect render pipelines +* [[\#2116](https://github.com/vrm-c/UniVRM/pull/2116)] EditorImport時、ユーザーが任意のMaterialDescriptorGeneratorを差し込むための拡張の窓を追加 +* [[\#2123](https://github.com/vrm-c/UniVRM/pull/2123)] Remove linq snippets disused on unity update +* [[\#2117](https://github.com/vrm-c/UniVRM/pull/2117)] UniVRM-0.113.0 +* Merge remote-tracking branch 'upstream/master' into material_desc_generator_factory diff --git a/en/_sources/release_template.md.txt b/en/_sources/release_template.md.txt index b6a5df460..f13913f1b 100644 --- a/en/_sources/release_template.md.txt +++ b/en/_sources/release_template.md.txt @@ -1,7 +1,7 @@ ## Release Notes -- [日本語](https://vrm-c.github.io/UniVRM/ja/release/100/v${version}.html) -- [English](https://vrm-c.github.io/UniVRM/en/release/100/v${version}.html) +- [日本語](https://vrm-c.github.io/UniVRM/ja/release/${dir}/v${version}.html) +- [English](https://vrm-c.github.io/UniVRM/en/release/${dir}/v${version}.html) ## Installation diff --git a/en/api/0_106_spring_manual_update.html b/en/api/0_106_spring_manual_update.html index 3e4056cb0..712972d03 100644 --- a/en/api/0_106_spring_manual_update.html +++ b/en/api/0_106_spring_manual_update.html @@ -304,6 +304,7 @@