diff --git a/docs/index.html b/docs/index.html index 81671d989..9607ec54a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,10 +42,10 @@ - + Download - UniVRM-0.93.0 + UniVRM-0.94.0 diff --git a/docs/locale/en/LC_MESSAGES/how_to_release.po b/docs/locale/en/LC_MESSAGES/how_to_release.po new file mode 100644 index 000000000..7ceb63e99 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/how_to_release.po @@ -0,0 +1,132 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../how_to_release.md:1 +msgid "リリース作業手順" +msgstr "" + +#: ../../how_to_release.md:3 +msgid "リリース番号を決める。" +msgstr "" + +#: ../../how_to_release.md:5 ../../how_to_release.md:37 +msgid "`vX.Y.Z`" +msgstr "" + +#: ../../how_to_release.md:7 +msgid "ライブラリのバージョンを上げる" +msgstr "" + +#: ../../how_to_release.md:9 +msgid "`VRM0-development-Version Dialog` によりバージョンを上げる。" +msgstr "" + +#: ../../how_to_release.md:11 +msgid "branch: `version/vX_Y_Z` commit: `UniVRM-X.Y.Z` PR merge" +msgstr "" + +#: ../../how_to_release.md:16 +msgid "UnitTest をすべて実行する" +msgstr "" + +#: ../../how_to_release.md:18 +msgid "all green" +msgstr "" + +#: ../../how_to_release.md:20 +msgid "Build確認" +msgstr "" + +#: ../../how_to_release.md:22 +msgid "" +"`VRM0-development-Dummy build for CI` により `#if UNITY_EDITOR` " +"などでビルド時のみに起きるエラーが無いことw確認する" +msgstr "" + +#: ../../how_to_release.md:24 +msgid "unity package 作成" +msgstr "" + +#: ../../how_to_release.md:26 +msgid "`VRM0-development-Create Unity Package` により unity package を作成する" +msgstr "" + +#: ../../how_to_release.md:28 +msgid "UniVRM" +msgstr "" + +#: ../../how_to_release.md:29 +msgid "UniVRM-Sample" +msgstr "" + +#: ../../how_to_release.md:30 +msgid "VRM" +msgstr "" + +#: ../../how_to_release.md:31 +msgid "VRM-Sample" +msgstr "" + +#: ../../how_to_release.md:33 +msgid "の4パッケージ" +msgstr "" + +#: ../../how_to_release.md:35 +msgid "リポジトリにタグを打つ" +msgstr "" + +#: ../../how_to_release.md:39 +msgid "github で tag からリリースを作成して draft で保存する。" +msgstr "" + +#: ../../how_to_release.md:41 +msgid "unity package をアップロード" +msgstr "" + +#: ../../how_to_release.md:42 +msgid "unity package の動作確認" +msgstr "" + +#: ../../how_to_release.md:43 +msgid "UPM の動作確認" +msgstr "" + +#: ../../how_to_release.md:45 +msgid "リリース記事" +msgstr "" + +#: ../../how_to_release.md:47 +msgid "`/doc/release_gen.py`" +msgstr "" + +#: ../../how_to_release.md:48 +msgid "release の記事をコピペ" +msgstr "" + +#: ../../how_to_release.md:49 +msgid "" +"sphinx の release 記事が生成されるので、必用であれば手を入れてコミット、push(`doc/vX_Y_Z`: `release " +"vX.Y.Z`)、merge" +msgstr "" + +#: ../../how_to_release.md:50 +msgid "github release を draft から publish" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.89.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.89.0.po new file mode 100644 index 000000000..4b3a0fb24 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.89.0.po @@ -0,0 +1,114 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.89.0.md:1 +msgid "v0.89.0: 1.0準備" +msgstr "" + +#: ../../release/079/v0.89.0.md:3 +msgid "exporter" +msgstr "" + +#: ../../release/079/v0.89.0.md:4 +msgid "一部のモデルでエクスポート時に blend shape の法線が乱れる問題を修正しました。" +msgstr "" + +#: ../../release/079/v0.89.0.md:6 +msgid "" +"[[\\#1363](https://github.com/vrm-c/UniVRM/pull/1363)] " +"meshを正規化するときに、法線を正規化する" +msgstr "" + +#: ../../release/079/v0.89.0.md:8 +msgid "発生条件" +msgstr "" + +#: ../../release/079/v0.89.0.md:10 +msgid "正規化する" +msgstr "" + +#: ../../release/079/v0.89.0.md:11 +msgid "正規化する前のモデルに回転が含まれている(blender由来 の Z-UP Meshなど)" +msgstr "" + +#: ../../release/079/v0.89.0.md:12 +msgid "法線が正規化されていない({100, 0, 0} などの値)" +msgstr "" + +#: ../../release/079/v0.89.0.md:13 +msgid "scale の影響かもしれない" +msgstr "" + +#: ../../release/079/v0.89.0.md:15 +msgid "が組み合わさったときに blend shape の bake 結果が破綻する場合があるようです。" +msgstr "" + +#: ../../release/079/v0.89.0.md:17 +msgid "importer" +msgstr "" + +#: ../../release/079/v0.89.0.md:19 +msgid "`v0.88.0` で `GLTF` のロードが低速化した問題を修正しました。" +msgstr "" + +#: ../../release/079/v0.89.0.md:21 +msgid "" +"[[\\#1362](https://github.com/vrm-c/UniVRM/pull/1362)] glTF 形式の uri " +"アクセスをキャッシュ(たぶん、0.87以前の動作)" +msgstr "" + +#: ../../release/079/v0.89.0.md:23 +msgid "1.0" +msgstr "" + +#: ../../release/079/v0.89.0.md:24 +msgid "" +"[[\\#1365](https://github.com/vrm-c/UniVRM/pull/1365)] [1.0] meta の " +"Editor 仕様に追随" +msgstr "" + +#: ../../release/079/v0.89.0.md:25 +msgid "" +"[[\\#1356](https://github.com/vrm-c/UniVRM/pull/1356)] [1.0] " +"Fix10/firstperson import fallback" +msgstr "" + +#: ../../release/079/v0.89.0.md:27 +msgid "other" +msgstr "" + +#: ../../release/079/v0.89.0.md:28 +msgid "[[\\#1366](https://github.com/vrm-c/UniVRM/pull/1366)] UniVRM-0.89" +msgstr "" + +#: ../../release/079/v0.89.0.md:29 +msgid "" +"[[\\#1364](https://github.com/vrm-c/UniVRM/pull/1364)] menu that contains" +" \"//\" is not visible in Unity-2021.2" +msgstr "" + +#: ../../release/079/v0.89.0.md:30 +msgid "[[\\#1358](https://github.com/vrm-c/UniVRM/pull/1358)] download button" +msgstr "" + +#: ../../release/079/v0.89.0.md:31 +msgid "[[\\#1355](https://github.com/vrm-c/UniVRM/pull/1355)] Doc/fix v0 88 0" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.90.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.90.0.po new file mode 100644 index 000000000..915404248 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.90.0.po @@ -0,0 +1,90 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.90.0.md:1 +msgid "v0.90.0: 1.0準備" +msgstr "" + +#: ../../release/079/v0.90.0.md:3 +msgid "[[\\#1394](https://github.com/vrm-c/UniVRM/pull/1394)] Colorsのnull考慮漏れを修正" +msgstr "" + +#: ../../release/079/v0.90.0.md:4 +msgid "[[\\#1392](https://github.com/vrm-c/UniVRM/pull/1392)] ビルド時の参照エラーを修正" +msgstr "" + +#: ../../release/079/v0.90.0.md:5 +msgid "[[\\#1391](https://github.com/vrm-c/UniVRM/pull/1391)] UniVRM-0.90.0" +msgstr "" + +#: ../../release/079/v0.90.0.md:6 +msgid "" +"[[\\#1385](https://github.com/vrm-c/UniVRM/pull/1385)] 未知の material " +"をエクスポートするとエラーになるのを回避" +msgstr "" + +#: ../../release/079/v0.90.0.md:7 +msgid "" +"[[\\#1387](https://github.com/vrm-c/UniVRM/pull/1387)] [1.0] " +"ScriptableObject VRM10Expression の MorphTargetBinding.Weight の値域を 0-1 に修正" +msgstr "" + +#: ../../release/079/v0.90.0.md:8 +msgid "" +"[[\\#1376](https://github.com/vrm-c/UniVRM/pull/1376)] VRM1.0についてもNew " +"Mesh APIを使う" +msgstr "" + +#: ../../release/079/v0.90.0.md:9 +msgid "[[\\#1375](https://github.com/vrm-c/UniVRM/pull/1375)] UniVRM-0.89.1" +msgstr "" + +#: ../../release/079/v0.90.0.md:10 +msgid "" +"[[\\#1374](https://github.com/vrm-c/UniVRM/pull/1374)] [1.0] indices が " +"65535 を超える場合に indexFormat をセットする" +msgstr "" + +#: ../../release/079/v0.90.0.md:11 +msgid "" +"[[\\#1373](https://github.com/vrm-c/UniVRM/pull/1373)] New Mesh " +"APIを利用することで、GPUへのMeshアップロードコストを削減" +msgstr "" + +#: ../../release/079/v0.90.0.md:12 +msgid "" +"[[\\#1372](https://github.com/vrm-c/UniVRM/pull/1372)] " +"MeshContextのListをIReadOnlyListに変更・その他フォーマット" +msgstr "" + +#: ../../release/079/v0.90.0.md:13 +msgid "" +"[[\\#1371](https://github.com/vrm-c/UniVRM/pull/1371)] " +"MeshImporterからMeshContextを分離" +msgstr "" + +#: ../../release/079/v0.90.0.md:14 +msgid "[[\\#1370](https://github.com/vrm-c/UniVRM/pull/1370)] fix download" +msgstr "" + +#: ../../release/079/v0.90.0.md:15 +msgid "[[\\#1369](https://github.com/vrm-c/UniVRM/pull/1369)] doc/v0 89 0" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.91.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.91.0.po new file mode 100644 index 000000000..b954543f5 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.91.0.po @@ -0,0 +1,136 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.91.0.md:1 +msgid "v0.91.0: 1.0準備" +msgstr "" + +#: ../../release/079/v0.91.0.md:3 +msgid "export option 追加" +msgstr "" + +#: ../../release/079/v0.91.0.md:4 +msgid "" +"[[\\#1415](https://github.com/vrm-c/UniVRM/pull/1415)] Feature/keep " +"vertex color" +msgstr "" + +#: ../../release/079/v0.91.0.md:6 +msgid "texture importer 設定関連" +msgstr "" + +#: ../../release/079/v0.91.0.md:7 +msgid "" +"[[\\#1410](https://github.com/vrm-c/UniVRM/pull/1410)] Add the capability" +" of importing texture extension." +msgstr "" + +#: ../../release/079/v0.91.0.md:8 +msgid "" +"[[\\#1402](https://github.com/vrm-c/UniVRM/pull/1402)] While importing in" +" Unity Editor, `Max Size` property is invalid if a texture size was " +"larger than 2048." +msgstr "" + +#: ../../release/079/v0.91.0.md:9 +msgid "" +"[[\\#1403](https://github.com/vrm-c/UniVRM/pull/1403)] Ignore texture " +"compression settings while exporting glTF / VRM." +msgstr "" + +#: ../../release/079/v0.91.0.md:11 +msgid "1.0" +msgstr "" + +#: ../../release/079/v0.91.0.md:12 +msgid "" +"[[\\#1409](https://github.com/vrm-c/UniVRM/pull/1409)] " +"同一のバイト列を参照するBufferAccessor が複数回、座標変換(右手・左手変換)されるのを回避する" +msgstr "" + +#: ../../release/079/v0.91.0.md:13 +msgid "[[\\#1405](https://github.com/vrm-c/UniVRM/pull/1405)] skin があるが mesh が無い" +msgstr "" + +#: ../../release/079/v0.91.0.md:15 +msgid "その他" +msgstr "" + +#: ../../release/079/v0.91.0.md:16 +msgid "[[\\#1416](https://github.com/vrm-c/UniVRM/pull/1416)] UniVRM-0.91.0" +msgstr "" + +#: ../../release/079/v0.91.0.md:17 +msgid "" +"[[\\#1414](https://github.com/vrm-c/UniVRM/pull/1414)] Make public " +"constructor of interface class." +msgstr "" + +#: ../../release/079/v0.91.0.md:18 +msgid "" +"[[\\#1412](https://github.com/vrm-c/UniVRM/pull/1412)] Remove unused AOT " +"Call generation" +msgstr "" + +#: ../../release/079/v0.91.0.md:19 +msgid "" +"[[\\#1411](https://github.com/vrm-c/UniVRM/pull/1411)] Refactoring top " +"menues of UniGLTF and UniVRM 0.x" +msgstr "" + +#: ../../release/079/v0.91.0.md:20 +msgid "" +"[[\\#1407](https://github.com/vrm-c/UniVRM/pull/1407)] Change " +"ITextureDeserializer interface. The implementation must set sampler " +"params." +msgstr "" + +#: ../../release/079/v0.91.0.md:21 +msgid "" +"[[\\#1404](https://github.com/vrm-c/UniVRM/pull/1404)] UniHumanoid " +"のフォルダ構成を整理" +msgstr "" + +#: ../../release/079/v0.91.0.md:22 +msgid "" +"[[\\#1400](https://github.com/vrm-c/UniVRM/pull/1400)] Fix migration " +"error in MToon & Modify Screen Coords Outline drawing algorithm." +msgstr "" + +#: ../../release/079/v0.91.0.md:23 +msgid "" +"[[\\#1399](https://github.com/vrm-c/UniVRM/pull/1399)] Add a destructive " +"MToon migration in edge case." +msgstr "" + +#: ../../release/079/v0.91.0.md:24 +msgid "[[\\#1398](https://github.com/vrm-c/UniVRM/pull/1398)] UniVRM-0.90.1" +msgstr "" + +#: ../../release/079/v0.91.0.md:25 +msgid "" +"[[\\#1397](https://github.com/vrm-c/UniVRM/pull/1397)] UniGLTF において、メッシュの" +" Bounds が計算されていなかった問題を修正" +msgstr "" + +#: ../../release/079/v0.91.0.md:26 +msgid "[[\\#1395](https://github.com/vrm-c/UniVRM/pull/1395)] release v0.90.0" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.92.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.92.0.po new file mode 100644 index 000000000..80e086e28 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.92.0.po @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.92.0.md:1 +msgid "v0.92.0: 1.0準備" +msgstr "" + +#: ../../release/079/v0.92.0.md:3 +msgid "[1.0] 正規化しない" +msgstr "" + +#: ../../release/079/v0.92.0.md:5 +msgid "" +"[[\\#1429](https://github.com/vrm-c/UniVRM/pull/1429)] [1.0][Importer] " +"Import 時の正規化を実装" +msgstr "" + +#: ../../release/079/v0.92.0.md:6 +msgid "" +"[[\\#1428](https://github.com/vrm-c/UniVRM/pull/1428)] [1.0] Export " +"ダイアログは正規化しない" +msgstr "" + +#: ../../release/079/v0.92.0.md:8 +msgid "VRM-0.x" +msgstr "" + +#: ../../release/079/v0.92.0.md:10 +msgid "meta オブジェクトの置き換え機能の修正。 シーンインスタンス毎に異なる meta オブジェクトを設定できます。" +msgstr "" + +#: ../../release/079/v0.92.0.md:13 +msgid "" +"[[\\#1423](https://github.com/vrm-c/UniVRM/pull/1423)] meta の " +"PropertyField に対するオブジェクト置き換えを有効にする" +msgstr "" + +#: ../../release/079/v0.92.0.md:15 +msgid "その他" +msgstr "" + +#: ../../release/079/v0.92.0.md:17 +msgid "" +"[[\\#1433](https://github.com/vrm-c/UniVRM/pull/1433)] Fix/exporter " +"extensionused" +msgstr "" + +#: ../../release/079/v0.92.0.md:18 +msgid "[[\\#1432](https://github.com/vrm-c/UniVRM/pull/1432)] Version/v0 92 0" +msgstr "" + +#: ../../release/079/v0.92.0.md:19 +msgid "[[\\#1420](https://github.com/vrm-c/UniVRM/pull/1420)] UniVRM-0.91.1" +msgstr "" + +#: ../../release/079/v0.92.0.md:20 +msgid "" +"[[\\#1419](https://github.com/vrm-c/UniVRM/pull/1419)] Suppress compler " +"warning `unreachable code detected warning` when `VRM_DEVELOP` symbol is " +"undefined." +msgstr "" + +#: ../../release/079/v0.92.0.md:21 +msgid "[[\\#1418](https://github.com/vrm-c/UniVRM/pull/1418)] Release v0.91.0" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.93.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.93.0.po new file mode 100644 index 000000000..14293f439 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.93.0.po @@ -0,0 +1,86 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.93.0.md:1 +msgid "v0.93.0: 1.0準備" +msgstr "" + +#: ../../release/079/v0.93.0.md:3 +msgid "[[\\#1452](https://github.com/vrm-c/UniVRM/pull/1452)] UniVRM-0.93.0" +msgstr "" + +#: ../../release/079/v0.93.0.md:4 +msgid "" +"[[\\#1446](https://github.com/vrm-c/UniVRM/pull/1446)] [1.0][Constraint] " +"rotation local to localのみに" +msgstr "" + +#: ../../release/079/v0.93.0.md:5 +msgid "" +"[[\\#1444](https://github.com/vrm-c/UniVRM/pull/1444)] Fix/material has " +"vertex color" +msgstr "" + +#: ../../release/079/v0.93.0.md:6 +msgid "" +"[[\\#1443](https://github.com/vrm-c/UniVRM/pull/1443)] [1.0] SpringBone " +"Joint のJSONキー省略時にデフォルト値を補う" +msgstr "" + +#: ../../release/079/v0.93.0.md:7 +msgid "" +"[[\\#1445](https://github.com/vrm-c/UniVRM/pull/1445)] MeshVertexのdefault" +" colorをwhiteにした" +msgstr "" + +#: ../../release/079/v0.93.0.md:8 +msgid "" +"[[\\#1440](https://github.com/vrm-c/UniVRM/pull/1440)] FirstPerson 設定が無い " +"Renderer のデフォルト値を auto にする" +msgstr "" + +#: ../../release/079/v0.93.0.md:9 +msgid "[[\\#1439](https://github.com/vrm-c/UniVRM/pull/1439)] default material" +msgstr "" + +#: ../../release/079/v0.93.0.md:10 +msgid "" +"[[\\#1437](https://github.com/vrm-c/UniVRM/pull/1437)] Can export " +"metallic roughness occlusion correct." +msgstr "" + +#: ../../release/079/v0.93.0.md:11 +msgid "" +"[[\\#1436](https://github.com/vrm-c/UniVRM/pull/1436)] Marshal.Copy " +"で問題が発生する前に throw する" +msgstr "" + +#: ../../release/079/v0.93.0.md:12 +msgid "" +"[[\\#1435](https://github.com/vrm-c/UniVRM/pull/1435)] " +"ランタイム正規化のサンプルとドキュメント" +msgstr "" + +#: ../../release/079/v0.93.0.md:13 +msgid "" +"[[\\#1434](https://github.com/vrm-c/UniVRM/pull/1434)] " +"release/079/v0.92.0.md" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.94.0.po b/docs/locale/en/LC_MESSAGES/release/079/v0.94.0.po new file mode 100644 index 000000000..318a7303c --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.94.0.po @@ -0,0 +1,118 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:14+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.94.0.md:1 +msgid "v0.94.0: 1.0準備" +msgstr "v0.94.0: 1.0preparation" + +#: ../../release/079/v0.94.0.md:3 +msgid "改善" +msgstr "improvement" + +#: ../../release/079/v0.94.0.md:4 +msgid "" +"[[\\#1467](https://github.com/vrm-c/UniVRM/pull/1467)] Add EditorProgress" +" for GltfExportWindow" +msgstr "" + +#: ../../release/079/v0.94.0.md:5 +msgid "" +"[[\\#1471](https://github.com/vrm-c/UniVRM/pull/1471)] glb parse の throw " +"を更新" +msgstr "" + +#: ../../release/079/v0.94.0.md:6 +msgid "" +"[[\\#1466](https://github.com/vrm-c/UniVRM/pull/1466)] Fix/renderer lost " +"message" +msgstr "" + +#: ../../release/079/v0.94.0.md:7 +msgid "" +"[[\\#1465](https://github.com/vrm-c/UniVRM/pull/1465)] Unity 2020 " +"以降のエディターで ファイルダイアログを開くとローカル変数の SerializedProperty が揮発する?" +msgstr "" + +#: ../../release/079/v0.94.0.md:8 +msgid "[[\\#1462](https://github.com/vrm-c/UniVRM/pull/1462)] Fix/fix stride bug" +msgstr "" + +#: ../../release/079/v0.94.0.md:9 +msgid "" +"[[\\#1458](https://github.com/vrm-c/UniVRM/pull/1458)] 空の collider group " +"の null check" +msgstr "" + +#: ../../release/079/v0.94.0.md:11 +msgid "1.0" +msgstr "" + +#: ../../release/079/v0.94.0.md:12 +msgid "" +"[[\\#1473](https://github.com/vrm-c/UniVRM/pull/1473)] vrm-0.x " +"の仕様で、preset: unknown のときに name を preset として解釈するに対応" +msgstr "" + +#: ../../release/079/v0.94.0.md:13 +msgid "" +"[[\\#1460](https://github.com/vrm-c/UniVRM/pull/1460)] Fix10/fix " +"springbone migration" +msgstr "" + +#: ../../release/079/v0.94.0.md:14 +msgid "" +"[[\\#1457](https://github.com/vrm-c/UniVRM/pull/1457)] [1.0]SpringBone " +"gizmo" +msgstr "" + +#: ../../release/079/v0.94.0.md:16 +msgid "その他" +msgstr "other" + +#: ../../release/079/v0.94.0.md:17 +msgid "[[\\#1474](https://github.com/vrm-c/UniVRM/pull/1474)] UniVRM-0.94.0" +msgstr "" + +#: ../../release/079/v0.94.0.md:18 +msgid "" +"[[\\#1477](https://github.com/vrm-c/UniVRM/pull/1477)] Fix the test of " +"exporting Metallic-Rougness texture" +msgstr "" + +#: ../../release/079/v0.94.0.md:19 +msgid "" +"[[\\#1470](https://github.com/vrm-c/UniVRM/pull/1470)] " +"\"RecursiveSkeletons\" がテスト通らないのでとりあえず除外" +msgstr "" + +#: ../../release/079/v0.94.0.md:20 +msgid "[[\\#1461](https://github.com/vrm-c/UniVRM/pull/1461)] UniVRM-0.93.2" +msgstr "" + +#: ../../release/079/v0.94.0.md:21 +msgid "[[\\#1459](https://github.com/vrm-c/UniVRM/pull/1459)] UniVRM-0.93.1" +msgstr "" + +#: ../../release/079/v0.94.0.md:22 +msgid "" +"[[\\#1453](https://github.com/vrm-c/UniVRM/pull/1453)] release note " +"v0.93.0" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/unihumanoid/index.po b/docs/locale/en/LC_MESSAGES/unihumanoid/index.po new file mode 100644 index 000000000..e20c65b87 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/unihumanoid/index.po @@ -0,0 +1,195 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# Document package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming Document \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../unihumanoid/index.md:1 +msgid "UniHumanoid" +msgstr "" + +#: ../../unihumanoid/index.md:3 +msgid "Unity humanoid utility with bvh importer." +msgstr "" + +#: ../../unihumanoid/index.md:5 +msgid "BVH runtime loader" +msgstr "" + +#: ../../unihumanoid/index.md:14 +msgid "RuntimeLoader" +msgstr "" + +#: ../../unihumanoid/index.md:15 +msgid "Scenes/RuntimeBvhLoader.unity" +msgstr "" + +#: ../../unihumanoid/index.md:17 +msgid "RuntimeLoader and PoseTransfer" +msgstr "" + +#: ../../unihumanoid/index.md:18 +msgid "Load BVH and transfer pose to any model with humanoid avatar." +msgstr "" + +#: ../../unihumanoid/index.md:20 +msgid "Scenes/PoseTransfer.unity" +msgstr "" + +#: ../../unihumanoid/index.md:22 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:22 +msgid "humanpose transfer target" +msgstr "" + +#: ../../unihumanoid/index.md:24 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:24 +msgid "humanpose transfer" +msgstr "" + +#: ../../unihumanoid/index.md:26 +msgid "Load bvh and create prefab with AnimationClip" +msgstr "" + +#: ../../unihumanoid/index.md:28 +msgid "Drop bvh file to Assets folder. Then, AssetPostprocessor import bvh file." +msgstr "" + +#: ../../unihumanoid/index.md:31 +msgid "create a hierarchy prefab" +msgstr "" + +#: ../../unihumanoid/index.md:32 +msgid "create a humanoid Avatar" +msgstr "" + +#: ../../unihumanoid/index.md:33 +msgid "create a legacy mode AnimationClip" +msgstr "" + +#: ../../unihumanoid/index.md:34 +msgid "create a skinned mesh for preview" +msgstr "" + +#: ../../unihumanoid/index.md:36 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:36 +msgid "bvh prefab" +msgstr "" + +#: ../../unihumanoid/index.md:38 +msgid "Instanciate prefab to scene." +msgstr "" + +#: ../../unihumanoid/index.md:40 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:40 +msgid "bvh gameobject" +msgstr "" + +#: ../../unihumanoid/index.md:42 +msgid "That object can play." +msgstr "" + +#: ../../unihumanoid/index.md:44 +msgid "BoneMapping" +msgstr "" + +#: ../../unihumanoid/index.md:46 +msgid "" +"This script help create human avatar from exist GameObject hierarchy. " +"First, attach this script to root GameObject that has Animator." +msgstr "" + +#: ../../unihumanoid/index.md:49 +msgid "Next, setup below." +msgstr "" + +#: ../../unihumanoid/index.md:51 +msgid "model position is origin" +msgstr "" + +#: ../../unihumanoid/index.md:52 +msgid "model look at +z orientation" +msgstr "" + +#: ../../unihumanoid/index.md:53 +msgid "model root node rotation is Quatenion.identity" +msgstr "" + +#: ../../unihumanoid/index.md:54 +msgid "Set hips bone." +msgstr "" + +#: ../../unihumanoid/index.md:56 +msgid "" +"press Guess bone mapping. If fail to guess bone mapping, you can set " +"bones manually." +msgstr "" + +#: ../../unihumanoid/index.md:59 +msgid "Optional, press Ensure T-Pose. Create avatar." +msgstr "" + +#: ../../unihumanoid/index.md:62 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:62 +msgid "bvh bone mapping" +msgstr "" + +#: ../../unihumanoid/index.md:64 +msgid "" +"These humanoids imported by " +"[UniGLTF](https://github.com/ousttrue/UniGLTF) and created human avatar " +"by BoneMapping." +msgstr "" + +#: ../../unihumanoid/index.md:66 +msgid "" +msgstr "" + +#: ../../unihumanoid/index.md:66 +msgid "humanoid" +msgstr "" + +#: ../../unihumanoid/index.md:68 +msgid "Download BVH files" +msgstr "" + +#: ../../unihumanoid/index.md:70 +msgid "https://sites.google.com/a/cgspeed.com/cgspeed/motion-capture" +msgstr "" + +#: ../../unihumanoid/index.md:71 +msgid "http://mocapdata.com/" +msgstr "" + +#: ../../unihumanoid/index.md:72 +msgid "http://www.thetrailerspark.com/download/Mocap/Packed/EYES-JAPAN/BVH/" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/vrm1/vrm1_runtime_load.po b/docs/locale/en/LC_MESSAGES/vrm1/vrm1_runtime_load.po index f0496e6a0..644a79474 100644 --- a/docs/locale/en/LC_MESSAGES/vrm1/vrm1_runtime_load.po +++ b/docs/locale/en/LC_MESSAGES/vrm1/vrm1_runtime_load.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: UniVRM Programming Document \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-14 13:46+0900\n" +"POT-Creation-Date: 2022-01-19 17:09+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -23,12 +23,37 @@ msgid "RuntimeLoad" msgstr "" #: ../../vrm1/vrm1_runtime_load.md:3 +msgid "Runtime Normalization (from `v0.92.0`)" +msgstr "" + +#: ../../vrm1/vrm1_runtime_load.md:5 +msgid "" +"`VRM-1.0` は、ノードの `回転・スケールの削除` をしません。 後方互換性のため、 `RuntimeLoad` 時に動的に " +"`回転・スケールの削除` する機能を提供します。" +msgstr "" + +#: ../../vrm1/vrm1_runtime_load.md:8 +msgid "`VRM-0.x` のエクスポート時の正規化に相当する処理です" +msgstr "" + +#: ../../vrm1/vrm1_runtime_load.md:10 +msgid "以下のように doNormalize に true を付与してください。" +msgstr "" + +#: ../../vrm1/vrm1_runtime_load.md:22 +msgid "Migration(VRM-0 to VRM-1)" +msgstr "" + +#: ../../vrm1/vrm1_runtime_load.md:24 msgid "" "`VRM-1.0` は、 `VRM-0.x` もロードできます。 その場合、あたらしい meta への変換が発生し互換性の無い部分はすべて " "`不許可` の値になります。 このため、変換前のライセンスにアクセスする API を提供します。" -msgstr "`VRM-1.0` can load `VRM-0.x`. In that case, incompatible migrated meta properties are not allowed. Therefore, we provide an API that allows you to access the original meta before migration." +msgstr "" +"`VRM-1.0` can load `VRM-0.x`. In that case, incompatible migrated meta " +"properties are not allowed. Therefore, we provide an API that allows you " +"to access the original meta before migration." -#: ../../vrm1/vrm1_runtime_load.md:7 +#: ../../vrm1/vrm1_runtime_load.md:28 msgid "サンプルの `Assets\\VRM10\\Samples\\VRM10Viewer\\VRM10ViewerUI.cs` も参照してください。" -msgstr "See `Assets\VRM10\Samples\VRM10Viewer\VRM10ViewerUI.cs`." +msgstr "See `Assets\\VRM10\\Samples\\VRM10Viewer\\VRM10ViewerUI.cs`." diff --git a/docs/release/079/v0.94.0.md b/docs/release/079/v0.94.0.md new file mode 100644 index 000000000..32c3bb48c --- /dev/null +++ b/docs/release/079/v0.94.0.md @@ -0,0 +1,22 @@ +# v0.94.0: 1.0準備 + +## 改善 +* [[\#1467](https://github.com/vrm-c/UniVRM/pull/1467)] Add EditorProgress for GltfExportWindow +* [[\#1471](https://github.com/vrm-c/UniVRM/pull/1471)] glb parse の throw を更新 +* [[\#1466](https://github.com/vrm-c/UniVRM/pull/1466)] Fix/renderer lost message +* [[\#1465](https://github.com/vrm-c/UniVRM/pull/1465)] Unity 2020 以降のエディターで ファイルダイアログを開くとローカル変数の SerializedProperty が揮発する? +* [[\#1462](https://github.com/vrm-c/UniVRM/pull/1462)] Fix/fix stride bug +* [[\#1458](https://github.com/vrm-c/UniVRM/pull/1458)] 空の collider group の null check + +## 1.0 +* [[\#1473](https://github.com/vrm-c/UniVRM/pull/1473)] vrm-0.x の仕様で、preset: unknown のときに name を preset として解釈するに対応 +* [[\#1460](https://github.com/vrm-c/UniVRM/pull/1460)] Fix10/fix springbone migration +* [[\#1457](https://github.com/vrm-c/UniVRM/pull/1457)] [1.0]SpringBone gizmo + +## その他 +* [[\#1474](https://github.com/vrm-c/UniVRM/pull/1474)] UniVRM-0.94.0 +* [[\#1477](https://github.com/vrm-c/UniVRM/pull/1477)] Fix the test of exporting Metallic-Rougness texture +* [[\#1470](https://github.com/vrm-c/UniVRM/pull/1470)] "RecursiveSkeletons" がテスト通らないのでとりあえず除外 +* [[\#1461](https://github.com/vrm-c/UniVRM/pull/1461)] UniVRM-0.93.2 +* [[\#1459](https://github.com/vrm-c/UniVRM/pull/1459)] UniVRM-0.93.1 +* [[\#1453](https://github.com/vrm-c/UniVRM/pull/1453)] release note v0.93.0