diff --git a/en/.doctrees/environment.pickle b/en/.doctrees/environment.pickle index f0ae5edb9..173587f85 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 cd9d21762..363847645 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.104.0.doctree b/en/.doctrees/release/079/v0.104.0.doctree new file mode 100644 index 000000000..66bf4c814 Binary files /dev/null and b/en/.doctrees/release/079/v0.104.0.doctree differ diff --git a/en/_sources/release/079/v0.104.0.md.txt b/en/_sources/release/079/v0.104.0.md.txt new file mode 100644 index 000000000..0c3eacf34 --- /dev/null +++ b/en/_sources/release/079/v0.104.0.md.txt @@ -0,0 +1,36 @@ +# v0.103.0..v0.104.0: vrm-1.0 + +## 1.0 + +* [[\#1821](https://github.com/vrm-c/UniVRM/pull/1821)] Add UV transform expression to seed-san +* [[\#1820](https://github.com/vrm-c/UniVRM/pull/1820)] follow matcapFactor in material color binding +* [[\#1819](https://github.com/vrm-c/UniVRM/pull/1819)] Add a rotation constraint to shoulder bone of seed-san +* [[\#1818](https://github.com/vrm-c/UniVRM/pull/1818)] Fix `matcapFactor` default value and follow specification. +* [[\#1816](https://github.com/vrm-c/UniVRM/pull/1816)] Add a vrm 1.0 model creation sample of Seed-san +* [[\#1817](https://github.com/vrm-c/UniVRM/pull/1817)] Add implementation of matcapFactor +* [[\#1815](https://github.com/vrm-c/UniVRM/pull/1815)] Fix a bug of incorrect pose set when EnforceTPose called +* [[\#1812](https://github.com/vrm-c/UniVRM/pull/1812)] Fix10/remove migration file write +* [[\#1809](https://github.com/vrm-c/UniVRM/pull/1809)] [1.0] format に matcapColor 反映 +* [[\#1803](https://github.com/vrm-c/UniVRM/pull/1803)] Replace control rig generation option with enum in vrm 1.0 +* [[\#1813](https://github.com/vrm-c/UniVRM/pull/1813)] UniVRM-0.104.0 +* [[\#1811](https://github.com/vrm-c/UniVRM/pull/1811)] [1.0] update SpecVersion to 1.0 +* [[\#1810](https://github.com/vrm-c/UniVRM/pull/1810)] [1.0] SpringBone のカプセルコライダーの座標変換漏れ + +## その他 + +* [[\#1795](https://github.com/vrm-c/UniVRM/pull/1795)] Add IAwaitCaller to VRMImporterContext.LoadBlendShapeMaster +* [[\#1808](https://github.com/vrm-c/UniVRM/pull/1808)] LFS tracking image & 3d model files. +* [[\#1804](https://github.com/vrm-c/UniVRM/pull/1804)] FastSpringBoneに対し、末端ボーンへの考慮を追加するオプションを追加 +* [[\#1798](https://github.com/vrm-c/UniVRM/pull/1798)] 頂点レイアウト Issue #1789に対応 +* [[\#1796](https://github.com/vrm-c/UniVRM/pull/1796)] Add IAwaitCaller to VRMImporterContext.LoadFirstPerson +* [[\#1802](https://github.com/vrm-c/UniVRM/pull/1802)] UniVRM-0.103.2 release page +* [[\#1801](https://github.com/vrm-c/UniVRM/pull/1801)] UniVRM-0.103.2 +* [[\#1800](https://github.com/vrm-c/UniVRM/pull/1800)] AvatarBuilder.BuildHumanAvatar には隠れたボーン名 HumanTrait.BoneName が必用 +* [[\#1793](https://github.com/vrm-c/UniVRM/pull/1793)] release UniVRM-0.103.1 +* [[\#1792](https://github.com/vrm-c/UniVRM/pull/1792)] UniVRM-0.103.1 +* [[\#1791](https://github.com/vrm-c/UniVRM/pull/1791)] Fix a importing error when the model using KHR_texture_basisu extension. +* [[\#1790](https://github.com/vrm-c/UniVRM/pull/1790)] Fix bug of null access when loading vrm1.0 prefab placed in the scene. +* [[\#1788](https://github.com/vrm-c/UniVRM/pull/1788)] Fix VRM exported from MigrationVrm class (2) +* [[\#1787](https://github.com/vrm-c/UniVRM/pull/1787)] Fix VRM exported from MigrationVrm class +* [[\#1785](https://github.com/vrm-c/UniVRM/pull/1785)] Fix specVersion of MToon `1.0-draft` -> `1.0-beta` +* [[\#1783](https://github.com/vrm-c/UniVRM/pull/1783)] release UniVRM-0.103.0 diff --git a/en/api/0_36_update.html b/en/api/0_36_update.html index 1f8a2d003..8fde2a532 100644 --- a/en/api/0_36_update.html +++ b/en/api/0_36_update.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_44_runtime_import.html b/en/api/0_44_runtime_import.html index a5dbfe1b2..1c845cfbc 100644 --- a/en/api/0_44_runtime_import.html +++ b/en/api/0_44_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_58_blendshape.html b/en/api/0_58_blendshape.html index fc561d98d..82ac26e30 100644 --- a/en/api/0_58_blendshape.html +++ b/en/api/0_58_blendshape.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_68_runtime_import.html b/en/api/0_68_runtime_import.html index a993c887e..a4b12964b 100644 --- a/en/api/0_68_runtime_import.html +++ b/en/api/0_68_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_77_runtime_import.html b/en/api/0_77_runtime_import.html index 2e9abe490..e39b93558 100644 --- a/en/api/0_77_runtime_import.html +++ b/en/api/0_77_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_79_runtime_import.html b/en/api/0_79_runtime_import.html index 6be6ec898..2af009952 100644 --- a/en/api/0_79_runtime_import.html +++ b/en/api/0_79_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_82_glb_import.html b/en/api/0_82_glb_import.html index 1b6d9f890..70845ef8e 100644 --- a/en/api/0_82_glb_import.html +++ b/en/api/0_82_glb_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_82_runtime_import.html b/en/api/0_82_runtime_import.html index a493cb039..b63e6aec6 100644 --- a/en/api/0_82_runtime_import.html +++ b/en/api/0_82_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_87_runtime_import.html b/en/api/0_87_runtime_import.html index 70b180106..e3c9c0d18 100644 --- a/en/api/0_87_runtime_import.html +++ b/en/api/0_87_runtime_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_95_dispose.html b/en/api/0_95_dispose.html index b8e61692c..be07836ae 100644 --- a/en/api/0_95_dispose.html +++ b/en/api/0_95_dispose.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_95_highlevel.html b/en/api/0_95_highlevel.html index 88edb9743..33f76ecd7 100644 --- a/en/api/0_95_highlevel.html +++ b/en/api/0_95_highlevel.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/0_96_1_use_gamma_colorspace.html b/en/api/0_96_1_use_gamma_colorspace.html index 7adf9bacc..7134299eb 100644 --- a/en/api/0_96_1_use_gamma_colorspace.html +++ b/en/api/0_96_1_use_gamma_colorspace.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/fast_spring_bone.html b/en/api/fast_spring_bone.html index 3aa190431..259f4e70d 100644 --- a/en/api/fast_spring_bone.html +++ b/en/api/fast_spring_bone.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/firstperson.html b/en/api/firstperson.html index 6d6f4d0a8..7e0dec6d8 100644 --- a/en/api/firstperson.html +++ b/en/api/firstperson.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/how_to_customize_material_import.html b/en/api/how_to_customize_material_import.html index dc28b48b3..f1ca5c944 100644 --- a/en/api/how_to_customize_material_import.html +++ b/en/api/how_to_customize_material_import.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/how_to_impl_extension.html b/en/api/how_to_impl_extension.html index 500215b4b..03a2de31e 100644 --- a/en/api/how_to_impl_extension.html +++ b/en/api/how_to_impl_extension.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/index.html b/en/api/index.html index 4329ed3d7..8c7211f55 100644 --- a/en/api/index.html +++ b/en/api/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/sample/AnimationBridgeSample.html b/en/api/sample/AnimationBridgeSample.html index f09102740..7c10f701c 100644 --- a/en/api/sample/AnimationBridgeSample.html +++ b/en/api/sample/AnimationBridgeSample.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/sample/FirstPersonSample.html b/en/api/sample/FirstPersonSample.html index e79ba2d55..a82b63c09 100644 --- a/en/api/sample/FirstPersonSample.html +++ b/en/api/sample/FirstPersonSample.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/sample/RuntimeExporterSample.html b/en/api/sample/RuntimeExporterSample.html index a9aa602de..fdbe28206 100644 --- a/en/api/sample/RuntimeExporterSample.html +++ b/en/api/sample/RuntimeExporterSample.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/sample/SimpleViewer.html b/en/api/sample/SimpleViewer.html index 5ea87d287..144d02f5f 100644 --- a/en/api/sample/SimpleViewer.html +++ b/en/api/sample/SimpleViewer.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/api/sample/index.html b/en/api/sample/index.html index 648c8eb67..98a23bc24 100644 --- a/en/api/sample/index.html +++ b/en/api/sample/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/build.html b/en/build.html index 8519bbe54..9f4c0945d 100644 --- a/en/build.html +++ b/en/build.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/genindex.html b/en/genindex.html index 24125faa6..a093b2dd3 100644 --- a/en/genindex.html +++ b/en/genindex.html @@ -286,6 +286,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/coordinate.html b/en/implementation/coordinate.html index 7240ea99f..b604287ba 100644 --- a/en/implementation/coordinate.html +++ b/en/implementation/coordinate.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/first_person.html b/en/implementation/first_person.html index cce8c0c53..1e506ed09 100644 --- a/en/implementation/first_person.html +++ b/en/implementation/first_person.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/format.html b/en/implementation/format.html index db9832a02..b18b37061 100644 --- a/en/implementation/format.html +++ b/en/implementation/format.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/index.html b/en/implementation/index.html index 2dc25b050..6426af13d 100644 --- a/en/implementation/index.html +++ b/en/implementation/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/runtime_resource_management.html b/en/implementation/runtime_resource_management.html index e8a461e3a..2d96c1878 100644 --- a/en/implementation/runtime_resource_management.html +++ b/en/implementation/runtime_resource_management.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/scripted_importer.html b/en/implementation/scripted_importer.html index d0d64032c..56608ba4e 100644 --- a/en/implementation/scripted_importer.html +++ b/en/implementation/scripted_importer.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/texture_manipulation.html b/en/implementation/texture_manipulation.html index 63ec66adc..caa73c037 100644 --- a/en/implementation/texture_manipulation.html +++ b/en/implementation/texture_manipulation.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/implementation/transparent_zwrite.html b/en/implementation/transparent_zwrite.html index c669014d3..a512524ef 100644 --- a/en/implementation/transparent_zwrite.html +++ b/en/implementation/transparent_zwrite.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/index.html b/en/index.html index 473819fab..1b354fc02 100644 --- a/en/index.html +++ b/en/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/objects.inv b/en/objects.inv index 40e244727..21b8f4a94 100644 Binary files a/en/objects.inv and b/en/objects.inv differ diff --git a/en/release/055/index.html b/en/release/055/index.html index cb5cef801..d0d874726 100644 --- a/en/release/055/index.html +++ b/en/release/055/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.40.html b/en/release/055/v0.40.html index c26fcbf47..56437066c 100644 --- a/en/release/055/v0.40.html +++ b/en/release/055/v0.40.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.41.html b/en/release/055/v0.41.html index 5686acf3d..5d39e59e5 100644 --- a/en/release/055/v0.41.html +++ b/en/release/055/v0.41.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.42.html b/en/release/055/v0.42.html index 55ca070a6..7b4aba08c 100644 --- a/en/release/055/v0.42.html +++ b/en/release/055/v0.42.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.43.html b/en/release/055/v0.43.html index 2c18e3113..d44ddb52c 100644 --- a/en/release/055/v0.43.html +++ b/en/release/055/v0.43.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.44.html b/en/release/055/v0.44.html index 1b9c9e66e..4a368b8a3 100644 --- a/en/release/055/v0.44.html +++ b/en/release/055/v0.44.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.45.html b/en/release/055/v0.45.html index 8999b0fab..abcc59753 100644 --- a/en/release/055/v0.45.html +++ b/en/release/055/v0.45.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.46.html b/en/release/055/v0.46.html index 1409e23cd..c1eda5e3f 100644 --- a/en/release/055/v0.46.html +++ b/en/release/055/v0.46.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.47.html b/en/release/055/v0.47.html index 9dd82d65e..920d23b9c 100644 --- a/en/release/055/v0.47.html +++ b/en/release/055/v0.47.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.48.html b/en/release/055/v0.48.html index 08bd5ee37..d7dd917b2 100644 --- a/en/release/055/v0.48.html +++ b/en/release/055/v0.48.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.49.html b/en/release/055/v0.49.html index 08536f90d..722e0f782 100644 --- a/en/release/055/v0.49.html +++ b/en/release/055/v0.49.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.50.html b/en/release/055/v0.50.html index 4a378508e..e6d5f0fb2 100644 --- a/en/release/055/v0.50.html +++ b/en/release/055/v0.50.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.51.0.html b/en/release/055/v0.51.0.html index eb7ff7c1d..9817daf8e 100644 --- a/en/release/055/v0.51.0.html +++ b/en/release/055/v0.51.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.52.0.html b/en/release/055/v0.52.0.html index 93df8aad7..71eb2b9c9 100644 --- a/en/release/055/v0.52.0.html +++ b/en/release/055/v0.52.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.53.0.html b/en/release/055/v0.53.0.html index 0223bdbbd..385030100 100644 --- a/en/release/055/v0.53.0.html +++ b/en/release/055/v0.53.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.54.0.html b/en/release/055/v0.54.0.html index 43ff6d163..e81e3563d 100644 --- a/en/release/055/v0.54.0.html +++ b/en/release/055/v0.54.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/055/v0.55.0.html b/en/release/055/v0.55.0.html index 4f9feabcf..71d8b1449 100644 --- a/en/release/055/v0.55.0.html +++ b/en/release/055/v0.55.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/index.html b/en/release/056/index.html index 11390784c..ec9e72fd0 100644 --- a/en/release/056/index.html +++ b/en/release/056/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.56.0.html b/en/release/056/v0.56.0.html index 1b69ac9cf..5a0b3a524 100644 --- a/en/release/056/v0.56.0.html +++ b/en/release/056/v0.56.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.57.0.html b/en/release/056/v0.57.0.html index 008f646f9..37cff8d45 100644 --- a/en/release/056/v0.57.0.html +++ b/en/release/056/v0.57.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.58.0.html b/en/release/056/v0.58.0.html index 69a809223..f1c8ac681 100644 --- a/en/release/056/v0.58.0.html +++ b/en/release/056/v0.58.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.59.0.html b/en/release/056/v0.59.0.html index 0a50e262d..fd9673247 100644 --- a/en/release/056/v0.59.0.html +++ b/en/release/056/v0.59.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.60.0.html b/en/release/056/v0.60.0.html index 8b31a5fc3..71e1777da 100644 --- a/en/release/056/v0.60.0.html +++ b/en/release/056/v0.60.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.61.0.html b/en/release/056/v0.61.0.html index 6b08e8c48..d7fbfde07 100644 --- a/en/release/056/v0.61.0.html +++ b/en/release/056/v0.61.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.62.0.html b/en/release/056/v0.62.0.html index ed02d98ce..2f597c8f4 100644 --- a/en/release/056/v0.62.0.html +++ b/en/release/056/v0.62.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.63.0.html b/en/release/056/v0.63.0.html index dc47ad9a5..ba690406b 100644 --- a/en/release/056/v0.63.0.html +++ b/en/release/056/v0.63.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.64.0.html b/en/release/056/v0.64.0.html index a143d4d9c..07c9c0572 100644 --- a/en/release/056/v0.64.0.html +++ b/en/release/056/v0.64.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.65.0.html b/en/release/056/v0.65.0.html index 7b39420cd..b4e6c92df 100644 --- a/en/release/056/v0.65.0.html +++ b/en/release/056/v0.65.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.66.0.html b/en/release/056/v0.66.0.html index e26ea300b..2145ac669 100644 --- a/en/release/056/v0.66.0.html +++ b/en/release/056/v0.66.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/056/v0.67.0.html b/en/release/056/v0.67.0.html index 74e2ecd98..037e84d72 100644 --- a/en/release/056/v0.67.0.html +++ b/en/release/056/v0.67.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/index.html b/en/release/068/index.html index b26aaf4df..84985e1a3 100644 --- a/en/release/068/index.html +++ b/en/release/068/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.68.0.html b/en/release/068/v0.68.0.html index 1bd7256fb..77a995def 100644 --- a/en/release/068/v0.68.0.html +++ b/en/release/068/v0.68.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.69.0.html b/en/release/068/v0.69.0.html index c0603b964..1d13f43b4 100644 --- a/en/release/068/v0.69.0.html +++ b/en/release/068/v0.69.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.70.0.html b/en/release/068/v0.70.0.html index e873dd2a7..8105e8651 100644 --- a/en/release/068/v0.70.0.html +++ b/en/release/068/v0.70.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.71.0.html b/en/release/068/v0.71.0.html index 73b1c3dcd..a5a6c310e 100644 --- a/en/release/068/v0.71.0.html +++ b/en/release/068/v0.71.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.72.0.html b/en/release/068/v0.72.0.html index 68a063cca..79539972b 100644 --- a/en/release/068/v0.72.0.html +++ b/en/release/068/v0.72.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.73.0.html b/en/release/068/v0.73.0.html index a2a5b7894..e18440334 100644 --- a/en/release/068/v0.73.0.html +++ b/en/release/068/v0.73.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.74.0.html b/en/release/068/v0.74.0.html index e2c5e6359..03f1eb979 100644 --- a/en/release/068/v0.74.0.html +++ b/en/release/068/v0.74.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.75.0.html b/en/release/068/v0.75.0.html index f7b5d5385..0cb83e6c2 100644 --- a/en/release/068/v0.75.0.html +++ b/en/release/068/v0.75.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.76.0.html b/en/release/068/v0.76.0.html index 67bcd3028..717557283 100644 --- a/en/release/068/v0.76.0.html +++ b/en/release/068/v0.76.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.77.0.html b/en/release/068/v0.77.0.html index 97ee1fdc5..95c29a6cf 100644 --- a/en/release/068/v0.77.0.html +++ b/en/release/068/v0.77.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/068/v0.78.0.html b/en/release/068/v0.78.0.html index 897d4b746..69fadb1e5 100644 --- a/en/release/068/v0.78.0.html +++ b/en/release/068/v0.78.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/079/index.html b/en/release/079/index.html index bb2662030..cde1e01d2 100644 --- a/en/release/079/index.html +++ b/en/release/079/index.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • @@ -366,6 +367,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • diff --git a/en/release/079/v0.100.0.html b/en/release/079/v0.100.0.html index 433d01e91..398c807f3 100644 --- a/en/release/079/v0.100.0.html +++ b/en/release/079/v0.100.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/079/v0.101.0.html b/en/release/079/v0.101.0.html index 4ea17ffee..5c2c6ba90 100644 --- a/en/release/079/v0.101.0.html +++ b/en/release/079/v0.101.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/079/v0.102.0.html b/en/release/079/v0.102.0.html index caf52b5e2..7de220a78 100644 --- a/en/release/079/v0.102.0.html +++ b/en/release/079/v0.102.0.html @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • diff --git a/en/release/079/v0.103.0.html b/en/release/079/v0.103.0.html index c620a8dde..bfadb4bc9 100644 --- a/en/release/079/v0.103.0.html +++ b/en/release/079/v0.103.0.html @@ -3,7 +3,7 @@ - + v0.102.0..v0.103.0: VRM-1.0 RC - UniVRM Programming documentation @@ -288,6 +288,7 @@
  • 1.0
  • other
  • v0.102.0..v0.103.0: VRM-1.0 RC
  • +
  • v0.103.0..v0.104.0: vrm-1.0
  • リリース作業手順
  • @@ -372,12 +373,12 @@