update po

This commit is contained in:
ousttrue 2021-10-11 16:52:25 +09:00
parent f246a65562
commit d82c2b5c9c
58 changed files with 9348 additions and 113 deletions

View File

@ -0,0 +1,66 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../build.md:1
msgid "アプリケーションのビルド"
msgstr ""
#: ../../build.md:3
msgid "ビルドに含めるシェーダー"
msgstr ""
#: ../../build.md:5
msgid ""
"`Project Settings = Graphics - Always Included Shaders` "
"などに設定して、ビルドに含まれるようにしてください。"
msgstr ""
#: ../../build.md:7
msgid "Unlit"
msgstr ""
#: ../../build.md:9
msgid "`Assets\\VRMShaders\\GLTF\\UniUnlit\\Resources\\UniGLTF\\UniUnlit.shader`"
msgstr ""
#: ../../build.md:11
msgid "MToon"
msgstr ""
#: ../../build.md:13
msgid "`Assets\\VRMShaders\\VRM\\MToon\\MToon\\Resources\\Shaders\\MToon.shader`"
msgstr ""
#: ../../build.md:15
msgid "ランタイム import/export 時のテクスチャー変換用のシェーダー"
msgstr ""
#: ../../build.md:17
msgid "`Assets\\VRMShaders\\GLTF\\IO\\Resources\\UniGLTF\\NormalMapExporter.shader`"
msgstr ""
#: ../../build.md:18
msgid "`Assets\\VRMShaders\\GLTF\\IO\\Resources\\UniGLTF\\StandardMapExporter.shader`"
msgstr ""
#: ../../build.md:19
msgid "`Assets\\VRMShaders\\GLTF\\IO\\Resources\\UniGLTF\\StandardMapImporter.shader`"
msgstr ""

View File

@ -0,0 +1,125 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../gltf/format.md:1
msgid "glbフォーマット概説"
msgstr ""
#: ../../gltf/format.md:3
msgid "JSON記述部と、画像や頂点配列を記録するバイナリ部のつの部分からなります。"
msgstr ""
#: ../../gltf/format.md:5
msgid ""
"gltf形式では、URLやパスで参照する方法で外部のバイナリデータにアクセスします。 "
"glb形式ではJSON部とバイナリ部をひとつのファイルにまとめていて、バイト列のオフセットでバイナリデータにアクセスします。 "
"プログラムから扱うには外部ファイルへのアクセスが無いglb形式の方が簡単[^VRM_glb]です。"
msgstr ""
#: ../../gltf/format.md:11
msgid "glb形式"
msgstr ""
#: ../../gltf/format.md:13
msgid ""
"``ヘッダ部 + チャンク部繰り返し``という構造になっています。 実質的には、 ``ヘッダ部 + JSON CHUNk + BINARY "
"CHUNK``となります。"
msgstr ""
#: ../../gltf/format.md:17
msgid "ヘッダ部"
msgstr ""
#: ../../gltf/format.md
msgid "長さ"
msgstr ""
#: ../../gltf/format.md
msgid "内容"
msgstr ""
#: ../../gltf/format.md
msgid "型"
msgstr ""
#: ../../gltf/format.md
msgid "値"
msgstr ""
#: ../../gltf/format.md
msgid "4"
msgstr ""
#: ../../gltf/format.md
msgid "ascii"
msgstr ""
#: ../../gltf/format.md
msgid "\"glTF\""
msgstr ""
#: ../../gltf/format.md
msgid "gltfバージョン"
msgstr ""
#: ../../gltf/format.md
msgid "int32"
msgstr ""
#: ../../gltf/format.md
msgid "2"
msgstr ""
#: ../../gltf/format.md
msgid "file size"
msgstr ""
#: ../../gltf/format.md:25
msgid "チャンク部"
msgstr ""
#: ../../gltf/format.md
msgid "chunk size"
msgstr ""
#: ../../gltf/format.md
msgid "chunk type"
msgstr ""
#: ../../gltf/format.md
msgid "\"JSON\" or \"BIN\\x00\""
msgstr ""
#: ../../gltf/format.md
msgid "chunk body"
msgstr ""
#: ../../gltf/format.md
msgid "バイト列"
msgstr ""
#: ../../gltf/format.md:33
msgid "python3によるパース例"
msgstr ""
#: ../../gltf/format.md:9
msgid "VRMではglbを採用しています。"
msgstr ""

View File

@ -0,0 +1,148 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../implementation/coordinate.md:1
msgid "座標系の変換"
msgstr ""
#: ../../implementation/coordinate.md:3
msgid "UniVRMは、インポート・エクスポート時に座標変換を実行しています。"
msgstr ""
#: ../../implementation/coordinate.md
msgid "右"
msgstr ""
#: ../../implementation/coordinate.md
msgid "上"
msgstr ""
#: ../../implementation/coordinate.md
msgid "前"
msgstr ""
#: ../../implementation/coordinate.md
msgid "掌性"
msgstr ""
#: ../../implementation/coordinate.md
msgid "UV原点"
msgstr ""
#: ../../implementation/coordinate.md
msgid "Unity"
msgstr ""
#: ../../implementation/coordinate.md
msgid "+X"
msgstr ""
#: ../../implementation/coordinate.md
msgid "+Y"
msgstr ""
#: ../../implementation/coordinate.md
msgid "+Z"
msgstr ""
#: ../../implementation/coordinate.md
msgid "左手"
msgstr ""
#: ../../implementation/coordinate.md
msgid "左下"
msgstr ""
#: ../../implementation/coordinate.md
msgid "VRM-0"
msgstr ""
#: ../../implementation/coordinate.md
msgid "-Z"
msgstr ""
#: ../../implementation/coordinate.md
msgid "右手"
msgstr ""
#: ../../implementation/coordinate.md
msgid "左上"
msgstr ""
#: ../../implementation/coordinate.md
msgid "VRM-1"
msgstr ""
#: ../../implementation/coordinate.md
msgid "-X"
msgstr ""
#: ../../implementation/coordinate.md
msgid "glTF"
msgstr ""
#: ../../implementation/coordinate.md
msgid "デフォルトはVRM-0方式。オプションでVRM-1方式を選べます"
msgstr ""
#: ../../implementation/coordinate.md:12
msgid "UV"
msgstr ""
#: ../../implementation/coordinate.md:14
msgid "以下のように変換します。"
msgstr ""
#: ../../implementation/coordinate.md:16
msgid "V^{\\prime} = 1 - V"
msgstr ""
#: ../../implementation/coordinate.md:20
msgid "Unity <-> VRM0"
msgstr ""
#: ../../implementation/coordinate.md:22
msgid "Z軸を反転します。"
msgstr ""
#: ../../implementation/coordinate.md:24
msgid "Vector3: Position, Normalなど"
msgstr ""
#: ../../implementation/coordinate.md:33
msgid "Quaternion: Rotation"
msgstr ""
#: ../../implementation/coordinate.md:45
msgid "Matrix: BindMatrices"
msgstr ""
#: ../../implementation/coordinate.md:47
msgid "スケール値が入っているとうまくいきません"
msgstr ""
#: ../../implementation/coordinate.md:61
msgid "Unity <-> VRM1"
msgstr ""
#: ../../implementation/coordinate.md:63
msgid "X軸を反転します。"
msgstr ""

View File

@ -0,0 +1,110 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../implementation/fast_spring_bone.md:1
msgid "FastSpringBoneについて"
msgstr ""
#: ../../implementation/fast_spring_bone.md:3
msgid "概要"
msgstr ""
#: ../../implementation/fast_spring_bone.md:4
msgid "UniVRMでは、DOTSを利用した高速なSpringBone実装である「FastSpringBone」を用意しています。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:6
msgid "揺れ物の各房を並列処理・最適化することで1フレームあたりの処理時間を大幅に抑えます。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:8
msgid "VRM0.x と VRM1.0 で、それぞれFastSpringBoneの立ち位置・実装が異なります。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:10
msgid "VRM 1.0 での FastSpringBone の概要"
msgstr ""
#: ../../implementation/fast_spring_bone.md:11
msgid "VRM1.0ではFastSpringBoneが揺れものの標準実装です。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:13
msgid "VRMのライフサイクルに紐付いて自動的に生成・破棄されます。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:15
msgid "VRM 0.x での FastSpringBone の概要"
msgstr ""
#: ../../implementation/fast_spring_bone.md:16
msgid "VRM0.xでは後方互換性を保つため、デフォルトでは従来のDOTS実装でないSpringBoneで動作します。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:18
msgid "VRM0.x向けのFastSpringBone実装は `VRM/Runtime/FastSpringBone` ディレクトリにあります。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:20
msgid "VRM 0.x での FastSpringBone の導入方法"
msgstr ""
#: ../../implementation/fast_spring_bone.md:21
msgid "差し替えを行いたいタイミングで `FastSpringBoneReplacer.ReplaceAsync` を呼び出してください"
msgstr ""
#: ../../implementation/fast_spring_bone.md:23
msgid "これを明示的に呼ばなければ、従来のSpringBoneのまま動作します。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:37
msgid "Burstの導入について"
msgstr ""
#: ../../implementation/fast_spring_bone.md:38
msgid "UniVRM に加えて Burst を別途導入すると、 FastSpringBone が Burst によって高速化されます。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:40
msgid ""
"Burst の導入方法は [こちら](https://docs.unity3d.com/ja/2019.4/Manual/upm-ui-"
"install.html) をご参照ください。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:42
msgid "FastSpringBoneServiceについて"
msgstr ""
#: ../../implementation/fast_spring_bone.md:43
msgid ""
"FastSpringBone が実行されると、`FastSpringBone Service` GameObject が "
"`DontDestroyOnLoad` で生成されます。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:45
msgid ""
"これは全 VRM の FastSpringBone を集め、バッファの構築や、 FastSpringBone の実行タイミングの制御などを行う "
"GameObject です。"
msgstr ""
#: ../../implementation/fast_spring_bone.md:47
msgid "明示的に破棄を行いたい場合は `FastSpringBoneService.Free` を呼んでください。"
msgstr ""

View File

@ -0,0 +1,120 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../implementation/first_person.md:1
msgid "VRアプリケーションの FirstPerson 設定による Renderer の可視制御"
msgstr ""
#: ../../implementation/first_person.md:3
msgid "`isSelf==true` 自分のアバター"
msgstr ""
#: ../../implementation/first_person.md:4
msgid "`isSelf==false` 自分以外のアバター"
msgstr ""
#: ../../implementation/first_person.md:5
msgid "FP Camera: HMDと連動するカメラ"
msgstr ""
#: ../../implementation/first_person.md:6
msgid "TP Camera: それ以外のすべてのカメラ"
msgstr ""
#: ../../implementation/first_person.md
msgid "isSelf"
msgstr ""
#: ../../implementation/first_person.md
msgid "FirstPerson設定"
msgstr ""
#: ../../implementation/first_person.md
msgid "FP Camera"
msgstr ""
#: ../../implementation/first_person.md
msgid "TP Camera"
msgstr ""
#: ../../implementation/first_person.md
msgid "レイヤーによる可視制御例"
msgstr ""
#: ../../implementation/first_person.md
msgid "true"
msgstr ""
#: ../../implementation/first_person.md
msgid "FirstPersonOnly"
msgstr ""
#: ../../implementation/first_person.md
msgid "✅"
msgstr ""
#: ../../implementation/first_person.md
msgid "❌"
msgstr ""
#: ../../implementation/first_person.md
msgid "FIRSTPERSON"
msgstr ""
#: ../../implementation/first_person.md
msgid "ThirdPersonOnly"
msgstr ""
#: ../../implementation/first_person.md
msgid "THIRDPERSON"
msgstr ""
#: ../../implementation/first_person.md
msgid "Both"
msgstr ""
#: ../../implementation/first_person.md
msgid "default"
msgstr ""
#: ../../implementation/first_person.md
msgid "Auto"
msgstr ""
#: ../../implementation/first_person.md
msgid "-"
msgstr ""
#: ../../implementation/first_person.md
msgid "FirstPersonOnly と ThirdPersonOnly に分割する"
msgstr ""
#: ../../implementation/first_person.md
msgid "false"
msgstr ""
#: ../../implementation/first_person.md
msgid "完全に描画されない。Rendererの描画を止める"
msgstr ""
#: ../../implementation/first_person.md
msgid "default。メッシュ分割など特別な処理は不要"
msgstr ""

View File

@ -0,0 +1,50 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../implementation/runtime_resource_management.md:1
msgid "Runtime のリソース管理について"
msgstr ""
#: ../../implementation/runtime_resource_management.md:3
msgid ""
"Runtime Import で `Texture`, `Material`, `Mesh` などのリソースを Root の "
"`GameObject.OnDestroy` と同時に `UnityEngine.Object.Destroy` したい。"
msgstr ""
#: ../../implementation/runtime_resource_management.md:6
msgid "RuntimeGltfInstance"
msgstr ""
#: ../../implementation/runtime_resource_management.md:8
msgid "`RuntimeGltfInstance.OnDestroy` で破棄を実行するようにした。"
msgstr ""
#: ../../implementation/runtime_resource_management.md:28
msgid "VRM-0.X では `RuntimeGltfInstance` にリソースを委譲している。"
msgstr ""
#: ../../implementation/runtime_resource_management.md:30
msgid "Vrm10Instance"
msgstr ""
#: ../../implementation/runtime_resource_management.md:46
msgid "FirstPerson"
msgstr ""

View File

@ -0,0 +1,67 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"
#: ../../implementation/texture_manipulation.md:1
msgid "Texture関連"
msgstr ""
#: ../../implementation/texture_manipulation.md:3
msgid "Unity の linear の テクスチャーの挙動について"
msgstr ""
#: ../../implementation/texture_manipulation.md:5
#: ../../implementation/texture_manipulation.md:33
msgid "Runtime"
msgstr ""
#: ../../implementation/texture_manipulation.md:7
#: ../../implementation/texture_manipulation.md:35
msgid "new する場合は、"
msgstr ""
#: ../../implementation/texture_manipulation.md:13
msgid "とする。"
msgstr ""
#: ../../implementation/texture_manipulation.md:15
#: ../../implementation/texture_manipulation.md:53
msgid "Editor(Asset)"
msgstr ""
#: ../../implementation/texture_manipulation.md:17
msgid "AssetFolder の png/jpg からloadする場合は、 事前に設定が必用。"
msgstr ""
#: ../../implementation/texture_manipulation.md:29
msgid "Unity の NormalMap の挙動について"
msgstr ""
#: ../../implementation/texture_manipulation.md:31
msgid "MToon の NormalMap も同じ"
msgstr ""
#: ../../implementation/texture_manipulation.md:41
msgid "とする。 また、 `DXT5nm` という仕様で格納する必要があるので変換します。 y と w の2要素だけを使います。"
msgstr ""
#: ../../implementation/texture_manipulation.md:55
msgid "AssetFolder の png/jpg からloadする場合は、 ロードする前に設定が必用。"
msgstr ""

View File

@ -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: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -30,61 +30,79 @@ msgstr "This is a document for developer that using UniVRM."
msgid ""
"UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) "
"を参照してください。"
msgstr "Please see [manual](https://vrm.dev/en/docs//univrm/) about how to export VRM."
msgstr ""
"Please see [manual](https://vrm.dev/en/docs//univrm/) about how to export"
" VRM."
#: ../../index.md:7
msgid "概要"
msgstr "Overview"
#: ../../index.md:16
msgid "build"
msgstr ""
#: ../../index.md:18
msgid "UniVRMを使うアプリケーションのビルドに関する注意事項"
msgstr ""
#: ../../index.md:24
msgid "実装メモ"
msgstr ""
#: ../../index.md:36
msgid "glTF"
msgstr ""
#: ../../index.md:26
#: ../../index.md:47
msgid "VRM"
msgstr ""
#: ../../index.md:40 ../../index.md:59
#: ../../index.md:61 ../../index.md:80
msgid "Samples"
msgstr ""
#: ../../index.md:42
#: ../../index.md:63
msgid "SimpleViewer"
msgstr ""
#: ../../index.md:43
#: ../../index.md:64
msgid "RuntimeExporerSample"
msgstr ""
#: ../../index.md:44
#: ../../index.md:65
msgid "FirstPersonSample"
msgstr ""
#: ../../index.md:45
#: ../../index.md:66
msgid "AnimationBridgeSample"
msgstr ""
#: ../../index.md:47
#: ../../index.md:68
msgid "VRM-1.0(β)"
msgstr ""
#: ../../index.md:61
#: ../../index.md:82
msgid "VRM10Viewer"
msgstr ""
#: ../../index.md:63
#: ../../index.md:84
msgid "Release"
msgstr ""
#: ../../index.md:94
msgid "Indices and tables"
msgstr ""
#: ../../index.md:65
#: ../../index.md:96
msgid "{ref}`genindex`"
msgstr ""
#: ../../index.md:66
#: ../../index.md:97
msgid "{ref}`modindex`"
msgstr ""
#: ../../index.md:67
#: ../../index.md:98
msgid "{ref}`search`"
msgstr ""

View File

@ -0,0 +1,91 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.40.md:1
msgid "v0.40"
msgstr ""
#: ../../release/055/v0.40.md:3
msgid "Major fixes:"
msgstr ""
#: ../../release/055/v0.40.md:4
msgid ""
"(Exporter) Capable of collecting VRMSpringBone other than secondary "
"(since VRMSpringBone's attached position is not recorded, all of "
"VRMSpringBones will be attached to secondary during the import)"
msgstr ""
#: ../../release/055/v0.40.md:5
msgid "(Importer) Added the callback \"OnError\" to LoadVRMAsync"
msgstr ""
#: ../../release/055/v0.40.md:6
msgid ""
"(UniGLTF) Fixed bugs in the rename code when there are meshes with same "
"names"
msgstr ""
#: ../../release/055/v0.40.md:7
msgid "(UniGLTF) Allows exported VRM contains non-Texture2D Texture"
msgstr ""
#: ../../release/055/v0.40.md:8
msgid ""
"(Exporter) Fixed bugs where skeleton root was set and then mesh position "
"became incorrect if SkinnedMesh without bone weight was not set in "
"RootBone"
msgstr ""
#: ../../release/055/v0.40.md:9
msgid "(UniGLTF) Added Serializable to glTF_VRM_Material"
msgstr ""
#: ../../release/055/v0.40.md:10
msgid ""
"(Importer) Added the symbol \"VRM_STOP_ASSETPOSTPROCESSOR\" to stop "
"AssetPostProcessor"
msgstr ""
#: ../../release/055/v0.40.md:11
msgid "(Editor) Fixed OSX compilation errors"
msgstr ""
#: ../../release/055/v0.40.md:12
msgid ""
"(UniGLTF) Fixed bugs that all textures became the same when putting vrm "
"directly under Assets"
msgstr ""
#: ../../release/055/v0.40.md:14
msgid "We released v0.40 as the version of bugs corrections in v0.39"
msgstr ""
#: ../../release/055/v0.40.md:15
msgid ""
"Importing Texture fails if VRM file is put directly under the Assets "
"folder. There is a bug in parsing path. v0.39 package was in the "
"erroneous state described above before the following commit:"
msgstr ""
#: ../../release/055/v0.40.md:17
msgid "[ousttrue/UniGLTF@1d41ff0](https://github.com/ousttrue/UniGLTF/commit/1d41ff08c25707e9b789997368bac2971f2cd78e)"
msgstr ""

View File

@ -0,0 +1,159 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.41.md:1
msgid "v0.41"
msgstr ""
#: ../../release/055/v0.41.md:3
msgid "※Important Information※"
msgstr ""
#: ../../release/055/v0.41.md:4
msgid "Major Updates:"
msgstr ""
#: ../../release/055/v0.41.md:5
msgid "[Exporter] Corrected exported normal map (for DXT5)"
msgstr ""
#: ../../release/055/v0.41.md:6
msgid ""
"[Exporter] Fixed bugs that material parameters were gone when exporting "
"VRM at runtime (for ShaderProperty that cannot be enumerated)"
msgstr ""
#: ../../release/055/v0.41.md:7
msgid ""
"[BlendShape] Fixed bugs that the list was missing when BlendShapeClip was"
" deleted"
msgstr ""
#: ../../release/055/v0.41.md:8
msgid "[BlendShape] Manipulation of UV value of Material Animation"
msgstr ""
#: ../../release/055/v0.41.md:9
msgid ""
"[BLendShape] Added a function to move horizontally with MainTex_ST_S / "
"move vertically with Matex_ST_T"
msgstr ""
#: ../../release/055/v0.41.md:10
msgid ""
"[BLendShape] When adding new BlendShapeClip, the file name can be put "
"into BlendShapeName"
msgstr ""
#: ../../release/055/v0.41.md:11
msgid "[SpringBoneColliderGroup] Enhanced NullCheck"
msgstr ""
#: ../../release/055/v0.41.md:13
msgid "Editor Updates:"
msgstr ""
#: ../../release/055/v0.41.md:15
msgid "[Editor] Added version# in VRM menu"
msgstr ""
#: ../../release/055/v0.41.md:16
msgid "[Editor] Added git hash to unitypackage file name"
msgstr ""
#: ../../release/055/v0.41.md:17
msgid "[Editor] Added UnitTest"
msgstr ""
#: ../../release/055/v0.41.md:19
msgid "API Updates:"
msgstr ""
#: ../../release/055/v0.41.md:20
msgid ""
"[Importer] Added the argument: show. Now you can choose to undisplay VRM "
"model when VrmImporter.LoadVrmAsync is ended"
msgstr ""
#: ../../release/055/v0.41.md:21
msgid ""
"[Importer] Extended code that relies on unpacking textures in the same "
"path as glb"
msgstr ""
#: ../../release/055/v0.41.md:22
msgid ""
"[Importer] Change Task's version check from `UNITY_2018_1_OR_NEWER` to "
"`UNITY_2017_1_OR_NEWER`"
msgstr ""
#: ../../release/055/v0.41.md:23
msgid "[Exporter] Organized interface"
msgstr ""
#: ../../release/055/v0.41.md:33
msgid ""
"[UniGLTF] Changed the implementation method of extension from inheritance"
" to partial class"
msgstr ""
#: ../../release/055/v0.41.md:34
msgid ""
"Added [BlendShapeProxy]``public void "
"SetValues(IEnumerable<KeyValuePair<BlendShapeKey, float>> values)``"
msgstr ""
#: ../../release/055/v0.41.md:35
msgid "Renamed UniTask => DepthFirstScheduler"
msgstr ""
#: ../../release/055/v0.41.md:37
msgid "JSON Related Fixes:"
msgstr ""
#: ../../release/055/v0.41.md:38
msgid "Discarded `/nodes/*/extras/rootBone`."
msgstr ""
#: ../../release/055/v0.41.md:40
msgid ""
"This item was meant to save `SkinnedMeshRenderer.rootBone`, but we found "
"it was the same as `/ skins / * / skeleton` of the GLTF specification."
msgstr ""
#: ../../release/055/v0.41.md:43
msgid ""
"When using UniVRM in a built application, there may be influences by "
"`SkinnedMeshRenderer.updateWhenOffscreen = false`."
msgstr ""
#: ../../release/055/v0.41.md:46
msgid ""
"From now on, we will provide the information about the change of JSON "
"level here."
msgstr ""
#: ../../release/055/v0.41.md:48
msgid ""
"To use `SkinnedMeshRenderer.updateWhenOffscreen=true` more convenient, we"
" added `ImporterContext.EnableUpdateWhenOffscreen` that can apply to all "
"meshes at one time. Feel free to use it."
msgstr ""

View File

@ -0,0 +1,303 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.42.md:1
msgid "v0.42"
msgstr ""
#: ../../release/055/v0.42.md:3
msgid "※Important Information※"
msgstr ""
#: ../../release/055/v0.42.md:4
msgid ""
"The errors in VRM output from earlier versions (UniVRM 0.41 and before) "
"have been fixed in v0.42. However, this fix comes along with the "
"following impact:"
msgstr ""
#: ../../release/055/v0.42.md:6
msgid ""
"The exported VRM data in v0.42 or later cannot be imported correctly in "
"the earlier versions"
msgstr ""
#: ../../release/055/v0.42.md:8
msgid ""
"When exporting VRM data using UniVRM, please check which version you use "
"to make VRM model. If you are using UniVRM to import VRM data, please "
"update UniVRM to the latest version as soon as you can."
msgstr ""
#: ../../release/055/v0.42.md:11
msgid "UV Bugs Fix:"
msgstr ""
#: ../../release/055/v0.42.md:12
msgid ""
"In v0.41 and the earlier versions, converting UV between Unity and GLTF "
"was incorrect."
msgstr ""
#: ../../release/055/v0.42.md:14
msgid "Before"
msgstr ""
#: ../../release/055/v0.42.md:19
msgid "After"
msgstr ""
#: ../../release/055/v0.42.md:24
msgid "This change influences both import and export."
msgstr ""
#: ../../release/055/v0.42.md:26
msgid "Current status in v0.42:"
msgstr ""
#: ../../release/055/v0.42.md:28
msgid "The UV of imported VRM is correct."
msgstr ""
#: ../../release/055/v0.42.md:29
msgid ""
"V will become negative when loading the correct UV of VRM with the "
"earlier versions."
msgstr ""
#: ../../release/055/v0.42.md:30
msgid ""
"Texture display will be distorted if texture is set to `Clamp`. The "
"default is `Repeat`."
msgstr ""
#: ../../release/055/v0.42.md
msgid "VRM's UV in v0.41 and before"
msgstr ""
#: ../../release/055/v0.42.md
msgid "VRM's UV from v0.42"
msgstr ""
#: ../../release/055/v0.42.md
msgid "Importer in UniVRM-0.41 and before"
msgstr ""
#: ../../release/055/v0.42.md
msgid " (negative x negative = positive)"
msgstr ""
#: ../../release/055/v0.42.md
msgid "× (positive x negative = negative)"
msgstr ""
#: ../../release/055/v0.42.md
msgid "Importer from UniVRM-0.42"
msgstr ""
#: ../../release/055/v0.42.md
msgid ""
msgstr ""
#: ../../release/055/v0.42.md
msgid "General GLTF loader"
msgstr ""
#: ../../release/055/v0.42.md
msgid "×"
msgstr ""
#: ../../release/055/v0.42.md:38
msgid "To developers: please update UniVRM to v0.42 as soon as possible."
msgstr ""
#: ../../release/055/v0.42.md:39
msgid ""
"We created a judger based on the string `UniGLTF-1.16 (v0.42)` in GLTF "
"`/assets/generator` in importer to detect whether a VRM model is made by "
"the version before 0.42. For v0.42, it can import VRM model correctly."
msgstr ""
#: ../../release/055/v0.42.md:41
msgid "Tangents Bugs Fix:"
msgstr ""
#: ../../release/055/v0.42.md:42
msgid ""
"The method to call "
"[Mesh.RecalculateTangents](https://docs.unity3d.com/ScriptReference/Mesh.RecalculateTangents.html)"
" was inappropriate and it was not able to generate Tangents. We have "
"fixed this issue. It influences the use of normal map."
msgstr ""
#: ../../release/055/v0.42.md:47
msgid "Tangents processing modification:"
msgstr ""
#: ../../release/055/v0.42.md:48
msgid "Tangents can be calculated and generated from Normal and UV"
msgstr ""
#: ../../release/055/v0.42.md:49
msgid "The differences of coordinate axes between GLTF and Unity can be absorbed"
msgstr ""
#: ../../release/055/v0.42.md:50
msgid "File size can be decreased if Tangents is not recorded"
msgstr ""
#: ../../release/055/v0.42.md:52
msgid ""
"Based on the reasons above, we decided not to export Tangents. (If any "
"problem occurs, please let us know through "
"https://github.com/ousttrue/UniGLTF/issues)"
msgstr ""
#: ../../release/055/v0.42.md:55
msgid "GLTF Improvement:"
msgstr ""
#: ../../release/055/v0.42.md:57
msgid "`/bufferViews/*/byteStride`will not output"
msgstr ""
#: ../../release/055/v0.42.md:58
msgid "It seems necessary for outputting OpenGL's interleaved vbo format:"
msgstr ""
#: ../../release/055/v0.42.md:69
msgid ""
"Since UniGLTF outputs separate arrays for each vertex attribute, "
"ByteStride was unnecessary."
msgstr ""
#: ../../release/055/v0.42.md:71
msgid ""
"When this is not defined, data is tightly packed. When two or more "
"accessors use the same bufferView, this field must be defined."
msgstr ""
#: ../../release/055/v0.42.md:73
msgid "Also, we found that ByteStride should not output to Index."
msgstr ""
#: ../../release/055/v0.42.md:75
msgid "GLTF material support improvement:"
msgstr ""
#: ../../release/055/v0.42.md:77
msgid "`/materials/*/alphaMode`"
msgstr ""
#: ../../release/055/v0.42.md:78
msgid "`/materials/*/doubleSided`"
msgstr ""
#: ../../release/055/v0.42.md:79
msgid "KHR_material_unlit"
msgstr ""
#: ../../release/055/v0.42.md:80
msgid "texture sampler(repeat, clamp, mirror)"
msgstr ""
#: ../../release/055/v0.42.md:81
msgid "https://github.com/ousttrue/UniGLTF/issues/12"
msgstr ""
#: ../../release/055/v0.42.md:82
msgid ""
"[Handling semi-transparent texture "
"#28](https://github.com/dwango/UniVRM/issues/28)"
msgstr ""
#: ../../release/055/v0.42.md:84
msgid "[Details](https://github.com/ousttrue/UniGLTF/wiki/Material)"
msgstr ""
#: ../../release/055/v0.42.md:86
msgid ""
"Also, when setting MToon, we tried to pass parameters as many as possible"
" to GLTF material: `KHR_material_unlit, AlphaMode, DoubleSided`."
msgstr ""
#: ../../release/055/v0.42.md:88
msgid ""
"This improvement has influences on VRM files changed to .glb format when "
"loading with other tools."
msgstr ""
#: ../../release/055/v0.42.md:90
msgid "VRM JsonShcema Release:"
msgstr ""
#: ../../release/055/v0.42.md:92
msgid "https://github.com/dwango/UniVRM/tree/master/specification/0.0/schema"
msgstr ""
#: ../../release/055/v0.42.md:94
msgid "Directory Structure Changes:"
msgstr ""
#: ../../release/055/v0.42.md:96
msgid "VRM/UniHumanoid => VRM/UniGLTF/UniHumanoid"
msgstr ""
#: ../../release/055/v0.42.md:97
msgid ""
"VRM/Scripts/DepthFirstScheduler(Former UniTask) => "
"VRM/UniGLTF/DepthFirstScheduler"
msgstr ""
#: ../../release/055/v0.42.md:99
msgid "BlendShape Asset:"
msgstr ""
#: ../../release/055/v0.42.md:100
msgid ""
"The asset for BlendShape now is independent (previously it is a sub-asset"
" of Prefab)"
msgstr ""
#: ../../release/055/v0.42.md:101
msgid "https://github.com/dwango/UniVRM/pull/26"
msgstr ""
#: ../../release/055/v0.42.md:103
msgid "BlendShape Reference:"
msgstr ""
#: ../../release/055/v0.42.md:104
msgid ""
"The state of BlendShape before model normalization is now used as a "
"reference. You can make BlendShape before normalization and Bake the "
"state of BlendShape during normalization."
msgstr ""
#: ../../release/055/v0.42.md:106
msgid "UniHumanoid BVH Judgement Fix:"
msgstr ""
#: ../../release/055/v0.42.md:107
msgid ""
"We fixed BVH skeleton estimation. Report errors here when it fails: "
"https://github.com/ousttrue/UniHumanoid/issues"
msgstr ""

View File

@ -0,0 +1,168 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.43.md:1
msgid "v0.43"
msgstr ""
#: ../../release/055/v0.43.md:3
msgid "※Important Information※"
msgstr ""
#: ../../release/055/v0.43.md:4
msgid ""
"The errors in VRM output from earlier versions (UniVRM 0.41 and before) "
"have been fixed since v0.42. However, this fix comes along with the "
"following impact:"
msgstr ""
#: ../../release/055/v0.43.md:6
msgid ""
"The exported VRM data in v0.42 or later cannot be imported correctly in "
"the earlier versions"
msgstr ""
#: ../../release/055/v0.43.md:8
msgid ""
"When exporting VRM data using UniVRM, please check which version you use "
"to make VRM model. If you are using UniVRM to import VRM data, please "
"update UniVRM to the latest version as soon as you can."
msgstr ""
#: ../../release/055/v0.43.md:11
msgid "BlendShape Object Bug Fix:"
msgstr ""
#: ../../release/055/v0.43.md:12
msgid ""
"In v0.42, BlendShape.Clips will not be saved if you try to save clips in "
"the following order:"
msgstr ""
#: ../../release/055/v0.43.md:14
msgid "Import VRM"
msgstr ""
#: ../../release/055/v0.43.md:15
msgid "Close Unity (BlendShape.Clips are not saved in the disk)"
msgstr ""
#: ../../release/055/v0.43.md:16
msgid "Start Unity"
msgstr ""
#: ../../release/055/v0.43.md:17
msgid "BlendShapeProxy.Clips in `model_name.BlendShapes / BlendShape` are empty"
msgstr ""
#: ../../release/055/v0.43.md:19
msgid ""
"![empty](https://user-"
"images.githubusercontent.com/68057/45142250-0131a480-b1f3-11e8-8e1c-"
"a601c62d7bb0.png)"
msgstr ""
#: ../../release/055/v0.43.md:19
msgid "empty"
msgstr ""
#: ../../release/055/v0.43.md:21
msgid "↑ Empty status"
msgstr ""
#: ../../release/055/v0.43.md:23
msgid ""
"![valid](https://user-"
"images.githubusercontent.com/68057/45142316-3211d980-b1f3-11e8-8740-def7afb90630.png)"
msgstr ""
#: ../../release/055/v0.43.md:23
msgid "valid"
msgstr ""
#: ../../release/055/v0.43.md:25
msgid "↑ Valid status"
msgstr ""
#: ../../release/055/v0.43.md:27
msgid "This issue has been fixed in v0.43."
msgstr ""
#: ../../release/055/v0.43.md:29
msgid "How to restore empty BlendShape resulted by v0.42:"
msgstr ""
#: ../../release/055/v0.43.md:30
msgid ""
"Either way described below can restore BlendShape clips once UniVRM is "
"updated to v0.43."
msgstr ""
#: ../../release/055/v0.43.md:32
msgid "Right click VRM file and select Reimport."
msgstr ""
#: ../../release/055/v0.43.md:34
msgid ""
"![reimport](https://user-"
"images.githubusercontent.com/68057/45142534-c11ef180-b1f3-11e8-9251-23e15486632c.png)"
msgstr ""
#: ../../release/055/v0.43.md:34
msgid "reimport"
msgstr ""
#: ../../release/055/v0.43.md:36
msgid "Add restore option in menu for empty Blendshape clips (v0.42):"
msgstr ""
#: ../../release/055/v0.43.md:38
msgid ""
"![restore](https://user-"
"images.githubusercontent.com/68057/45142411-70a79400-b1f3-11e8-9d0f-"
"b50108b0a8a6.png)"
msgstr ""
#: ../../release/055/v0.43.md:38
msgid "restore"
msgstr ""
#: ../../release/055/v0.43.md:40
msgid ""
"↑ Click the gear icon on the top and select `Restore`. The BlendShape "
"clips set before will be back (the BlendShape clips in the same folder)."
msgstr ""
#: ../../release/055/v0.43.md:43
msgid "Other Fixes:"
msgstr ""
#: ../../release/055/v0.43.md:44
msgid ""
"Normal map conversion fix at runtime loading: "
"https://github.com/ousttrue/UniGLTF/issues/21"
msgstr ""
#: ../../release/055/v0.43.md:45
msgid ""
"Added the argument: "
"VRMSpringBone.Setup(force)https://github.com/dwango/UniVRM/commit/b99e7cb9a47de77280eece57d6ed5e7718e848db"
msgstr ""

View File

@ -0,0 +1,237 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.44.md:1
msgid "v0.44: UniGLTF/UniUnlit 追加"
msgstr ""
#: ../../release/055/v0.44.md:3
msgid "`67a6` https://github.com/dwango/UniVRM/releases/tag/v0.44"
msgstr ""
#: ../../release/055/v0.44.md:5
msgid "※大切なお知らせ※"
msgstr ""
#: ../../release/055/v0.44.md:7
msgid "新シェーダーを0.43以前のバージョンでImportしたとき"
msgstr ""
#: ../../release/055/v0.44.md:8
msgid "0.44で新シェーダーUniGLTF/Unlit を追加しました。"
msgstr ""
#: ../../release/055/v0.44.md:10
msgid "【UniGLTF/Unlit】 既存のUnlit系シェーダではできなかった、"
msgstr ""
#: ../../release/055/v0.44.md:12 ../../release/055/v0.44.md:31
msgid "TextureとColorの乗算"
msgstr ""
#: ../../release/055/v0.44.md:13 ../../release/055/v0.44.md:32
msgid "DoubleSided"
msgstr ""
#: ../../release/055/v0.44.md:14 ../../release/055/v0.44.md:33
msgid "VertexColor"
msgstr ""
#: ../../release/055/v0.44.md:15
msgid ""
"ColorでTransparent<br> を設定できるようになりました。これらのパラメータはGLTF標準のunlitとして保存されますので、 "
"他のGLTF互換ビューアなどでも正しく処理されますが、UniVRM 0.43以前では正しく表示されません。<br> "
"これらのパラメータを使う場合は、ロードする側のライブラリが0.44以降に更新されるのをお待ちください。 "
"また、VRMデータをインポートするためにUniVRMをご利用いただいているかたは、UniVRMの更新をお願いいたします。<br>"
msgstr ""
#: ../../release/055/v0.44.md:21
msgid "法線マップの入出力について"
msgstr ""
#: ../../release/055/v0.44.md:22
msgid ""
"0.44から正しくエクスポートし、正しくインポートできるようになりました。<br> "
"そのため、法線モデルを含んだモデルは、0.44以降でエクスポートし、<br> "
"0.44以降のアプリケーションでロードしなければ正しく表示されません。<br> "
"お手数ですが、アプリケーションが0.44以降に更新されるのを待ってから、法線マップを含んだモデルを再エクスポートしてください。<br>"
msgstr ""
#: ../../release/055/v0.44.md:27
msgid "[GLTF]UniUnlitの導入"
msgstr ""
#: ../../release/055/v0.44.md:28
msgid "新規に `UniGLTF/Unlit` を導入しました。<br> 既存のUnlit系シェーダーでできなかった、<br>"
msgstr ""
#: ../../release/055/v0.44.md:34
msgid "ColorでTransparent"
msgstr ""
#: ../../release/055/v0.44.md:36
msgid "を設定できます。"
msgstr ""
#: ../../release/055/v0.44.md:38
msgid "[VRM] UnlitとStandardマテリアルに関しては、VRM部に重複した情報を保存しない仕様変更"
msgstr ""
#: ../../release/055/v0.44.md:39
msgid ""
"0.43以前では、`/materials` と `/extensions/VRM/materialProperties` "
"に2重に情報を保存していました。 0.44から、~~GLTFで記述可能な~~GLTFとだいたい互換できる `Unlit` と `Standard`"
" は `/materials` に一本化することにしました。"
msgstr ""
#: ../../release/055/v0.44.md:42
msgid "GLTFで表現できないマテリアル情報は、"
msgstr ""
#: ../../release/055/v0.44.md:44
msgid "`VRM/MToon` と `VRM/UnlitTransparentZWrite` です。"
msgstr ""
#: ../../release/055/v0.44.md:46
msgid "[VRM]正規化する時にDisableのGameObjectがあると失敗する場合があるのを修正"
msgstr ""
#: ../../release/055/v0.44.md:47
msgid "HumanBoneに割り当てられていてDisableなど、一定の条件で失敗するのを修正しました。"
msgstr ""
#: ../../release/055/v0.44.md:48 ../../release/055/v0.44.md:56
msgid "https://github.com/dwango/UniVRM/issues/36"
msgstr ""
#: ../../release/055/v0.44.md:49
msgid "https://github.com/dwango/UniVRM/issues/31"
msgstr ""
#: ../../release/055/v0.44.md:51
msgid "[GLTF]NormalMap等のマテリアル対応関連"
msgstr ""
#: ../../release/055/v0.44.md:52
msgid "https://github.com/dwango/UniVRM/issues/17"
msgstr ""
#: ../../release/055/v0.44.md:53
msgid "https://github.com/dwango/UniVRM/issues/46"
msgstr ""
#: ../../release/055/v0.44.md:54
msgid "https://github.com/dwango/UniVRM/issues/39"
msgstr ""
#: ../../release/055/v0.44.md:55
msgid "https://github.com/dwango/UniVRM/issues/38"
msgstr ""
#: ../../release/055/v0.44.md:58
msgid "NormalMap asset import"
msgstr ""
#: ../../release/055/v0.44.md:64
msgid "NormalMap runtime import"
msgstr ""
#: ../../release/055/v0.44.md:66
msgid "pack"
msgstr ""
#: ../../release/055/v0.44.md:82
msgid "NormalMap export"
msgstr ""
#: ../../release/055/v0.44.md:84
msgid "unpack"
msgstr ""
#: ../../release/055/v0.44.md:86
msgid "https://github.com/ousttrue/UniGLTF/issues/29"
msgstr ""
#: ../../release/055/v0.44.md:88
msgid "[GLTF]Animation関連"
msgstr ""
#: ../../release/055/v0.44.md:89
msgid "GLTFのアニメーション対応を更新しました。"
msgstr ""
#: ../../release/055/v0.44.md:91
msgid "import"
msgstr ""
#: ../../release/055/v0.44.md:92
msgid ""
"Unityのlegacy AnimationClipとしてロードできます。 GameObjectに対する、 `localPosition`, "
"`localRotation`, `localScale` とBlendShapeのキーフレームに対応しています。"
msgstr ""
#: ../../release/055/v0.44.md:95
msgid "editor export"
msgstr ""
#: ../../release/055/v0.44.md:96
msgid ""
"エクスポート対象のルートにアタッチされた `Animation` または `Animator` のヒューマノイドではない "
"`AnimationClip`(legacy or generic) の、`localPosition`, `localRotation`, "
"`localScale` を出力できます。BlendShapeは未対応です。"
msgstr ""
#: ../../release/055/v0.44.md:99
msgid "[MToon]更新"
msgstr ""
#: ../../release/055/v0.44.md:100
msgid "https://github.com/Santarh/MToon/releases/tag/v1.5"
msgstr ""
#: ../../release/055/v0.44.md:102
msgid "[GLTF]Importerインタフェース整理"
msgstr ""
#: ../../release/055/v0.44.md:103
msgid "https://github.com/dwango/UniVRM/wiki/Runtime-import"
msgstr ""
#: ../../release/055/v0.44.md:105
msgid "[VRM] Auto指定のMeshRendererが一人称視点で非表示になるのを修正"
msgstr ""
#: ../../release/055/v0.44.md:106
msgid "https://github.com/dwango/UniVRM/commit/b7ab741b16c9037b12defc6a34c885953635bd7c"
msgstr ""
#: ../../release/055/v0.44.md:108
msgid "[GLTF]GLBエクスポーター"
msgstr ""
#: ../../release/055/v0.44.md:109
msgid "GLBエクスポーターが動作するようになりました。"
msgstr ""
#: ../../release/055/v0.44.md:111
#, python-format
msgid "[glbファイルの作り方](https://github.com/dwango/UniVRM/wiki/glb%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E4%BD%9C%E3%82%8A%E6%96%B9)"
msgstr ""

View File

@ -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 <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.45.md:1
msgid "v0.45"
msgstr ""
#: ../../release/055/v0.45.md:3
msgid "`0c49` https://github.com/dwango/UniVRM/releases/tag/v0.45"
msgstr ""
#: ../../release/055/v0.45.md:5
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.45.md:7
msgid "法線マップ、MettalicRoughnessなどのテクスチャが無変換でエクスポートされる(最後のマテリアル以外変換・コピー前をエクスポートするバグ)"
msgstr ""
#: ../../release/055/v0.45.md:8
msgid "sRGBWriteの指定が不足している場合があるのを修正(sRGBをlinearとして出力していまい、テクスチャの色が濃く変わってしまう。プロジェクトのカラースペースがlinear設定になっているなどが条件と思われる"
msgstr ""
#: ../../release/055/v0.45.md:10
msgid "BlendShapeProxy.SetValuesの修正。同じBlendShapeを違うウェイトで参照するBlendShapeClipが複数あったときに合成されずに最後の値で上書きされてしまう。"
msgstr ""
#: ../../release/055/v0.45.md:12
msgid "APIの変更(追記)"
msgstr ""
#: ../../release/055/v0.45.md:14
msgid "ToDo: publicの変更を明記する"
msgstr ""
#: ../../release/055/v0.45.md:15
msgid "ToDo: 内部用の関数にそれと分かる名前を付ける"
msgstr ""
#: ../../release/055/v0.45.md:17
msgid "VRMBlendShapeProxy.Clearの削除"
msgstr ""
#: ../../release/055/v0.45.md:18
msgid "名前通りの機能で無くApplyとほぼ同じ効果"
msgstr ""
#: ../../release/055/v0.45.md:19
msgid "古いカスタムエディタで使っていた?"
msgstr ""
#: ../../release/055/v0.45.md:21
msgid "更新"
msgstr ""
#: ../../release/055/v0.45.md:23
msgid "[Mtoon-1.7](https://github.com/Santarh/MToon/releases)"
msgstr ""
#: ../../release/055/v0.45.md:25
msgid "GlbアニメーションのBlendShapeキーフレームのエクスポート"
msgstr ""
#: ../../release/055/v0.45.md:27
msgid "BlendShapeClipに2値フラグ(値を四捨五入することで中間状態にならない)を追加"
msgstr ""
#: ../../release/055/v0.45.md:31
msgid "BlendShapeClipのMaterial適用ロジックを修正"
msgstr ""
#: ../../release/055/v0.45.md:33
msgid "v0.44: 一番最後の値で上書き"
msgstr ""
#: ../../release/055/v0.45.md:38
msgid "v0.45: 重み付き加算"
msgstr ""
#: ../../release/055/v0.45.md:46
msgid ""
"BlendShapeAvatarのインスペクタを更新 リストインタフェースを追加 <img "
"src=\"https://raw.githubusercontent.com/wiki/dwango/UniVRM/images/list.png\""
" width=200>"
msgstr ""
#: ../../release/055/v0.45.md:50
msgid ""
"BlendShapeClipのインスペクタを更新 <img "
"src=\"https://raw.githubusercontent.com/wiki/dwango/UniVRM/images/clip.png\""
" width=200>"
msgstr ""
#: ../../release/055/v0.45.md:53
msgid "BlendShape設定のPreviewの中ドラッグで移動"
msgstr ""
#: ../../release/055/v0.45.md:55
msgid "Importerの高速化"
msgstr ""

View File

@ -0,0 +1,182 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.46.md:1
msgid "v0.46"
msgstr ""
#: ../../release/055/v0.46.md:3
msgid "commit"
msgstr ""
#: ../../release/055/v0.46.md:5
msgid "`ce8c`"
msgstr ""
#: ../../release/055/v0.46.md:7
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.46.md:9
msgid "ImporterContext.Destroyの修正"
msgstr ""
#: ../../release/055/v0.46.md:11
msgid ""
"Runtimeのリソース破棄に使えるように仕様変更しました。 詳細は、`APIの変更` - `ImporterContext.Destroy` "
"を参照。"
msgstr ""
#: ../../release/055/v0.46.md:14
msgid "BlendShapeProxyでマテリアルのクリア挙動を修正しました"
msgstr ""
#: ../../release/055/v0.46.md:16
msgid "毎フレームマテリアルの基準値にクリアしていたので、変化していないときにセットするのをやめると元に戻ってしまう。"
msgstr ""
#: ../../release/055/v0.46.md:18
msgid "https://github.com/dwango/UniVRM/issues/72"
msgstr ""
#: ../../release/055/v0.46.md:20
msgid "thumbnail設定の復旧"
msgstr ""
#: ../../release/055/v0.46.md:22
msgid "https://github.com/dwango/UniVRM/issues/62"
msgstr ""
#: ../../release/055/v0.46.md:24
msgid "Importer"
msgstr ""
#: ../../release/055/v0.46.md:26
msgid "float値にNan、Infがあったときにパース出来るようにした"
msgstr ""
#: ../../release/055/v0.46.md:28
msgid "ToDo: ExporterでNan Infを検知すべき"
msgstr ""
#: ../../release/055/v0.46.md:30
msgid "Unity2018.3対応"
msgstr ""
#: ../../release/055/v0.46.md:36
msgid "Import時に既存のファイル(BlendShapeClip, BlendShapeAvatar, Material)を上書きしない"
msgstr ""
#: ../../release/055/v0.46.md:38
msgid "https://github.com/dwango/UniVRM/issues/56"
msgstr ""
#: ../../release/055/v0.46.md:40
msgid "改めて作成させるには対象のVRMから作成されたMaterialとBlendShapeClipとBlendShapeAvatarアセットを削除したのちに、vrmファイルをreimportしてください(右クリックのメニューなどからできます)。"
msgstr ""
#: ../../release/055/v0.46.md:42
msgid "Exporter"
msgstr ""
#: ../../release/055/v0.46.md:44
msgid "非アクティブオブジェクトのスキップ"
msgstr ""
#: ../../release/055/v0.46.md:46
msgid "エクスポート時に非アクティブのノードのメッシュエクスポートをスキップするようにしました。"
msgstr ""
#: ../../release/055/v0.46.md:48
msgid "Component"
msgstr ""
#: ../../release/055/v0.46.md:50
msgid "VRMFirstPerson.Setupの最適化"
msgstr ""
#: ../../release/055/v0.46.md:52
msgid ""
"設定が `auto` のとき SubMesh の index "
"配列(`mesh.getIndices`)が長い(10万以上)モデルで異常に負荷がかかるのを修正しました。"
msgstr ""
#: ../../release/055/v0.46.md:54
msgid "APIの変更"
msgstr ""
#: ../../release/055/v0.46.md:56
msgid "BlendShapeProxy.SetValue(key, value, immediately)"
msgstr ""
#: ../../release/055/v0.46.md:58
msgid "3引数 `SetValue` の代わりに2引数の明示的な関数を用意しました。"
msgstr ""
#: ../../release/055/v0.46.md:60
msgid "AccumulateValue"
msgstr ""
#: ../../release/055/v0.46.md:62
msgid "値を貯めて、後で `Apply` したときに反映する。 `SetValues` の最後にも `Apply` されます。"
msgstr ""
#: ../../release/055/v0.46.md:71
msgid "ImmediatelySetValue"
msgstr ""
#: ../../release/055/v0.46.md:73
msgid "即反映する。"
msgstr ""
#: ../../release/055/v0.46.md:81
msgid "ImporterContext.Destroy"
msgstr ""
#: ../../release/055/v0.46.md:87
msgid "が名前から期待される動作をしていないので `Obsolete` にして用途を明確にした関数を用意しました。"
msgstr ""
#: ../../release/055/v0.46.md:89
msgid "DestroyRootAndResources"
msgstr ""
#: ../../release/055/v0.46.md:91
msgid "runtimeインポーター向けのリソース解放。 追加したDisposeはこれを呼びます。"
msgstr ""
#: ../../release/055/v0.46.md:94
msgid "EditorDestroyRoot"
msgstr ""
#: ../../release/055/v0.46.md:96
msgid ""
"editorインポート時のprefabの元になったGameObjectをシーンから削除。 "
"旧Destroy(destroySubAssets=false)"
msgstr ""
#: ../../release/055/v0.46.md:99
msgid "EditorDestroyRootAndAssets"
msgstr ""
#: ../../release/055/v0.46.md:101
msgid "editorインポート時にエラーが発生した場合などに作ったアセットを削除する。 旧Destroy(destroySubAssets=true)"
msgstr ""

View File

@ -0,0 +1,50 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.47.md:1
msgid "v0.47"
msgstr ""
#: ../../release/055/v0.47.md:3
msgid ""
"今回は、メンテナンスリリースです。 "
"リポジトリの構成を変更しました。加えて、typo修正や特定の処理系でビルドできない問題の解消などが含まれています。"
msgstr ""
#: ../../release/055/v0.47.md:6
msgid "VRM作成に使う場合は、更新しなくても問題ありません。"
msgstr ""
#: ../../release/055/v0.47.md:8
msgid "before"
msgstr ""
#: ../../release/055/v0.47.md:19
msgid "after"
msgstr ""
#: ../../release/055/v0.47.md:31
msgid "MToon以外のSubModuleをUniVRMリポジトリに統合しました"
msgstr ""
#: ../../release/055/v0.47.md:32
msgid "単体のUnityProjectとして使えるようになりました(変更前は、Assetsの中にcloneする必要があった)"
msgstr ""

View File

@ -0,0 +1,68 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.48.md:1
msgid "v0.48"
msgstr ""
#: ../../release/055/v0.48.md:3
msgid "commit: `4840` https://github.com/dwango/UniVRM/releases/tag/v0.48"
msgstr ""
#: ../../release/055/v0.48.md:4
msgid "milestone: https://github.com/dwango/UniVRM/milestone/7?closed=1"
msgstr ""
#: ../../release/055/v0.48.md:6
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.48.md:8
msgid "不正なglTF形式のファイルを出力してしまう問題の修正"
msgstr ""
#: ../../release/055/v0.48.md:9
msgid "https://github.com/dwango/UniVRM/pull/110 (by @saturday06)"
msgstr ""
#: ../../release/055/v0.48.md:10
msgid "https://github.com/dwango/UniVRM/pull/102 (by @saturday06)"
msgstr ""
#: ../../release/055/v0.48.md:12
msgid "その他"
msgstr ""
#: ../../release/055/v0.48.md:14
msgid "typo・テストの修正"
msgstr ""
#: ../../release/055/v0.48.md:15
msgid "https://github.com/dwango/UniVRM/pull/117 (by @saturday06)"
msgstr ""
#: ../../release/055/v0.48.md:16
msgid "https://github.com/dwango/UniVRM/pull/118 (by @saturday06)"
msgstr ""
#: ../../release/055/v0.48.md:17
msgid "警告が出る問題の修正等"
msgstr ""

View File

@ -0,0 +1,208 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.49.md:1
msgid "v0.49"
msgstr ""
#: ../../release/055/v0.49.md:3
msgid "commit: `43af` https://github.com/dwango/UniVRM/releases/tag/v0.49"
msgstr ""
#: ../../release/055/v0.49.md:4
msgid "milestone: https://github.com/dwango/UniVRM/milestone/8?closed=1"
msgstr ""
#: ../../release/055/v0.49.md:6
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.49.md:8
msgid ""
"[**closed**] Fix same mesh but different material "
"[#143](https://github.com/dwango/UniVRM/pull/143)"
msgstr ""
#: ../../release/055/v0.49.md:9
msgid "異なるマテリアルを持つが同じメッシュを参照しているRendererが存在するときに、最初のマテリアルを持つメッシュのみを常に参照する情報を出力していた問題を修正しました。"
msgstr ""
#: ../../release/055/v0.49.md:10
msgid ""
"[**closed**] Add UniGLTF/UniUnlit to VRMShaders "
"[#141](https://github.com/dwango/UniVRM/pull/141)"
msgstr ""
#: ../../release/055/v0.49.md:11
msgid "新規に追加されていた`UniGLTF/UniUnlit`が、`VRMShaders`に含まれていなかった問題を修正しました。"
msgstr ""
#: ../../release/055/v0.49.md:12
msgid ""
"[**closed**] Fix normal maps are broken on Android(and also iOS) "
"platforms [#139](https://github.com/dwango/UniVRM/pull/139)"
msgstr ""
#: ../../release/055/v0.49.md:13
msgid "AndroidやiOS上で法線マップが正しく読み込まれていなかった問題を修正しました。"
msgstr ""
#: ../../release/055/v0.49.md:14
msgid ""
"[**closed**] Always SkinnedMeshRenderer.updateWhenOffscreen is true for "
"SkinnedMes… [#135](https://github.com/dwango/UniVRM/pull/135)"
msgstr ""
#: ../../release/055/v0.49.md:15
msgid ""
"VRMFirstPerson.Setupにより生成される頭なしモデル(VRの一人称用)にデフォルトで "
"`updateWhenOffscreen=true` を適用するようにしました。VRで自キャラの一部が出たり消えたりする問題の対策です。"
msgstr ""
#: ../../release/055/v0.49.md:16
msgid ""
"[**closed**] fixed BlendShapeProxy.OnDestroy "
"[#132](https://github.com/dwango/UniVRM/pull/132)"
msgstr ""
#: ../../release/055/v0.49.md:17
msgid ""
"BlendShapeProxyからMaterialを操作したときにOnDestroyで元に戻す処理を、EditorでMaterialアセットが見つかった時だけにしました。"
" ランタイムではマテリアル・デストロイ済みのエラーになる場合がありました。"
msgstr ""
#: ../../release/055/v0.49.md:19
msgid ""
"[**closed**] Fixed IFormatter.Clear that JsonFormatter.Clear dose not "
"called. [#130](https://github.com/dwango/UniVRM/pull/130)"
msgstr ""
#: ../../release/055/v0.49.md:20
msgid "バグ修正。"
msgstr ""
#: ../../release/055/v0.49.md:22
msgid "改良"
msgstr ""
#: ../../release/055/v0.49.md:24
msgid ""
"[**closed**] Update MToon to v1.8 "
"[#149](https://github.com/dwango/UniVRM/pull/149)"
msgstr ""
#: ../../release/055/v0.49.md:25
msgid "MToonのバージョンをv1.8に更新しました。"
msgstr ""
#: ../../release/055/v0.49.md:26
msgid ""
"[**closed**] UniGLTF menu to VRM/UniGLTF. UniVRM menu to VRM/UniVRM "
"[#131](https://github.com/dwango/UniVRM/pull/131)"
msgstr ""
#: ../../release/055/v0.49.md:27
msgid "UniVRM/UniGLTFのメニューの位置をVRM以下に移動しました。"
msgstr ""
#: ../../release/055/v0.49.md:28
msgid ""
"[**closed**] Remove code using legacy VRMLookAt in exporter "
"[#134](https://github.com/dwango/UniVRM/pull/134)"
msgstr ""
#: ../../release/055/v0.49.md:29
msgid "古いバージョンの実装が残っていたため、削除しました。"
msgstr ""
#: ../../release/055/v0.49.md:30
msgid ""
"[**closed**] Fix spec for fields which have indices, add minimum=0 for "
"them [#129](https://github.com/dwango/UniVRM/pull/129)"
msgstr ""
#: ../../release/055/v0.49.md:31
msgid "[内部]いままで`-1`が出力されていたフィールドを出力しないように変更しました。"
msgstr ""
#: ../../release/055/v0.49.md:32
msgid ""
"[**closed**] Feature/fix schemas and use json schema instead of to json "
"[#123](https://github.com/dwango/UniVRM/pull/123)"
msgstr ""
#: ../../release/055/v0.49.md:33
msgid "[内部]今まで2系統あったJSONのシリアライザを統一するための準備を行い、デフォルトで新実装を用いるようにしました。`v0.49`段階では両方選択可能ですが、次以降のバージョンで実装が統一される予定です。"
msgstr ""
#: ../../release/055/v0.49.md:34
msgid ""
"[**closed**] add execution order number (avoid order conflict with vrik) "
"[#124](https://github.com/dwango/UniVRM/pull/124) (by @neon-izm)"
msgstr ""
#: ../../release/055/v0.49.md:35
msgid "IK操作を行うようなその他コンポーネントの計算後に`VRMSpringBone`関連のコンポーネントが実行されるように、デフォルトの実行優先度を変更しました。計算順序の問題による`VRMSpringBone`の動作の違和感が発生する可能性を下げます。"
msgstr ""
#: ../../release/055/v0.49.md:36
msgid ""
"[**closed**] Feature/improve error checks for gltf "
"[#119](https://github.com/dwango/UniVRM/pull/119)"
msgstr ""
#: ../../release/055/v0.49.md:37
msgid "意図しない値をGLTFとしてエクスポートしようとしたときに、今までは無視されていましたがエラーを出力するように変更しました。予期しないデータを無視しないことにより、バグの早期発見を行えるようにします。"
msgstr ""
#: ../../release/055/v0.49.md:39
msgid "その他"
msgstr ""
#: ../../release/055/v0.49.md:41
msgid ""
"[**closed**] Added GenericCallUtility "
"[#148](https://github.com/dwango/UniVRM/pull/148)"
msgstr ""
#: ../../release/055/v0.49.md:42
msgid "AOT対策にExpression.Compileを回避する準備を行いました。"
msgstr ""
#: ../../release/055/v0.49.md:43
msgid ""
"[**closed**] Fix unity 5 symbol "
"[#150](https://github.com/dwango/UniVRM/pull/150)"
msgstr ""
#: ../../release/055/v0.49.md:44
msgid "上記のコーナーケースにおけるバグ修正。"
msgstr ""
#: ../../release/055/v0.49.md:45
msgid ""
"[**closed**] Pure C # Project for UniJSON "
"[#147](https://github.com/dwango/UniVRM/pull/147)"
msgstr ""
#: ../../release/055/v0.49.md:46
msgid "Unityに依存していないUniJSONを通常のC#として開発するプロジェクトを追加しました。"
msgstr ""

View File

@ -0,0 +1,182 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.50.md:1
msgid "v0.50"
msgstr ""
#: ../../release/055/v0.50.md:3
msgid "commit: `9db7` https://github.com/dwango/UniVRM/releases/tag/v0.50"
msgstr ""
#: ../../release/055/v0.50.md:4
msgid "milestone: https://github.com/dwango/UniVRM/milestone/9?closed=1"
msgstr ""
#: ../../release/055/v0.50.md:6
msgid "新規"
msgstr ""
#: ../../release/055/v0.50.md:7
msgid ""
"[**closed**] Add specVersion field to VRM extensions "
"[#162](https://github.com/dwango/UniVRM/pull/162)"
msgstr ""
#: ../../release/055/v0.50.md:8
msgid "VRMに新規プロパティの`specVersion`が追加されました。VRMファイルが参照するVRM仕様のバージョンを示します。"
msgstr ""
#: ../../release/055/v0.50.md:9
msgid ""
"[**closed**] Support Assembly Definition Files "
"[#154](https://github.com/dwango/UniVRM/pull/154)"
msgstr ""
#: ../../release/055/v0.50.md:10
msgid ""
"Assembly Definition "
"Files対応を行いました。リリースページより、`*.asmdef-`を名前に含む`unitypackage`にて提供しています。"
msgstr ""
#: ../../release/055/v0.50.md:12
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.50.md:13
msgid ""
"[**closed**] Fix to restore Smoothness value when setting Metallic map "
"[#185](https://github.com/dwango/UniVRM/pull/185)"
msgstr ""
#: ../../release/055/v0.50.md:14
msgid "Smoothnessの値が強制的に1.0に上書きされてしまう問題を修正しました。"
msgstr ""
#: ../../release/055/v0.50.md:15
msgid ""
"[**closed**] Calculate inverseBindMatrices(Mesh.bindposes) in "
"SkinnedMeshRenderer.… [#173](https://github.com/dwango/UniVRM/pull/173)"
msgstr ""
#: ../../release/055/v0.50.md:16
msgid "`skins`の`inverseBindMatrices`が存在しない場合でも、デフォルトで提供する挙動で動作するようにしました。"
msgstr ""
#: ../../release/055/v0.50.md:17
msgid ""
"[**closed**] Set 'ExplicitIgnorableItemLength = 0' to glTF elements to "
"export mode… [#158](https://github.com/dwango/UniVRM/pull/158)"
msgstr ""
#: ../../release/055/v0.50.md:18
msgid "一切テクスチャが割り当てられていないモデルをエクスポートする際にエラーが発生する問題を修正しました。"
msgstr ""
#: ../../release/055/v0.50.md:20
msgid "改良"
msgstr ""
#: ../../release/055/v0.50.md:21
msgid ""
"[**closed**] Add README.url "
"[#180](https://github.com/dwango/UniVRM/pull/180) (by @nkjzm)"
msgstr ""
#: ../../release/055/v0.50.md:22
msgid ""
"[**closed**] Divide unity packages for asmdef files "
"[#178](https://github.com/dwango/UniVRM/pull/178)"
msgstr ""
#: ../../release/055/v0.50.md:23
msgid ""
"[**closed**] Now some fields in meta are required "
"[#160](https://github.com/dwango/UniVRM/pull/160)"
msgstr ""
#: ../../release/055/v0.50.md:24
msgid "**`meta`内のいくつかのフィールドが必ずバリデートされ出力されるようになりました。**"
msgstr ""
#: ../../release/055/v0.50.md:25
msgid ""
"[**closed**] Skip AssetPostProcessor when file in StreamingAssets folder."
" #166 [#171](https://github.com/dwango/UniVRM/pull/171)"
msgstr ""
#: ../../release/055/v0.50.md:27
msgid "その他"
msgstr ""
#: ../../release/055/v0.50.md:29
msgid ""
"[**closed**] Fix adf error "
"[#177](https://github.com/dwango/UniVRM/pull/177)"
msgstr ""
#: ../../release/055/v0.50.md:30
msgid ""
"[**closed**] fix KeyValue "
"[#176](https://github.com/dwango/UniVRM/pull/176)"
msgstr ""
#: ../../release/055/v0.50.md:31
msgid ""
"[**closed**] Reduce Expression.Compile "
"[#164](https://github.com/dwango/UniVRM/pull/164)"
msgstr ""
#: ../../release/055/v0.50.md:32
msgid ""
"[**closed**] Removed Expression.Compile "
"[#165](https://github.com/dwango/UniVRM/pull/165)"
msgstr ""
#: ../../release/055/v0.50.md:33
msgid ""
"[**closed**] Remove unused meta files for specs "
"[#163](https://github.com/dwango/UniVRM/pull/163)"
msgstr ""
#: ../../release/055/v0.50.md:34
msgid ""
"[**closed**] Remove an unused file "
"[#159](https://github.com/dwango/UniVRM/pull/159)"
msgstr ""
#: ../../release/055/v0.50.md:35
msgid ""
"[**closed**] Prepare a version for next release v0.50 "
"[#155](https://github.com/dwango/UniVRM/pull/155)"
msgstr ""
#: ../../release/055/v0.50.md:36
msgid ""
"[**closed**] Fix/suppress warnings "
"[#151](https://github.com/dwango/UniVRM/pull/151)"
msgstr ""
#: ../../release/055/v0.50.md:37
msgid ""
"[**closed**] Fix unity 5 symbol "
"[#150](https://github.com/dwango/UniVRM/pull/150)"
msgstr ""

View File

@ -0,0 +1,58 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.51.0.md:1
msgid "v0.51.0"
msgstr ""
#: ../../release/055/v0.51.0.md:3
msgid ""
"commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.51.0 "
"milestone: https://github.com/dwango/UniVRM/milestone/10?closed=1"
msgstr ""
#: ../../release/055/v0.51.0.md:6
msgid "バグ修正"
msgstr ""
#: ../../release/055/v0.51.0.md:7
msgid ""
"[**closed**] Set a default values to meta fields "
"[#194](https://github.com/dwango/UniVRM/pull/194)"
msgstr ""
#: ../../release/055/v0.51.0.md:8
msgid "VRMモデルの初回exportに失敗する問題を修正しました。"
msgstr ""
#: ../../release/055/v0.51.0.md:10
msgid "改良"
msgstr ""
#: ../../release/055/v0.51.0.md:11
msgid ""
"[**closed**] Bump version to 0.51.0. Support Semver "
"[#193](https://github.com/dwango/UniVRM/pull/193)"
msgstr ""
#: ../../release/055/v0.51.0.md:12
msgid "セマンティックバージョニングのフォーマットに対応しました。"
msgstr ""

View File

@ -0,0 +1,271 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.52.0.md:1
msgid "v0.52.0"
msgstr ""
#: ../../release/055/v0.52.0.md:3
msgid "commit: 1b36 https://github.com/dwango/UniVRM/releases/tag/v0.52.0"
msgstr ""
#: ../../release/055/v0.52.0.md:4
msgid "milestone: https://github.com/dwango/UniVRM/milestone/11?closed=1"
msgstr ""
#: ../../release/055/v0.52.0.md:6
msgid "v0.52.0 (04/06/2019)"
msgstr ""
#: ../../release/055/v0.52.0.md:8
msgid "更新内容"
msgstr ""
#: ../../release/055/v0.52.0.md:9
msgid ""
"[**closed**] Update MToon to v3.0 "
"[#255](https://github.com/vrm-c/UniVRM/pull/255)"
msgstr ""
#: ../../release/055/v0.52.0.md:10
msgid ""
"[**material**] update MToon v2.0 "
"[#249](https://github.com/vrm-c/UniVRM/pull/249)"
msgstr ""
#: ../../release/055/v0.52.0.md:11
msgid "MToonの更新"
msgstr ""
#: ../../release/055/v0.52.0.md:12
msgid "Unity2019.1で正常に動作するように修正"
msgstr ""
#: ../../release/055/v0.52.0.md:13
msgid ""
"[**closed**] Move UnityEditorScripts items to the bottom of menu. "
"[#252](https://github.com/vrm-c/UniVRM/pull/252)"
msgstr ""
#: ../../release/055/v0.52.0.md:14
msgid "UnityEditorScriptsの場所を移動"
msgstr ""
#: ../../release/055/v0.52.0.md:15
msgid ""
"[**closed**] Add utility menu for VRMSpringBoneColliderGroup. "
"[#253](https://github.com/vrm-c/UniVRM/pull/253)"
msgstr ""
#: ../../release/055/v0.52.0.md:16
msgid "VRMSpringBoneのEditor Utility Menuを追加"
msgstr ""
#: ../../release/055/v0.52.0.md:17
msgid ""
"[**closed**] Copy m_center and m_hitRadius in VRMSpringBone when "
"exporting (Fix #215) [#220](https://github.com/vrm-c/UniVRM/pull/220)"
msgstr ""
#: ../../release/055/v0.52.0.md:18
msgid "Export VRMにて、VRMSprngBoneのHit Radiusなど一部のプロパティが既定値になる問題を修正"
msgstr ""
#: ../../release/055/v0.52.0.md:19
msgid ""
"[**closed**] If Emission keyword is false, do not output a value "
"[#227](https://github.com/vrm-c/UniVRM/pull/227)"
msgstr ""
#: ../../release/055/v0.52.0.md:20
msgid ""
"Standerdシェーダを使用してエクスポートした時に、EmissionEnable = "
"falseの状態でもEmissionColorが書き込まれてしまい、インポート時にEmissionColorが(0,0,0)でなかった場合はEmissionEnable"
" = trueになってしまうバグの修正"
msgstr ""
#: ../../release/055/v0.52.0.md:21
msgid ""
"[**closed**] Bake smoothness and roughnessFactor into textures. "
"[#222](https://github.com/vrm-c/UniVRM/pull/222)"
msgstr ""
#: ../../release/055/v0.52.0.md:22
msgid "StanderdShaderでエクスポートする場合に、smoothness の値をMetallicTextureにベイクするように変更"
msgstr ""
#: ../../release/055/v0.52.0.md:23
msgid ""
"[**closed**] Update minimum support Unity version to 5.6.7f1 "
"[#210](https://github.com/vrm-c/UniVRM/pull/210)"
msgstr ""
#: ../../release/055/v0.52.0.md:24
msgid "Unityの最小サポートバージョンを5.6.7f1に変更"
msgstr ""
#: ../../release/055/v0.52.0.md:25
msgid ""
"[**closed**] Save FirstPerson values on GUI correctly "
"[#217](https://github.com/vrm-c/UniVRM/pull/217)"
msgstr ""
#: ../../release/055/v0.52.0.md:26
msgid "EditorにてFirst Person Offset の変更が保存されていないバグの修正"
msgstr ""
#: ../../release/055/v0.52.0.md:27
msgid ""
"[**closed**] Propagate texture properties when exporting. "
"[#218](https://github.com/vrm-c/UniVRM/pull/218)"
msgstr ""
#: ../../release/055/v0.52.0.md:28
msgid "TextureWrapModeなどのテクスチャプロパティ値が失われるバグの修正"
msgstr ""
#: ../../release/055/v0.52.0.md:29
msgid ""
"[**closed**] Fix alpha issue when UniUnlit material is opaque. "
"[#204](https://github.com/vrm-c/UniVRM/pull/204)"
msgstr ""
#: ../../release/055/v0.52.0.md:30
msgid ""
"[**closed**] Fix UniUnlit inspector's bug, cull mode was empty. "
"[#203](https://github.com/vrm-c/UniVRM/pull/203)"
msgstr ""
#: ../../release/055/v0.52.0.md:31
msgid "UniUnlitのバグ修正"
msgstr ""
#: ../../release/055/v0.52.0.md:33
msgid "その他のバグ修正"
msgstr ""
#: ../../release/055/v0.52.0.md:34
msgid ""
"[**closed**] Update version number "
"[#250](https://github.com/vrm-c/UniVRM/pull/250)"
msgstr ""
#: ../../release/055/v0.52.0.md:35
msgid ""
"[**bug**] added DepthFirstScheduler reference to VRM.Sample "
"[#241](https://github.com/vrm-c/UniVRM/pull/241)"
msgstr ""
#: ../../release/055/v0.52.0.md:36
msgid "[**common**] Fix typo [#243](https://github.com/vrm-c/UniVRM/pull/243)"
msgstr ""
#: ../../release/055/v0.52.0.md:37
msgid ""
"[**common**][**importer**] unityのwww対応 "
"[#239](https://github.com/vrm-c/UniVRM/pull/239)"
msgstr ""
#: ../../release/055/v0.52.0.md:38
msgid ""
"[**closed**] バージョンチェックのエラー表記を修正 "
"[#254](https://github.com/vrm-c/UniVRM/pull/254)"
msgstr ""
#: ../../release/055/v0.52.0.md:39
msgid ""
"[**closed**] Fix material test to pass "
"[#228](https://github.com/vrm-c/UniVRM/pull/228)"
msgstr ""
#: ../../release/055/v0.52.0.md:40
msgid "[**closed**] Fix comments [#224](https://github.com/vrm-c/UniVRM/pull/224)"
msgstr ""
#: ../../release/055/v0.52.0.md:41
msgid ""
"[**closed**] Add extensions.VRM.specVersion to the json schema "
"[#197](https://github.com/vrm-c/UniVRM/pull/197)"
msgstr ""
#: ../../release/055/v0.52.0.md:42
msgid ""
"[**closed**] Remove unused meta files "
"[#221](https://github.com/vrm-c/UniVRM/pull/221)"
msgstr ""
#: ../../release/055/v0.52.0.md:43
msgid ""
"[**closed**] Set _Cutoff parameters when alphaMode is MASK "
"[#219](https://github.com/vrm-c/UniVRM/pull/219)"
msgstr ""
#: ../../release/055/v0.52.0.md:44
msgid ""
"[**closed**] optimize ListTreeNode Children for large JSON "
"[#187](https://github.com/vrm-c/UniVRM/pull/187)"
msgstr ""
#: ../../release/055/v0.52.0.md:45
msgid ""
"[**closed**] Fix dictionary deserializer "
"[#189](https://github.com/vrm-c/UniVRM/pull/189)"
msgstr ""
#: ../../release/055/v0.52.0.md:46
msgid ""
"[**closed**] Separate shaderproperty "
"[#206](https://github.com/vrm-c/UniVRM/pull/206)"
msgstr ""
#: ../../release/055/v0.52.0.md:47
msgid "[**closed**] fix AOT [#205](https://github.com/vrm-c/UniVRM/pull/205)"
msgstr ""
#: ../../release/055/v0.52.0.md:48
msgid ""
"[**closed**] Normalize blendshape preview light's intensity. "
"[#201](https://github.com/vrm-c/UniVRM/pull/201)"
msgstr ""
#: ../../release/055/v0.52.0.md:49
msgid ""
"[**closed**] glTF.extensions.VRM default value to null "
"[#200](https://github.com/vrm-c/UniVRM/pull/200)"
msgstr ""
#: ../../release/055/v0.52.0.md:50
msgid ""
"[**closed**] Fix typo in obsolete attribute. "
"[#199](https://github.com/vrm-c/UniVRM/pull/199)"
msgstr ""
#: ../../release/055/v0.52.0.md:51
msgid ""
"[**closed**] Use unijson parser "
"[#184](https://github.com/vrm-c/UniVRM/pull/184)"
msgstr ""
#: ../../release/055/v0.52.0.md:52
msgid ""
"[**closed**] Hox fix/fix tests for v0 51 0 "
"[#195](https://github.com/vrm-c/UniVRM/pull/195)"
msgstr ""

View File

@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.53.0.md:1
msgid "v0.53.0"
msgstr ""
#: ../../release/055/v0.53.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.53.0"
msgstr ""
#: ../../release/055/v0.53.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/12?closed=1"
msgstr ""
#: ../../release/055/v0.53.0.md:6
msgid "v0.53.0 (05/06/2019)"
msgstr ""
#: ../../release/055/v0.53.0.md:8
msgid ""
"[**closed**] update MToon version v3.2 "
"[#264](https://github.com/vrm-c/UniVRM/pull/264)"
msgstr ""
#: ../../release/055/v0.53.0.md:9
msgid ""
"[**closed**] update MToon v3.1 "
"[#263](https://github.com/vrm-c/UniVRM/pull/263)"
msgstr ""
#: ../../release/055/v0.53.0.md:10
msgid ""
"[**closed**] add Mtoon new props "
"[#259](https://github.com/vrm-c/UniVRM/pull/259)"
msgstr ""
#: ../../release/055/v0.53.0.md:11
msgid ""
"[**closed**] update shaderProp "
"[#260](https://github.com/vrm-c/UniVRM/pull/260)"
msgstr ""
#: ../../release/055/v0.53.0.md:12
msgid "MToonのShaderPropが一部エクスポート出来ていなかったバグの修正"
msgstr ""
#: ../../release/055/v0.53.0.md:13
msgid ""
"[**closed**] Overwrite the mtoon version of the material "
"[#262](https://github.com/vrm-c/UniVRM/pull/262)"
msgstr ""
#: ../../release/055/v0.53.0.md:14
msgid "Import時にUniVRMが所持しているMToonのバージョン番号に変換する処理を追加"
msgstr ""
#: ../../release/055/v0.53.0.md:15
msgid ""
"[**closed**] update version numbder "
"[#261](https://github.com/vrm-c/UniVRM/pull/261)"
msgstr ""
#: ../../release/055/v0.53.0.md:16
msgid "バージョン番号更新"
msgstr ""

View File

@ -0,0 +1,320 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.54.0.md:1
msgid "v0.54.0"
msgstr ""
#: ../../release/055/v0.54.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.54.0"
msgstr ""
#: ../../release/055/v0.54.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/13?closed=1"
msgstr ""
#: ../../release/055/v0.54.0.md:6
msgid "v0.54.0 (17/12/2019)"
msgstr ""
#: ../../release/055/v0.54.0.md:8
msgid ""
"[**closed**] Refer to vertex color when importing with UniUnlit "
"[#343](https://github.com/vrm-c/UniVRM/pull/343)"
msgstr ""
#: ../../release/055/v0.54.0.md:9
msgid "UniUnlitシェーダかつ頂点カラーが書き込まれている場合、VColBlendModeが変更されるように修正"
msgstr ""
#: ../../release/055/v0.54.0.md:10
msgid ""
"[**closed**] Generate json serializer "
"[#298](https://github.com/vrm-c/UniVRM/pull/298)"
msgstr ""
#: ../../release/055/v0.54.0.md:11
msgid ""
"[**closed**] add generated serializer, fix tests "
"[#341](https://github.com/vrm-c/UniVRM/pull/341)"
msgstr ""
#: ../../release/055/v0.54.0.md:12
msgid "モバイル向けのAOT対策をしたシリアライザを追加"
msgstr ""
#: ../../release/055/v0.54.0.md:13
msgid ""
"[**closed**] add VRM Export Option. Reduce BlendShape Size "
"[#304](https://github.com/vrm-c/UniVRM/pull/304)"
msgstr ""
#: ../../release/055/v0.54.0.md:14
msgid "Export時に使用していないBlendShapeを除外するオプションを追加"
msgstr ""
#: ../../release/055/v0.54.0.md:15
msgid ""
"[**closed**] add Export Editor Settings "
"[#338](https://github.com/vrm-c/UniVRM/pull/338)"
msgstr ""
#: ../../release/055/v0.54.0.md:16 ../../release/055/v0.54.0.md:18
msgid "ExportUIにMetaの項目を追加"
msgstr ""
#: ../../release/055/v0.54.0.md:17
msgid ""
"[**closed**] handling stackOverflowException "
"[#340](https://github.com/vrm-c/UniVRM/pull/340)"
msgstr ""
#: ../../release/055/v0.54.0.md:19
msgid ""
"[**closed**] suppress blendshape gabage collection "
"[#330](https://github.com/vrm-c/UniVRM/pull/330)"
msgstr ""
#: ../../release/055/v0.54.0.md:20
msgid "EditorでGCが発生していた部分を修正"
msgstr ""
#: ../../release/055/v0.54.0.md:21
msgid ""
"[**closed**] fix baseColorFactor color space. "
"[#339](https://github.com/vrm-c/UniVRM/pull/339)"
msgstr ""
#: ../../release/055/v0.54.0.md:22
msgid "gltfエクスポート時にbaseColorFactorをlinearで書き込むように変更、import時はgammmaに変換"
msgstr ""
#: ../../release/055/v0.54.0.md:23
msgid ""
"[**closed**] Unity2019 asset pipeline v2 support "
"[#335](https://github.com/vrm-c/UniVRM/pull/335)"
msgstr ""
#: ../../release/055/v0.54.0.md:24
msgid "Unity2019.3でImportするとAssetPipelineV2でエラーが出ていたため修正"
msgstr ""
#: ../../release/055/v0.54.0.md:25
msgid ""
"[**closed**] Feature fix export vrm when change blend shape "
"[#332](https://github.com/vrm-c/UniVRM/pull/332)"
msgstr ""
#: ../../release/055/v0.54.0.md:26
msgid ""
"BlendShapeを操作した状態でPose "
"Freezeにチェックを入れてVRMExportした際に、一部のBlendShapeが壊れる不具合を修正"
msgstr ""
#: ../../release/055/v0.54.0.md:27
msgid ""
"[**closed**] fix Pose Freeze Export "
"[#331](https://github.com/vrm-c/UniVRM/pull/331)"
msgstr ""
#: ../../release/055/v0.54.0.md:28
msgid "Pose Freezeを指定してExportするとFirstPersonBoneが書き込まれていなかった問題の修正"
msgstr ""
#: ../../release/055/v0.54.0.md:29
msgid ""
"[**closed**] Fix to normalize and output normals "
"[#314](https://github.com/vrm-c/UniVRM/pull/314)"
msgstr ""
#: ../../release/055/v0.54.0.md:30
msgid "法線を正規化するように修正"
msgstr ""
#: ../../release/055/v0.54.0.md:31
msgid ""
"[**closed**] Update AliciaSolid to 0.51 "
"[#317](https://github.com/vrm-c/UniVRM/pull/317)"
msgstr ""
#: ../../release/055/v0.54.0.md:32
msgid "サンプルモデルを更新"
msgstr ""
#: ../../release/055/v0.54.0.md:33
msgid ""
"[**closed**] Fix the problem where Vector3 Color cannot be recognized "
"[#311](https://github.com/vrm-c/UniVRM/pull/311)"
msgstr ""
#: ../../release/055/v0.54.0.md:34
msgid "Vector3Colorが読み込めなかった問題の修正"
msgstr ""
#: ../../release/055/v0.54.0.md:35
msgid ""
"[**closed**] fix texture max size when import vrm "
"[#310](https://github.com/vrm-c/UniVRM/pull/310)"
msgstr ""
#: ../../release/055/v0.54.0.md:36
msgid "TextureのMaxSizeを2048固定からTextureサイズに応じてMaxSizeを512~8192の間で設定するように修正"
msgstr ""
#: ../../release/055/v0.54.0.md:37
msgid ""
"[**closed**] Feature fix vrm export parameter "
"[#346](https://github.com/vrm-c/UniVRM/pull/346)"
msgstr ""
#: ../../release/055/v0.54.0.md:38
msgid "ExportSettingsの設定が、入力順番によってUndoで戻ってしまう場合があった問題の修正"
msgstr ""
#: ../../release/055/v0.54.0.md:40
msgid "その他修正"
msgstr ""
#: ../../release/055/v0.54.0.md:42
msgid ""
"[**closed**] fix Count() to Count "
"[#345](https://github.com/vrm-c/UniVRM/pull/345)"
msgstr ""
#: ../../release/055/v0.54.0.md:43
msgid ""
"[**closed**] ReduceBlendshapeSize default false "
"[#342](https://github.com/vrm-c/UniVRM/pull/342)"
msgstr ""
#: ../../release/055/v0.54.0.md:44
msgid ""
"[**closed**] Fix typo (Base64Embedded) "
"[#280](https://github.com/vrm-c/UniVRM/pull/280)"
msgstr ""
#: ../../release/055/v0.54.0.md:45
msgid ""
"[**closed**] Add a method to reset bones under the influence of "
"SpringBone. [#320](https://github.com/vrm-c/UniVRM/pull/320)"
msgstr ""
#: ../../release/055/v0.54.0.md:46
msgid ""
"[**closed**] add left handed Description to collidergroup offset "
"properties [#286](https://github.com/vrm-c/UniVRM/pull/286)"
msgstr ""
#: ../../release/055/v0.54.0.md:47
msgid ""
"[**closed**] add material extension shader property description "
"[#287](https://github.com/vrm-c/UniVRM/pull/287)"
msgstr ""
#: ../../release/055/v0.54.0.md:48
msgid ""
"[**closed**] fix gltf animation import "
"[#306](https://github.com/vrm-c/UniVRM/pull/306)"
msgstr ""
#: ../../release/055/v0.54.0.md:49
msgid ""
"[**closed**] SetDefault when EditorReset with VRMFirstPerson "
"[#305](https://github.com/vrm-c/UniVRM/pull/305)"
msgstr ""
#: ../../release/055/v0.54.0.md:50
msgid ""
"[**closed**] Fix typo (private fields) "
"[#272](https://github.com/vrm-c/UniVRM/pull/272)"
msgstr ""
#: ../../release/055/v0.54.0.md:51
msgid ""
"[**closed**] Fix typo (TextureType) "
"[#279](https://github.com/vrm-c/UniVRM/pull/279)"
msgstr ""
#: ../../release/055/v0.54.0.md:52
msgid ""
"[**closed**] Fix typo (AnimationProperties) "
"[#278](https://github.com/vrm-c/UniVRM/pull/278)"
msgstr ""
#: ../../release/055/v0.54.0.md:53
msgid ""
"[**closed**] Fix type (editor) "
"[#281](https://github.com/vrm-c/UniVRM/pull/281)"
msgstr ""
#: ../../release/055/v0.54.0.md:54
msgid ""
"[**closed**] Fix typo (ToJsonSchema) "
"[#275](https://github.com/vrm-c/UniVRM/pull/275)"
msgstr ""
#: ../../release/055/v0.54.0.md:55
msgid ""
"[**closed**] Fix typo (Scheduler) "
"[#276](https://github.com/vrm-c/UniVRM/pull/276)"
msgstr ""
#: ../../release/055/v0.54.0.md:56
msgid ""
"[**closed**] Fix typo (public class members) "
"[#274](https://github.com/vrm-c/UniVRM/pull/274)"
msgstr ""
#: ../../release/055/v0.54.0.md:57
msgid ""
"[**closed**] Fix typo (error messages) "
"[#273](https://github.com/vrm-c/UniVRM/pull/273)"
msgstr ""
#: ../../release/055/v0.54.0.md:58
msgid ""
"[**closed**] Fix typo (local variables) "
"[#271](https://github.com/vrm-c/UniVRM/pull/271)"
msgstr ""
#: ../../release/055/v0.54.0.md:59
msgid ""
"[**closed**] Fix typo (comments) "
"[#270](https://github.com/vrm-c/UniVRM/pull/270)"
msgstr ""
#: ../../release/055/v0.54.0.md:60
msgid ""
"[**closed**] Fix typo (tests) "
"[#269](https://github.com/vrm-c/UniVRM/pull/269)"
msgstr ""
#: ../../release/055/v0.54.0.md:61
msgid ""
"[**closed**] Fix typo (VRM.Samples) "
"[#268](https://github.com/vrm-c/UniVRM/pull/268)"
msgstr ""
#: ../../release/055/v0.54.0.md:62
msgid ""
"[**closed**] Revert Schema changes "
"[#285](https://github.com/vrm-c/UniVRM/pull/285)"
msgstr ""

View File

@ -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 <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/055/v0.55.0.md:1
msgid "v0.55.0"
msgstr ""
#: ../../release/055/v0.55.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.55.0"
msgstr ""
#: ../../release/055/v0.55.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/14?closed=1"
msgstr ""
#: ../../release/055/v0.55.0.md:6
msgid "Changelog"
msgstr ""
#: ../../release/055/v0.55.0.md:7
msgid "v0.55.0 (26/12/2019)"
msgstr ""
#: ../../release/055/v0.55.0.md:8
msgid ""
"[**closed**] fix export test "
"[#359](https://github.com/vrm-c/UniVRM/pull/359)"
msgstr ""
#: ../../release/055/v0.55.0.md:9
msgid "Exporterのテストを修正"
msgstr ""
#: ../../release/055/v0.55.0.md:10
msgid ""
"[**closed**] fix fbx prefab export error "
"[#358](https://github.com/vrm-c/UniVRM/pull/358)"
msgstr ""
#: ../../release/055/v0.55.0.md:11
msgid "Projectにあるfbx prefabを選択した状態でExportHumanoidするとエラーが出ていた問題の修正"
msgstr ""
#: ../../release/055/v0.55.0.md:12
msgid ""
"[**closed**] ReduceBlendShapeSize cannot be exported without "
"VRMBlendShapeProxy [#356](https://github.com/vrm-c/UniVRM/pull/356)"
msgstr ""
#: ../../release/055/v0.55.0.md:13
msgid "VRMBlendShapeProxyコンポーネントが無い場合はReduceBlendShapeSizeオプションでExport出来ないように変更"
msgstr ""
#: ../../release/055/v0.55.0.md:14
msgid ""
"[**closed**] Fixed not to output empty children "
"[#353](https://github.com/vrm-c/UniVRM/pull/353)"
msgstr ""
#: ../../release/055/v0.55.0.md:15
msgid "GeneratedSerializer 使用時に、node->children が空の場合は出力しないように修正"
msgstr ""
#: ../../release/055/v0.55.0.md:16
msgid ""
"[**closed**] fix generateCode Serializer, export unlit "
"[#352](https://github.com/vrm-c/UniVRM/pull/352)"
msgstr ""
#: ../../release/055/v0.55.0.md:17
msgid "GeneratedSerializer 使用時に、KHR_materials_unlit 拡張がエクスポートされていなかった問題の修正"
msgstr ""

View File

@ -0,0 +1,581 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.56.0.md:1
msgid "v0.56.0: 最低バージョンを Unity-2018.4 に更新"
msgstr ""
#: ../../release/056/v0.56.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.56.0"
msgstr ""
#: ../../release/056/v0.56.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/15?closed=1"
msgstr ""
#: ../../release/056/v0.56.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.55.0...v0.56.0)"
msgstr ""
#: ../../release/056/v0.56.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.56.0.md:10
msgid "Unity対応バージョンを更新"
msgstr ""
#: ../../release/056/v0.56.0.md:12
msgid "サポートバージョンを `Unity-2018.4LTS 以降` `.Net4` のみに更新しました。"
msgstr ""
#: ../../release/056/v0.56.0.md:14
msgid ""
"[**closed**] Update Unity version "
"[\\#420](https://github.com/vrm-c/UniVRM/pull/420)"
msgstr ""
#: ../../release/056/v0.56.0.md:15
msgid "UnVRMのUnityバージョンは`5.6.7f1`から`2018.4.23f1`に更新した"
msgstr ""
#: ../../release/056/v0.56.0.md:17
msgid "VRMShaders フォルダを独立"
msgstr ""
#: ../../release/056/v0.56.0.md:19
msgid "MToon"
msgstr ""
#: ../../release/056/v0.56.0.md:20
msgid "UniUnlit"
msgstr ""
#: ../../release/056/v0.56.0.md:21
msgid "ShaderProperty"
msgstr ""
#: ../../release/056/v0.56.0.md:23
msgid ""
"を `VRMShaders` フォルダに移動して、独立した UPM パッケージとしました。 UniVRM-0.55 "
"以前からアップグレードする場合は、 `Assets/VRM` "
"を一度削除してからインストールしなおすことをおすすめします(unitypackageはファイルの移動に対応していないため)。"
msgstr ""
#: ../../release/056/v0.56.0.md:26
msgid ""
"[**closed**] **Separate vrmshaders** "
"[\\#436](https://github.com/vrm-c/UniVRM/pull/436)"
msgstr ""
#: ../../release/056/v0.56.0.md:27
msgid "`VRM`からパッケージを分割して、`VRMShaders`が独立。シェーダは`VRMShaders`に移動した"
msgstr ""
#: ../../release/056/v0.56.0.md:28
msgid ""
"[**closed**] **update MToon** "
"[\\#435](https://github.com/vrm-c/UniVRM/pull/435)"
msgstr ""
#: ../../release/056/v0.56.0.md:29
msgid "MToonバージョンはv3.3に更新した"
msgstr ""
#: ../../release/056/v0.56.0.md:30
msgid ""
"[**closed**] add constant UniGLTF.UniUnlit.Utils.ShaderName "
"[\\#442](https://github.com/vrm-c/UniVRM/pull/442)"
msgstr ""
#: ../../release/056/v0.56.0.md:32
msgid "UniVRM の UPM 対応"
msgstr ""
#: ../../release/056/v0.56.0.md:34
msgid ""
"`Unity-2019.3` で導入された [git url](https://docs.unity3d.com/Manual/upm-ui-"
"giturl.html) によるパッケージ指定に対応しました。 以下の2つを登録することで UniVRM を使用できます。 VRM が "
"VRMShaders に依存しています。"
msgstr ""
#: ../../release/056/v0.56.0.md:38
msgid "https://github.com/vrm-c/UniVRM/releases"
msgstr ""
#: ../../release/056/v0.56.0.md:40
msgid ""
"[**closed**] **Add Basic UPM integration** "
"[\\#393](https://github.com/vrm-c/UniVRM/pull/393) "
"([eelstork](https://github.com/eelstork))"
msgstr ""
#: ../../release/056/v0.56.0.md:41
msgid "UniVRMはパッケージとして使えるようになった"
msgstr ""
#: ../../release/056/v0.56.0.md:43
msgid "BlendShapeKeyのインタフェースを厳格化、整理"
msgstr ""
#: ../../release/056/v0.56.0.md:45
msgid "BlendShapeKeyを作成する方法が不明瞭だったため、 より明示的な API に置き換えました。"
msgstr ""
#: ../../release/056/v0.56.0.md:48
msgid "BlendShapeClip.Key 追加"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "before"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "after"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "備考"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "public BlendShapeKey(string name, BlendShapePreset preset)"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "private"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid ""
"BlendShapePreset.Unknownのときの挙動が不明瞭だった。代わりに、CreateFromPreset または "
"CreateUnknown を使用してください"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "BlendShapeKey.CreateFrom"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "BlendShapeKey.CreateFromClip"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "他の関数に合わせて、名前を変更"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "new BlendShpaeKey(BlendShapePreset)"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "BlendShapeKey.CreateFromPreset"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "オーバーロードをやめて明示的な関数に変更"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "new BlendShpaeKey(string)"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid "BlendShapeKey.CreateUnknown"
msgstr ""
#: ../../release/056/v0.56.0.md
msgid ""
"オーバーロードをやめて明示的な関数に変更。#330 以前は、Enum.Parse(ignoreCase=true) "
"のような動作をしていました。この関数で作成した場合は、 BlendShapePreset.Unknown になります。"
msgstr ""
#: ../../release/056/v0.56.0.md:57
msgid "https://github.com/vrm-c/UniVRM/pull/330"
msgstr ""
#: ../../release/056/v0.56.0.md:59
msgid "参考コード"
msgstr ""
#: ../../release/056/v0.56.0.md:101
msgid ""
"[**closed**] **Update BlendShapeKey interface** "
"[\\#427](https://github.com/vrm-c/UniVRM/pull/427)"
msgstr ""
#: ../../release/056/v0.56.0.md:104
msgid "MeshUtility の追加"
msgstr ""
#: ../../release/056/v0.56.0.md:106
msgid "`https://github.com/vrm-c/UniVRM.git?path=/Assets/MeshUtilty`"
msgstr ""
#: ../../release/056/v0.56.0.md:108
msgid "で導入できます。"
msgstr ""
#: ../../release/056/v0.56.0.md:110
msgid "https://github.com/vrm-c/UniVRM/tree/master/Assets/MeshUtility"
msgstr ""
#: ../../release/056/v0.56.0.md:112
msgid "SkinnedMeshRenderer + Mesh を"
msgstr ""
#: ../../release/056/v0.56.0.md:114
msgid "SkinnedMeshRenderer + Mesh(BlendShapeのある三角形を含むコピー)"
msgstr ""
#: ../../release/056/v0.56.0.md:115
msgid "SkinnedMeshRenderer + Mesh(BlednShapeの無い三角形を含むコピー)"
msgstr ""
#: ../../release/056/v0.56.0.md:117
msgid "に分解します。"
msgstr ""
#: ../../release/056/v0.56.0.md:119
msgid ""
"[**closed**] **Add mesh utility** "
"[\\#434](https://github.com/vrm-c/UniVRM/pull/434)"
msgstr ""
#: ../../release/056/v0.56.0.md:120
msgid "メッシュを分割するUtilityを追加した"
msgstr ""
#: ../../release/056/v0.56.0.md:122
msgid "Exporter の更新"
msgstr ""
#: ../../release/056/v0.56.0.md:124
msgid ""
"[**closed**] **Add blendshape options to export dialog** "
"[\\#421](https://github.com/vrm-c/UniVRM/pull/421)"
msgstr ""
#: ../../release/056/v0.56.0.md:125
msgid "BlendShapeオプションをエクスポートダイアログに追加した"
msgstr ""
#: ../../release/056/v0.56.0.md:126
msgid ""
"[**closed**] **ExporterWindowに警告メッセージを実装** "
"[\\#404](https://github.com/vrm-c/UniVRM/pull/404)"
msgstr ""
#: ../../release/056/v0.56.0.md:127
msgid ""
"[**closed**] add error messages for export validation "
"[\\#447](https://github.com/vrm-c/UniVRM/pull/447)"
msgstr ""
#: ../../release/056/v0.56.0.md:128
msgid "エクスポート時、ルートに移動・回転・スケールがある場合にメッセージを出す"
msgstr ""
#: ../../release/056/v0.56.0.md:129
msgid ""
"[**closed**] EditorExport時にアセットが見つかったTextureは、それを使う "
"[\\#433](https://github.com/vrm-c/UniVRM/pull/433)"
msgstr ""
#: ../../release/056/v0.56.0.md:130
msgid "Jpgフォマットのテクスチャは出力できるようになった"
msgstr ""
#: ../../release/056/v0.56.0.md:131
msgid ""
"[**closed**] Fix nullcheck "
"[\\#432](https://github.com/vrm-c/UniVRM/pull/432)"
msgstr ""
#: ../../release/056/v0.56.0.md:132
msgid "BlendShapeProxyの無いモデルのエクスポート時(Vrmになる前の初回エクスポート)にエラーなっていた問題を修正した"
msgstr ""
#: ../../release/056/v0.56.0.md:133
msgid ""
"[**closed**] Add an option to remove vertex color in export menu "
"[\\#428](https://github.com/vrm-c/UniVRM/pull/428)"
msgstr ""
#: ../../release/056/v0.56.0.md:134
msgid "頂点カラー情報を削除するオプションを追加した"
msgstr ""
#: ../../release/056/v0.56.0.md:135
msgid ""
"[**closed**] Save the export directory "
"[\\#419](https://github.com/vrm-c/UniVRM/pull/419)"
msgstr ""
#: ../../release/056/v0.56.0.md:136
msgid "VRMエクスポート二回目からダイアログのデフォルトは前回の出力先を指定するようになった"
msgstr ""
#: ../../release/056/v0.56.0.md:137
msgid ""
"[**closed**] Fix export nonactive mesh "
"[\\#401](https://github.com/vrm-c/UniVRM/pull/401)"
msgstr ""
#: ../../release/056/v0.56.0.md:138
msgid "BlendShapeBindingによって参照される非アクティブなメッシュはエクスポートしない。対象オブジェクトはアクティブなメッシュがない場合、エクスポートしない"
msgstr ""
#: ../../release/056/v0.56.0.md:139
msgid ""
"[**closed**] Check bone names duplicate when export vrm file. "
"[\\#378](https://github.com/vrm-c/UniVRM/pull/378) ([neon-"
"izm](https://github.com/neon-izm))"
msgstr ""
#: ../../release/056/v0.56.0.md:140
msgid "名前同じのボーンはエクスポート禁止"
msgstr ""
#: ../../release/056/v0.56.0.md:142
msgid "unitypackage"
msgstr ""
#: ../../release/056/v0.56.0.md:144
msgid ""
"[**closed**] update export UnityPackage menu "
"[\\#441](https://github.com/vrm-c/UniVRM/pull/441)"
msgstr ""
#: ../../release/056/v0.56.0.md:145
msgid ""
"VRMShadersを追加してUniJSON-standalone、UniHumanoid-standaloneとUniGLTF-"
"standaloneを削除した"
msgstr ""
#: ../../release/056/v0.56.0.md:146
msgid ""
"[**closed**] asmdef をpackageに同梱するように変更 "
"[\\#405](https://github.com/vrm-c/UniVRM/pull/405)"
msgstr ""
#: ../../release/056/v0.56.0.md:148
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.56.0.md:150
msgid ""
"[**closed**] **Add texture transform extensions** "
"[\\#229](https://github.com/vrm-c/UniVRM/pull/229)"
msgstr ""
#: ../../release/056/v0.56.0.md:151
msgid "textureInfoの拡張であるKHR_texture_transformの対応"
msgstr ""
#: ../../release/056/v0.56.0.md:152
msgid ""
"[**closed**] BuildMesh load balancing in ImporterContext "
"[\\#451](https://github.com/vrm-c/UniVRM/pull/451)"
msgstr ""
#: ../../release/056/v0.56.0.md:153
msgid "動的読み込み時のフレームレート低下を防ぐためBuildMeshの処理をフレーム分散させるオプションを用意しました"
msgstr ""
#: ../../release/056/v0.56.0.md:154
msgid ""
"[**closed**] Fix vrm look at blend shape applyer "
"[\\#449](https://github.com/vrm-c/UniVRM/pull/449)"
msgstr ""
#: ../../release/056/v0.56.0.md:155
msgid "BlendShapeで制御される目が動かないの問題を修正した"
msgstr ""
#: ../../release/056/v0.56.0.md:156
msgid ""
"[**closed**] check invalid file name "
"[\\#445](https://github.com/vrm-c/UniVRM/pull/445)"
msgstr ""
#: ../../release/056/v0.56.0.md:157
msgid "テクスチャ名前が長すぎるとVRMファイルがエクスポート禁止。インポート時に制御文字のエスケープを追加した"
msgstr ""
#: ../../release/056/v0.56.0.md:158
msgid ""
"[**closed**] Fix: SpringBone LateUpdate to FixedUpdate "
"[\\#430](https://github.com/vrm-c/UniVRM/pull/430) "
"([yoship1639](https://github.com/yoship1639))"
msgstr ""
#: ../../release/056/v0.56.0.md:159
msgid "`fixed update`を追加して、`fixed update`か`late update`かを選べるようになった"
msgstr ""
#: ../../release/056/v0.56.0.md:160
msgid ""
"[**closed**] fix MaterialImporter and TextureTransformTest "
"[\\#417](https://github.com/vrm-c/UniVRM/pull/417)"
msgstr ""
#: ../../release/056/v0.56.0.md:161
msgid "ImporterContextをMaterialImporterに持ち運ばなくても動くように変更した。それに伴ってテストも修正した"
msgstr ""
#: ../../release/056/v0.56.0.md:162
msgid ""
"[**closed**] Add cache enum "
"[\\#416](https://github.com/vrm-c/UniVRM/pull/416)"
msgstr ""
#: ../../release/056/v0.56.0.md:163
msgid "Enum.Parse and Enum.GetValuesをキャッシュする"
msgstr ""
#: ../../release/056/v0.56.0.md:164
msgid ""
"[**closed**] Suppress garbage collection due to using linq "
"[\\#413](https://github.com/vrm-c/UniVRM/pull/413)"
msgstr ""
#: ../../release/056/v0.56.0.md:165
msgid "LINQ構文使用によってVRMロード時に発生していたGCを抑制を対応した"
msgstr ""
#: ../../release/056/v0.56.0.md:166
msgid ""
"[**closed**] VrmFirstPersonを修正 "
"[\\#412](https://github.com/vrm-c/UniVRM/pull/412)"
msgstr ""
#: ../../release/056/v0.56.0.md:167
msgid ""
"[**closed**] fix multi frame blendShape "
"[\\#410](https://github.com/vrm-c/UniVRM/pull/410)"
msgstr ""
#: ../../release/056/v0.56.0.md:168
msgid ""
"[**closed**] Fix argument textureitem "
"[\\#409](https://github.com/vrm-c/UniVRM/pull/409)"
msgstr ""
#: ../../release/056/v0.56.0.md:169
msgid ""
"[**closed**] Changed to be able to extend texture loader. "
"[\\#408](https://github.com/vrm-c/UniVRM/pull/408)"
msgstr ""
#: ../../release/056/v0.56.0.md:170
msgid "テクスチャローダーを拡張できるように変更した"
msgstr ""
#: ../../release/056/v0.56.0.md:171
msgid ""
"[**closed**] fix glTFPbrMetallicRoughness init. "
"[\\#403](https://github.com/vrm-c/UniVRM/pull/403)"
msgstr ""
#: ../../release/056/v0.56.0.md:172
msgid "materials[]->pbrMetallicRoughnessの項目が無い場合にImportに失敗するの問題を修正した"
msgstr ""
#: ../../release/056/v0.56.0.md:173
msgid ""
"[**closed**] Fix blendshape uppercase bug. "
"[\\#399](https://github.com/vrm-c/UniVRM/pull/399) ([sh-"
"akira](https://github.com/sh-akira))"
msgstr ""
#: ../../release/056/v0.56.0.md:174
msgid "BlendShap大文字のためにエラーが発生するバグを修正した"
msgstr ""
#: ../../release/056/v0.56.0.md:175
msgid ""
"[**closed**] Fix: Large heap allocation in "
"BoneMeshEraser.ExcludeTriangles "
"[\\#389](https://github.com/vrm-c/UniVRM/pull/389)"
msgstr ""
#: ../../release/056/v0.56.0.md:176
msgid "頂点数が多いモデルを読み込んだ時に、BoneMeshEraser.ExcludeTriangles内で大量のヒープアロケートが発生していたの問題を対応した"
msgstr ""
#: ../../release/056/v0.56.0.md:177
msgid ""
"[**closed**] onloadmodel to return ienumerator "
"[\\#386](https://github.com/vrm-c/UniVRM/pull/386)"
msgstr ""
#: ../../release/056/v0.56.0.md:178
msgid "ImporterContext.OnLoadModelの戻り値をIEnumeratorに変更した"
msgstr ""
#: ../../release/056/v0.56.0.md:179
msgid ""
"[**closed**] Bvhのfloat.parseのロケール問題を修正 "
"[\\#383](https://github.com/vrm-c/UniVRM/pull/383)"
msgstr ""
#: ../../release/056/v0.56.0.md:180
msgid "ロケールを無視して英語で処理してしまうため、小数点が、ピリオドでないロケール(フランス語など)に対する修正"
msgstr ""
#: ../../release/056/v0.56.0.md:181
msgid ""
"[**closed**] Add non-string based method to search prefab "
"[\\#381](https://github.com/vrm-c/UniVRM/pull/381) ([sator-"
"imaging](https://github.com/sator-imaging))"
msgstr ""
#: ../../release/056/v0.56.0.md:182
msgid ""
"[**closed**] Support mesh sharing morph target "
"[\\#380](https://github.com/vrm-c/UniVRM/pull/380) "
"([mkc1370](https://github.com/mkc1370))"
msgstr ""
#: ../../release/056/v0.56.0.md:183
msgid "Blenderから*.gltfや*.glbを書き出した際にモーフ名付きのメッシュが読み込まれない問題の修正を行いました"
msgstr ""
#: ../../release/056/v0.56.0.md:184
msgid ""
"[**closed**] Adding support for editor preview on non-windows platforms "
"[\\#379](https://github.com/vrm-c/UniVRM/pull/379) ([sator-"
"imaging](https://github.com/sator-imaging))"
msgstr ""
#: ../../release/056/v0.56.0.md:185
msgid "Windowsじゃないのプラットフォームのサポートの追加した。エディターのプレビューのみ"
msgstr ""
#: ../../release/056/v0.56.0.md:186
msgid ""
"[**closed**] Fix: memory leak in editor preview "
"[\\#325](https://github.com/vrm-c/UniVRM/pull/325) "
"([ropo](https://github.com/ropo))"
msgstr ""

View File

@ -0,0 +1,127 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.57.0.md:1
msgid "v0.57.0: ボーン名重複の自動リネーム"
msgstr ""
#: ../../release/056/v0.57.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.57.0"
msgstr ""
#: ../../release/056/v0.57.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/16?closed=1"
msgstr ""
#: ../../release/056/v0.57.0.md:6
msgid "[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.56...v0.57.0)"
msgstr ""
#: ../../release/056/v0.57.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.57.0.md:10
msgid "Exporter"
msgstr ""
#: ../../release/056/v0.57.0.md:11
msgid ""
"[**closed**] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした "
"[\\#478](https://github.com/vrm-c/UniVRM/pull/478)"
msgstr ""
#: ../../release/056/v0.57.0.md:12
msgid "`ボーン名重複エラー`を警告に下げ。そのままエクスポートした場合に自動でリネームするようになりました"
msgstr ""
#: ../../release/056/v0.57.0.md:13
msgid ""
"`ルートに TRS が含まれているエラー`を警告に下げ。そのままエクスポートした場合、ルートの TRS "
"は無くなります。移動に関しては問題がない場合が多いと思われますが、回転・スケールに関しては意図したとおりにならないこともありそうなのでご注意ください"
msgstr ""
#: ../../release/056/v0.57.0.md:14
msgid ""
"[**closed**] Experimental Exporterでjsonに空の配列が含まれglTF違反になってしまうことがあるのを修正 "
"[\\#486](https://github.com/vrm-c/UniVRM/pull/486) "
"([saturday06](https://github.com/saturday06))"
msgstr ""
#: ../../release/056/v0.57.0.md:15
msgid ""
"[**closed**] 空のモーフターゲットが出力されglTF違反になってしまうことがあるのを修正 "
"[\\#487](https://github.com/vrm-c/UniVRM/pull/487) ([saturday06]"
msgstr ""
#: ../../release/056/v0.57.0.md:16
msgid ""
"[**closed**] "
"Sparse機能(BlendShapeの容量削減)のデフォルトをオフに変更。UniVRM以外のローダーで読み込めないエラー "
"[\\#490](https://github.com/vrm-c/UniVRM/issues/490) "
"[\\#491](https://github.com/vrm-c/UniVRM/pull/491)"
msgstr ""
#: ../../release/056/v0.57.0.md:20
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.57.0.md:22
msgid ""
"[**closed**] UnitTestが通らなくなったのを修正 "
"[\\#495](https://github.com/vrm-c/UniVRM/pull/495)"
msgstr ""
#: ../../release/056/v0.57.0.md:23
msgid ""
"[**closed**] Fix warning "
"[\\#489](https://github.com/vrm-c/UniVRM/pull/489)"
msgstr ""
#: ../../release/056/v0.57.0.md:24
msgid ""
"[**closed**] Fix unitypackage "
"[\\#488](https://github.com/vrm-c/UniVRM/pull/488)"
msgstr ""
#: ../../release/056/v0.57.0.md:25
msgid ""
"[**closed**] Add upm documentation "
"[\\#483](https://github.com/vrm-c/UniVRM/pull/483)"
msgstr ""
#: ../../release/056/v0.57.0.md:26
msgid ""
"[**closed**] component that has reference to self hierarchy may cause "
"freeze editor [\\#482](https://github.com/vrm-c/UniVRM/pull/482)"
msgstr ""
#: ../../release/056/v0.57.0.md:27
msgid ""
"[**closed**] Version番号更新ダイアログ "
"[\\#481](https://github.com/vrm-c/UniVRM/pull/481)"
msgstr ""
#: ../../release/056/v0.57.0.md:28
msgid ""
"[**closed**] 別管理になった JsonSchema を削除 "
"[\\#473](https://github.com/vrm-c/UniVRM/pull/473)"
msgstr ""

View File

@ -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 <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.58.0.md:1
msgid "v0.58.0: テクスチャサイズの適正な考慮"
msgstr ""
#: ../../release/056/v0.58.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.58.0"
msgstr ""
#: ../../release/056/v0.58.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/17?closed=1"
msgstr ""
#: ../../release/056/v0.58.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.57.1...v0.58.0)"
msgstr ""
#: ../../release/056/v0.58.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.58.0.md:10
msgid "テクスチャサイズの適正な考慮"
msgstr ""
#: ../../release/056/v0.58.0.md:12
msgid ""
"UnityEditor で VRM ファイルを出力する際に、すべてのテクスチャがテクスチャのインポートサイズ設定を考慮するように修正しました。 "
"この修正によって VRM ファイルのサイズ減少が大きく期待できます。"
msgstr ""
#: ../../release/056/v0.58.0.md:15
msgid "v0.56.0, v0.57.0 で以前に比べて画像サイズが原因でファイルサイズが大きくなってしまう問題"
msgstr ""
#: ../../release/056/v0.58.0.md:17
msgid ""
"[**closed**] In Editor, resized exporting texture if MasSize setting "
"value is smaller than original image size. "
"[\\#503](https://github.com/vrm-c/UniVRM/pull/503)"
msgstr ""
#: ../../release/056/v0.58.0.md:19
msgid "BlendShapeKey"
msgstr ""
#: ../../release/056/v0.58.0.md:21
msgid "https://vrm.dev/dev/univrm-0.xx/programming/univrm_use_blendshape/"
msgstr ""
#: ../../release/056/v0.58.0.md:23
msgid ""
"[**closed**] Refactor BlendShapeKey && BlendShapePreset.Unknown "
"以外のプリセットは独自の Name を持てない仕様に変更 "
"[\\#501](https://github.com/vrm-c/UniVRM/pull/501)"
msgstr ""
#: ../../release/056/v0.58.0.md:25
msgid "未対応のSpringBone設定"
msgstr ""
#: ../../release/056/v0.58.0.md:27
msgid "[**closed**] 新規のエクスポート警告 https://github.com/vrm-c/UniVRM/issues/474"
msgstr ""
#: ../../release/056/v0.58.0.md:28
msgid ""
"[**closed**] \\* implement SpringBone validation \\#474 "
"[\\#510](https://github.com/vrm-c/UniVRM/pull/510)"
msgstr ""
#: ../../release/056/v0.58.0.md:30
msgid "prefab エクスポートの復活"
msgstr ""
#: ../../release/056/v0.58.0.md:32
msgid ""
"[**closed**] NO\\_ACTIVE\\_MESH の判定方法を変更 "
"[\\#513](https://github.com/vrm-c/UniVRM/pull/513)"
msgstr ""
#: ../../release/056/v0.58.0.md:34
msgid "エクスポートダイアログの作り直し"
msgstr ""
#: ../../release/056/v0.58.0.md:36
msgid "機能はほぼ同じですが、画面と操作が変わっています"
msgstr ""
#: ../../release/056/v0.58.0.md:38
msgid "https://vrm.dev/docs/univrm/export/univrm_export/"
msgstr ""
#: ../../release/056/v0.58.0.md:40
msgid ""
"[**closed**] エクスポートダイアログをScriptableWizardからEditorWindowで作り直し "
"[\\#505](https://github.com/vrm-c/UniVRM/pull/505)"
msgstr ""
#: ../../release/056/v0.58.0.md:41
msgid ""
"[**closed**] add language support in export dialog "
"[\\#512](https://github.com/vrm-c/UniVRM/pull/512)"
msgstr ""
#: ../../release/056/v0.58.0.md:43
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.58.0.md:45
msgid ""
"[**closed**] BlendShape AccumulateValue will not be over 100 "
"[\\#497](https://github.com/vrm-c/UniVRM/pull/497)"
msgstr ""

View File

@ -0,0 +1,124 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.59.0.md:1
msgid "v0.59.0"
msgstr ""
#: ../../release/056/v0.59.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.59.0"
msgstr ""
#: ../../release/056/v0.59.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/18?closed=1"
msgstr ""
#: ../../release/056/v0.59.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.58.1...v0.59.0)"
msgstr ""
#: ../../release/056/v0.59.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.59.0.md:10
msgid "エクスポーター"
msgstr ""
#: ../../release/056/v0.59.0.md:11
msgid "エラーの出やすかった SpringBone の Missing、 を検知してメッセージを出すようにしました。"
msgstr ""
#: ../../release/056/v0.59.0.md:12
msgid ""
"[**closed**] エクスポートダイアログの修正 "
"[\\#537](https://github.com/vrm-c/UniVRM/pull/537)"
msgstr ""
#: ../../release/056/v0.59.0.md:13
msgid ""
"[**closed**] Fix/exporter validation nullcheck "
"[\\#531](https://github.com/vrm-c/UniVRM/pull/531)"
msgstr ""
#: ../../release/056/v0.59.0.md:15
msgid ""
"[**closed**] FACE\\_Z\\_POSITIVE\\_DIRECTION を顎の前に修正 "
"[\\#530](https://github.com/vrm-c/UniVRM/pull/530)"
msgstr ""
#: ../../release/056/v0.59.0.md:16
msgid ""
"[**closed**] 初回Export時のmeta受け渡し方法を修正 "
"[\\#529](https://github.com/vrm-c/UniVRM/pull/529)"
msgstr ""
#: ../../release/056/v0.59.0.md:17
msgid ""
"[**closed**] OnEnable で GUI 呼んじゃだめ "
"[\\#527](https://github.com/vrm-c/UniVRM/pull/527)"
msgstr ""
#: ../../release/056/v0.59.0.md:18
msgid "[**closed**] 多言語化更新 [\\#525](https://github.com/vrm-c/UniVRM/pull/525)"
msgstr ""
#: ../../release/056/v0.59.0.md:20
msgid "MToon"
msgstr ""
#: ../../release/056/v0.59.0.md:21
msgid "[**closed**] MToon v3.4 [\\#535](https://github.com/vrm-c/UniVRM/pull/535)"
msgstr ""
#: ../../release/056/v0.59.0.md:23
msgid "MeshUtility"
msgstr ""
#: ../../release/056/v0.59.0.md:24
msgid ""
"[**closed**] Squashed commit of the following: "
"[\\#521](https://github.com/vrm-c/UniVRM/pull/521)"
msgstr ""
#: ../../release/056/v0.59.0.md:25
msgid ""
"[**closed**] MeshIntegrator と MeshNormalizer を MeshUtility に移動 "
"[\\#523](https://github.com/vrm-c/UniVRM/pull/523)"
msgstr ""
#: ../../release/056/v0.59.0.md:27
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.59.0.md:28
msgid ""
"[**closed**] Make the mesh name unique "
"[\\#533](https://github.com/vrm-c/UniVRM/pull/533)"
msgstr ""
#: ../../release/056/v0.59.0.md:29
msgid ""
"[**closed**] NullReferenceException "
"[\\#532](https://github.com/vrm-c/UniVRM/pull/532)"
msgstr ""

View File

@ -0,0 +1,117 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.60.0.md:1
msgid "v0.60.0"
msgstr ""
#: ../../release/056/v0.60.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.60.0"
msgstr ""
#: ../../release/056/v0.60.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/19?closed=1"
msgstr ""
#: ../../release/056/v0.60.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.59.0...v0.60.0)"
msgstr ""
#: ../../release/056/v0.60.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.60.0.md:10
msgid "Exporter"
msgstr ""
#: ../../release/056/v0.60.0.md:12
msgid "`null check` 的なものが増えて、モデル改変してもエラーが出にくくなりました。"
msgstr ""
#: ../../release/056/v0.60.0.md:14
msgid ""
"[**closed**] fix null in Renderer.sharedMaterials "
"[\\#557](https://github.com/vrm-c/UniVRM/pull/557)"
msgstr ""
#: ../../release/056/v0.60.0.md:15
msgid ""
"[**closed**] add BlendShapeClip Validation "
"[\\#556](https://github.com/vrm-c/UniVRM/pull/556)"
msgstr ""
#: ../../release/056/v0.60.0.md:16
msgid ""
"[**closed**] Export Dialog の更新 "
"[\\#550](https://github.com/vrm-c/UniVRM/pull/550)"
msgstr ""
#: ../../release/056/v0.60.0.md:17
msgid ""
"[**closed**] 正規化するときは、 `ExportRootに回転・拡大縮小` があってもよい。 "
"[\\#548](https://github.com/vrm-c/UniVRM/pull/548)"
msgstr ""
#: ../../release/056/v0.60.0.md:19
msgid "Importer"
msgstr ""
#: ../../release/056/v0.60.0.md:21
msgid ""
"[**closed**] set name if name is null "
"[\\#549](https://github.com/vrm-c/UniVRM/pull/549)"
msgstr ""
#: ../../release/056/v0.60.0.md:23
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.60.0.md:25
msgid ""
"[**closed**] `is null` を `== null` に修正 "
"[\\#547](https://github.com/vrm-c/UniVRM/pull/547)"
msgstr ""
#: ../../release/056/v0.60.0.md:26
msgid ""
"[**closed**] 親をたどる時、非アクティブなTransformが取得できなくなっていたのを修正 "
"[\\#546](https://github.com/vrm-c/UniVRM/pull/546) "
"([faidra](https://github.com/faidra))"
msgstr ""
#: ../../release/056/v0.60.0.md:27
msgid ""
"[**closed**] humanoid avatar を作るコンポーネント "
"[\\#541](https://github.com/vrm-c/UniVRM/pull/541)"
msgstr ""
#: ../../release/056/v0.60.0.md:28
msgid "https://vrm.dev/docs/univrm/humanoid/meshutility_humanoid/"
msgstr ""
#: ../../release/056/v0.60.0.md:29
msgid ""
"[**closed**] activeInHierarchy が prefab にヒットする件 "
"[\\#540](https://github.com/vrm-c/UniVRM/pull/540)"
msgstr ""

View File

@ -0,0 +1,116 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.61.0.md:1
msgid "v0.61.0: シリアライザーを reflection からコード生成に変更"
msgstr ""
#: ../../release/056/v0.61.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.61.0"
msgstr ""
#: ../../release/056/v0.61.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/20?closed=1"
msgstr ""
#: ../../release/056/v0.61.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.60.0...v0.61.0)"
msgstr ""
#: ../../release/056/v0.61.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.61.0.md:10
msgid "Export"
msgstr ""
#: ../../release/056/v0.61.0.md:12
msgid ""
"BoneWeightの無いBlendShapeは正規化必用 "
"[\\#573](https://github.com/vrm-c/UniVRM/pull/573)"
msgstr ""
#: ../../release/056/v0.61.0.md:14
msgid "頂点カラーの扱い"
msgstr ""
#: ../../release/056/v0.61.0.md:16
msgid ""
"UniUnlitでMultiply設定の時以外に自動で頂点カラーを落とす変更 "
"[\\#569](https://github.com/vrm-c/UniVRM/pull/569)"
msgstr ""
#: ../../release/056/v0.61.0.md:18
msgid "UniVRM では UniUnlit のみが 頂点カラーに対応しています"
msgstr ""
#: ../../release/056/v0.61.0.md:19
msgid ""
"Unlit で 頂点カラーが Multiply 設定の場合にのみ頂点カラーをエクスポートするように変更しました。それ以外(Standard, "
"MToon, UnlitかつMultiplyでない)のときは、頂点カラーを削除します。"
msgstr ""
#: ../../release/056/v0.61.0.md:21
msgid "Mesh Export サイズの概要表示"
msgstr ""
#: ../../release/056/v0.61.0.md:25
msgid "シリアライザの更新"
msgstr ""
#: ../../release/056/v0.61.0.md:27
msgid "生成シリアライザをデフォルトにする [\\#564](https://github.com/vrm-c/UniVRM/pull/564)"
msgstr ""
#: ../../release/056/v0.61.0.md:29
msgid "AOTで実行時にエラーになる `Reflection.Emit` などを使わなくなった"
msgstr ""
#: ../../release/056/v0.61.0.md:31
msgid "Runtime"
msgstr ""
#: ../../release/056/v0.61.0.md:33
msgid ""
"Scaleが含まれていてもSpringBoneがある程度動く "
"[\\#570](https://github.com/vrm-c/UniVRM/pull/570)"
msgstr ""
#: ../../release/056/v0.61.0.md:35
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.61.0.md:37
msgid "fix warning CS0649 [\\#572](https://github.com/vrm-c/UniVRM/pull/572)"
msgstr ""
#: ../../release/056/v0.61.0.md:38
msgid "fix warnings [\\#568](https://github.com/vrm-c/UniVRM/pull/568)"
msgstr ""
#: ../../release/056/v0.61.0.md:39
msgid ""
"テクスチャサンプラ適用処理を ITextureLoader が持つ "
"[\\#561](https://github.com/vrm-c/UniVRM/pull/561)"
msgstr ""

View File

@ -0,0 +1,158 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.62.0.md:1
msgid "v0.62.0: BlendShape bake"
msgstr ""
#: ../../release/056/v0.62.0.md:3
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.62.0"
msgstr ""
#: ../../release/056/v0.62.0.md:4
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/21?closed=1"
msgstr ""
#: ../../release/056/v0.62.0.md:6
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.61.1...v0.62.0)"
msgstr ""
#: ../../release/056/v0.62.0.md:8
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.62.0.md:10
msgid "BlendShape bake 関連"
msgstr ""
#: ../../release/056/v0.62.0.md:12
msgid "https://vrm.dev/docs/univrm/blendshape/univrm_bake_blendshape/"
msgstr ""
#: ../../release/056/v0.62.0.md:14
msgid "バグ修正"
msgstr ""
#: ../../release/056/v0.62.0.md:15
msgid ""
"fix NormalizeSkinnedMesh "
"[\\#605](https://github.com/vrm-c/UniVRM/pull/605)"
msgstr ""
#: ../../release/056/v0.62.0.md:17
msgid "シーンに選択されたBlendShapeを適用するボタン"
msgstr ""
#: ../../release/056/v0.62.0.md:18
msgid "Feature/tpose button [\\#601](https://github.com/vrm-c/UniVRM/pull/601)"
msgstr ""
#: ../../release/056/v0.62.0.md:20
msgid "Importer"
msgstr ""
#: ../../release/056/v0.62.0.md:22
msgid "Fix/target names length [\\#619](https://github.com/vrm-c/UniVRM/pull/619)"
msgstr ""
#: ../../release/056/v0.62.0.md:23
msgid "retry random name [\\#614](https://github.com/vrm-c/UniVRM/pull/614)"
msgstr ""
#: ../../release/056/v0.62.0.md:24
msgid ""
"fix cast error [\\#613](https://github.com/vrm-c/UniVRM/pull/613) "
"([momoandbanana22](https://github.com/momoandbanana22))"
msgstr ""
#: ../../release/056/v0.62.0.md:25
msgid "MeshImporter修正 [\\#609](https://github.com/vrm-c/UniVRM/pull/609)"
msgstr ""
#: ../../release/056/v0.62.0.md:26
msgid ""
"set head to SkinnedMeshRenderer.probeAnchor "
"[\\#600](https://github.com/vrm-c/UniVRM/pull/600)"
msgstr ""
#: ../../release/056/v0.62.0.md:27
msgid ""
"同名メッシュが100以上あるときにも対応 [\\#586](https://github.com/vrm-c/UniVRM/pull/586) "
"([fantom1x](https://github.com/fantom1x))"
msgstr ""
#: ../../release/056/v0.62.0.md:28
msgid ""
"fix\\_animationImporter\\_blendShape "
"[\\#584](https://github.com/vrm-c/UniVRM/pull/584)"
msgstr ""
#: ../../release/056/v0.62.0.md:29
msgid ""
"Feature/multi uv serialization "
"[\\#582](https://github.com/vrm-c/UniVRM/pull/582)"
msgstr ""
#: ../../release/056/v0.62.0.md:30
msgid ""
"メッシュ名が「.」で始まるとインポートに失敗する "
"[\\#611](https://github.com/vrm-c/UniVRM/issues/611)"
msgstr ""
#: ../../release/056/v0.62.0.md:32
msgid "Exporter"
msgstr ""
#: ../../release/056/v0.62.0.md:34
msgid "スクリーンショットを作成するボタン [\\#604](https://github.com/vrm-c/UniVRM/pull/604)"
msgstr ""
#: ../../release/056/v0.62.0.md:35
msgid ""
"Export dialog のバリデーターを整理 "
"[\\#599](https://github.com/vrm-c/UniVRM/pull/599)"
msgstr ""
#: ../../release/056/v0.62.0.md:36
msgid ""
"Add gltf export and fix morphTarget sparse "
"[\\#581](https://github.com/vrm-c/UniVRM/pull/581)"
msgstr ""
#: ../../release/056/v0.62.0.md:38
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.62.0.md:40
msgid "add null check [\\#620](https://github.com/vrm-c/UniVRM/pull/620)"
msgstr ""
#: ../../release/056/v0.62.0.md:41
msgid ""
"UnityのAnimationClipでVRMBlendShapeProxyを動かす例 "
"[\\#607](https://github.com/vrm-c/UniVRM/pull/607)"
msgstr ""
#: ../../release/056/v0.62.0.md:42
msgid "member field to public [\\#598](https://github.com/vrm-c/UniVRM/pull/598)"
msgstr ""

View File

@ -0,0 +1,120 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.63.0.md:1
msgid "v0.63.0: UniGLTF と UniVRM の分離"
msgstr ""
#: ../../release/056/v0.63.0.md:3
msgid "[v0.63.1](https://github.com/vrm-c/UniVRM/releases/tag/v0.63.1) 修正しました。"
msgstr ""
#: ../../release/056/v0.63.0.md:5
msgid "[v0.63.0](https://github.com/vrm-c/UniVRM/tree/v0.63.0) (2021-01-04)"
msgstr ""
#: ../../release/056/v0.63.0.md:6
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.63.0"
msgstr ""
#: ../../release/056/v0.63.0.md:7
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/25?closed=1"
msgstr ""
#: ../../release/056/v0.63.0.md:9
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.62.0...v0.63.0)"
msgstr ""
#: ../../release/056/v0.63.0.md:11
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.63.0.md:13
msgid "UniGLTF の分離"
msgstr ""
#: ../../release/056/v0.63.0.md:15
msgid "UniGLTFとUniVRMが一体化していたのを分離しました。 https://vrm.dev/docs/univrm/gltf/unigltf/"
msgstr ""
#: ../../release/056/v0.63.0.md:18
msgid "MeshUtility は UniGLTF の下に移動しました(`v0.63.1`)。"
msgstr ""
#: ../../release/056/v0.63.0.md:20
msgid "Separate unigltf [\\#625](https://github.com/vrm-c/UniVRM/pull/625)"
msgstr ""
#: ../../release/056/v0.63.0.md:21
msgid "fix unitypackage [\\#648](https://github.com/vrm-c/UniVRM/pull/648)"
msgstr ""
#: ../../release/056/v0.63.0.md:23
msgid "フォルダ `Assets/UniGLTF` が追加になり、 このフォルダが UPM `com.vrmc.unigltf` になります。"
msgstr ""
#: ../../release/056/v0.63.0.md:25
msgid "import"
msgstr ""
#: ../../release/056/v0.63.0.md:26
msgid "`v0.63.1` でマージ。"
msgstr ""
#: ../../release/056/v0.63.0.md:28
msgid ""
"[UniVRM0.62でモによってはGLBロードに失敗する](https://github.com/vrm-c/UniVRM/issues/642)"
" [\\#644](https://github.com/vrm-c/UniVRM/pull/644)"
msgstr ""
#: ../../release/056/v0.63.0.md:30
msgid "export dialog"
msgstr ""
#: ../../release/056/v0.63.0.md:31
msgid "`v0.63.1` でさらに修正。 `jpg` やめる。"
msgstr ""
#: ../../release/056/v0.63.0.md:33
msgid ""
"[スクリーンショット作成ボタンで作成される画像が中身はJPEGなのにMIMEがimage/pngになっている](https://github.com/vrm-c/UniVRM/issues/639)"
" [\\#646](https://github.com/vrm-c/UniVRM/pull/646)"
msgstr ""
#: ../../release/056/v0.63.0.md:35
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.63.0.md:37
msgid "version 0.63.0 [\\#647](https://github.com/vrm-c/UniVRM/pull/647)"
msgstr ""
#: ../../release/056/v0.63.0.md:38
msgid "fix version check [\\#645](https://github.com/vrm-c/UniVRM/pull/645)"
msgstr ""
#: ../../release/056/v0.63.0.md:39
msgid ""
"gltfのAnimationImporterをインターフェース化 "
"[\\#641](https://github.com/vrm-c/UniVRM/pull/641)"
msgstr ""

View File

@ -0,0 +1,128 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.64.0.md:1
msgid "v0.64.0"
msgstr ""
#: ../../release/056/v0.64.0.md:3
msgid "[v0.64.0](https://github.com/vrm-c/UniVRM/tree/v0.64.0) (2021-01-14)"
msgstr ""
#: ../../release/056/v0.64.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.64.0"
msgstr ""
#: ../../release/056/v0.64.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/23?closed=1"
msgstr ""
#: ../../release/056/v0.64.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.63.2...v0.64.0)"
msgstr ""
#: ../../release/056/v0.64.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.64.0.md:12
msgid "exporter"
msgstr ""
#: ../../release/056/v0.64.0.md:13
msgid ""
"skip empty submesh [\\#665](https://github.com/vrm-c/UniVRM/pull/665) "
"メッシュの一部を削除したときなどに発生する現象の回避"
msgstr ""
#: ../../release/056/v0.64.0.md:14
msgid ""
"Feature/unique joints [\\#668](https://github.com/vrm-c/UniVRM/pull/668) "
"メッシュを統合したときなどに発生する現象の回避"
msgstr ""
#: ../../release/056/v0.64.0.md:15
msgid ""
"fix AlphaCutoff's \\(UniUnlit\\) import/export "
"[\\#667](https://github.com/vrm-c/UniVRM/pull/667)"
msgstr ""
#: ../../release/056/v0.64.0.md:17
msgid "importer"
msgstr ""
#: ../../release/056/v0.64.0.md:19
msgid ""
"Fix/animation import [\\#674](https://github.com/vrm-c/UniVRM/pull/674) "
"`v0.63.2` のバグ修正"
msgstr ""
#: ../../release/056/v0.64.0.md:20
msgid ""
"fix tiling import [\\#660](https://github.com/vrm-c/UniVRM/pull/660) "
"`v0.63.2` のバグ修正"
msgstr ""
#: ../../release/056/v0.64.0.md:22
msgid "VRM-1.0 準備"
msgstr ""
#: ../../release/056/v0.64.0.md:24
msgid "fix semicolon [\\#677](https://github.com/vrm-c/UniVRM/pull/677)"
msgstr ""
#: ../../release/056/v0.64.0.md:25
msgid ""
"MeshUtilityファイルの移動、vrm10のpackage.json "
"[\\#676](https://github.com/vrm-c/UniVRM/pull/676)"
msgstr ""
#: ../../release/056/v0.64.0.md:26
msgid "Feature/rename menu [\\#672](https://github.com/vrm-c/UniVRM/pull/672)"
msgstr ""
#: ../../release/056/v0.64.0.md:28
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.64.0.md:30
msgid "update MToon-3.5 [\\#671](https://github.com/vrm-c/UniVRM/pull/671)"
msgstr ""
#: ../../release/056/v0.64.0.md:31
msgid "update README.md [\\#670](https://github.com/vrm-c/UniVRM/pull/670)"
msgstr ""
#: ../../release/056/v0.64.0.md:32
msgid "Update docs [\\#669](https://github.com/vrm-c/UniVRM/pull/669)"
msgstr ""
#: ../../release/056/v0.64.0.md:33
msgid ""
"add VRMFirstPerson.SetVisiblity "
"[\\#662](https://github.com/vrm-c/UniVRM/pull/662)"
msgstr ""
#: ../../release/056/v0.64.0.md:34
msgid "Importerが対応するまでの簡易な方法 [\\#591](https://github.com/vrm-c/UniVRM/pull/591)"
msgstr ""

View File

@ -0,0 +1,104 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.65.0.md:1
msgid "v0.65.0"
msgstr ""
#: ../../release/056/v0.65.0.md:3
msgid "[v0.65.0](https://github.com/vrm-c/UniVRM/tree/v0.65.0) (2021-01-25)"
msgstr ""
#: ../../release/056/v0.65.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.65.0"
msgstr ""
#: ../../release/056/v0.65.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/24?closed=1"
msgstr ""
#: ../../release/056/v0.65.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.64.0...v0.65.0)"
msgstr ""
#: ../../release/056/v0.65.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.65.0.md:11
msgid "bug fix"
msgstr ""
#: ../../release/056/v0.65.0.md:12
msgid "fix asmdef [\\#687](https://github.com/vrm-c/UniVRM/pull/687)"
msgstr ""
#: ../../release/056/v0.65.0.md:14
msgid "asmdefの不要な参照を修正しました。 空のプロジェクトに `UniVRM` をインストールする場合は何故かエラーにならないようです。"
msgstr ""
#: ../../release/056/v0.65.0.md:17
msgid "set dirty when add Clip [\\#690](https://github.com/vrm-c/UniVRM/pull/690)"
msgstr ""
#: ../../release/056/v0.65.0.md:18
msgid "FixNodeName [\\#689](https://github.com/vrm-c/UniVRM/pull/689)"
msgstr ""
#: ../../release/056/v0.65.0.md:20
msgid "MeshUtility"
msgstr ""
#: ../../release/056/v0.65.0.md:21
msgid ""
"updated MeshUtility editor "
"[\\#693](https://github.com/vrm-c/UniVRM/pull/693)"
msgstr ""
#: ../../release/056/v0.65.0.md:22
msgid "MeshUtility editor [\\#685](https://github.com/vrm-c/UniVRM/pull/685)"
msgstr ""
#: ../../release/056/v0.65.0.md:24
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.65.0.md:25
msgid "add Validation.Extended [\\#691](https://github.com/vrm-c/UniVRM/pull/691)"
msgstr ""
#: ../../release/056/v0.65.0.md:26
msgid "add ITextureExporter [\\#686](https://github.com/vrm-c/UniVRM/pull/686)"
msgstr ""
#: ../../release/056/v0.65.0.md:27
msgid ""
"Feature10/spring exclude "
"[\\#679](https://github.com/vrm-c/UniVRM/pull/679)"
msgstr ""
#: ../../release/056/v0.65.0.md:28
msgid ""
"add enumSerialization as string "
"[\\#681](https://github.com/vrm-c/UniVRM/pull/681)"
msgstr ""

View File

@ -0,0 +1,138 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.66.0.md:1
msgid "v0.66.0"
msgstr ""
#: ../../release/056/v0.66.0.md:3
msgid "[v0.66.0](https://github.com/vrm-c/UniVRM/tree/v0.66.0) (2021-02-03)"
msgstr ""
#: ../../release/056/v0.66.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.66.0"
msgstr ""
#: ../../release/056/v0.66.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/26?closed=1"
msgstr ""
#: ../../release/056/v0.66.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.65.3...v0.66.0)"
msgstr ""
#: ../../release/056/v0.66.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/056/v0.66.0.md:12
msgid "Export"
msgstr ""
#: ../../release/056/v0.66.0.md:13
msgid "正規化時にSpringBoneColliderがスケールに追従するようになりました。"
msgstr ""
#: ../../release/056/v0.66.0.md:15
msgid "Fix/springbone scaling [\\#720](https://github.com/vrm-c/UniVRM/pull/720)"
msgstr ""
#: ../../release/056/v0.66.0.md:17
msgid "Import"
msgstr ""
#: ../../release/056/v0.66.0.md:18
msgid "JSON文字列の `\\u8868` 形式のUnicodeを読めるようになりました。"
msgstr ""
#: ../../release/056/v0.66.0.md:20
msgid "Fix/json unicode escape [\\#719](https://github.com/vrm-c/UniVRM/pull/719)"
msgstr ""
#: ../../release/056/v0.66.0.md:22
msgid "MeshUtility"
msgstr ""
#: ../../release/056/v0.66.0.md:24
msgid ""
"moved BoneMeshEraser to MeshUtility editor "
"[\\#718](https://github.com/vrm-c/UniVRM/pull/718)"
msgstr ""
#: ../../release/056/v0.66.0.md:26
msgid "VRM-1.0 準備"
msgstr ""
#: ../../release/056/v0.66.0.md:28
msgid "fix UNITY_EDITOR [\\#725](https://github.com/vrm-c/UniVRM/pull/725)"
msgstr ""
#: ../../release/056/v0.66.0.md:29
msgid "use SetWeight [\\#724](https://github.com/vrm-c/UniVRM/pull/724)"
msgstr ""
#: ../../release/056/v0.66.0.md:30
msgid ""
"Implemented VrmLib.ExpressionPreset.Surprised "
"[\\#722](https://github.com/vrm-c/UniVRM/pull/722)"
msgstr ""
#: ../../release/056/v0.66.0.md:31
msgid ""
"Fix ExpressionPreset conversion problem in migration. "
"[\\#715](https://github.com/vrm-c/UniVRM/pull/715)"
msgstr ""
#: ../../release/056/v0.66.0.md:32
msgid ""
"Implements expression overriding "
"[\\#714](https://github.com/vrm-c/UniVRM/pull/714)"
msgstr ""
#: ../../release/056/v0.66.0.md:33
msgid ""
"Refactoring Expression & LookAt for impl VRM1.0 Expression constraint "
"spec. [\\#713](https://github.com/vrm-c/UniVRM/pull/713)"
msgstr ""
#: ../../release/056/v0.66.0.md:34
msgid "add VRM10Viewer sample [\\#709](https://github.com/vrm-c/UniVRM/pull/709)"
msgstr ""
#: ../../release/056/v0.66.0.md:36
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.66.0.md:38
msgid "new list [\\#723](https://github.com/vrm-c/UniVRM/pull/723)"
msgstr ""
#: ../../release/056/v0.66.0.md:39
msgid ""
"Upgrade MToon [\\#716](https://github.com/vrm-c/UniVRM/pull/716) "
"([nowsprinting](https://github.com/nowsprinting))"
msgstr ""
#: ../../release/056/v0.66.0.md:40
msgid "Optimize string APIs [\\#710](https://github.com/vrm-c/UniVRM/pull/710)"
msgstr ""

View File

@ -0,0 +1,68 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/056/v0.67.0.md:1
msgid "v0.67.0: UniJson 単純化"
msgstr ""
#: ../../release/056/v0.67.0.md:3
msgid "[v0.67.0](https://github.com/vrm-c/UniVRM/tree/v0.67.0) (2021-02-10)"
msgstr ""
#: ../../release/056/v0.67.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.67.0"
msgstr ""
#: ../../release/056/v0.67.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/27?closed=1"
msgstr ""
#: ../../release/056/v0.67.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.66.0...v0.67.0)"
msgstr ""
#: ../../release/056/v0.67.0.md:10
msgid "その他のChangelog"
msgstr ""
#: ../../release/056/v0.67.0.md:12
msgid "m\\_tmpParent [\\#737](https://github.com/vrm-c/UniVRM/pull/737)"
msgstr ""
#: ../../release/056/v0.67.0.md:13
msgid ""
"Fix/unintended null reference after exporting "
"[\\#736](https://github.com/vrm-c/UniVRM/pull/736)"
msgstr ""
#: ../../release/056/v0.67.0.md:14
msgid ""
"Fix typo \\(VRMFirstPerson\\) "
"[\\#735](https://github.com/vrm-c/UniVRM/pull/735)"
msgstr ""
#: ../../release/056/v0.67.0.md:15
msgid ""
"Feature/simplify unijson "
"[\\#734](https://github.com/vrm-c/UniVRM/pull/734)"
msgstr ""

View File

@ -0,0 +1,216 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.68.0.md:1
msgid ""
"v0.68.0: ImporterContext, ScriptedImporter(glb/gltf), remove "
"DepthFirstScheduler"
msgstr ""
#: ../../release/068/v0.68.0.md:3
msgid "[v0.68.0](https://github.com/vrm-c/UniVRM/tree/v0.68.0) (2021-03-11)"
msgstr ""
#: ../../release/068/v0.68.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.68.0"
msgstr ""
#: ../../release/068/v0.68.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/30?closed=1"
msgstr ""
#: ../../release/068/v0.68.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.67.0...v0.68.0)"
msgstr ""
#: ../../release/068/v0.68.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.68.0.md:12
msgid ""
"ImporterContext の整理。ロードを繰り返すアプリケーションでリソースリークが起きないように Asset 解放(Destroy) "
"のサポートを強化"
msgstr ""
#: ../../release/068/v0.68.0.md:13
msgid "https://vrm.dev/docs/univrm/programming/runtime_import/"
msgstr ""
#: ../../release/068/v0.68.0.md:14
msgid "glb/gltf の AssetImporter を更新。ScriptedImporter を採用。座標軸の変換オプションを追加"
msgstr ""
#: ../../release/068/v0.68.0.md:15 ../../release/068/v0.68.0.md:21
msgid "https://vrm.dev/docs/univrm/gltf/glb_import/"
msgstr ""
#: ../../release/068/v0.68.0.md:16 ../../release/068/v0.68.0.md:31
msgid "https://vrm.dev/docs/univrm/gltf/how_to_create_glb/"
msgstr ""
#: ../../release/068/v0.68.0.md:18
msgid "import"
msgstr ""
#: ../../release/068/v0.68.0.md:20
msgid "glb/gltf の AssetImporter を作りなおしました。"
msgstr ""
#: ../../release/068/v0.68.0.md:23
msgid ""
"Implemented the loader of JOINTS\\_0 which is 5121 \\(UNSIGNED\\_BYTE\\) "
"[\\#762](https://github.com/vrm-c/UniVRM/pull/762)"
msgstr ""
#: ../../release/068/v0.68.0.md:24
msgid ""
"Fix/textuerloader from external "
"[\\#765](https://github.com/vrm-c/UniVRM/pull/765)"
msgstr ""
#: ../../release/068/v0.68.0.md:25
msgid ""
"Feature/remove depthfirstscheduler "
"[\\#750](https://github.com/vrm-c/UniVRM/pull/750)"
msgstr ""
#: ../../release/068/v0.68.0.md:26
msgid ""
"Feature/refactor textureitem "
"[\\#744](https://github.com/vrm-c/UniVRM/pull/744)"
msgstr ""
#: ../../release/068/v0.68.0.md:28
msgid "export"
msgstr ""
#: ../../release/068/v0.68.0.md:30
msgid "glb/gltf の ExportDialog を作りました。"
msgstr ""
#: ../../release/068/v0.68.0.md:33
msgid ""
"ExportRoot を animate する Animation を Export するときの挙動を修正 "
"[\\#775](https://github.com/vrm-c/UniVRM/pull/775)"
msgstr ""
#: ../../release/068/v0.68.0.md:34
msgid ""
"exclude meshes with no vertices "
"[\\#771](https://github.com/vrm-c/UniVRM/pull/771)"
msgstr ""
#: ../../release/068/v0.68.0.md:35
msgid ""
"MeshExporter に Renderer を必要としない Export 関数を追加 "
"[\\#764](https://github.com/vrm-c/UniVRM/pull/764)"
msgstr ""
#: ../../release/068/v0.68.0.md:36
msgid ""
"Feature/gltf export window "
"[\\#759](https://github.com/vrm-c/UniVRM/pull/759)"
msgstr ""
#: ../../release/068/v0.68.0.md:37
msgid ""
"gltf の読み書きで反転軸を指定できるようにする "
"[\\#755](https://github.com/vrm-c/UniVRM/pull/755)"
msgstr ""
#: ../../release/068/v0.68.0.md:39
msgid "API"
msgstr ""
#: ../../release/068/v0.68.0.md:41
msgid "ImporterContext を整理しました。"
msgstr ""
#: ../../release/068/v0.68.0.md:42
msgid "https://vrm.dev/docs/univrm/programming/univrm_api_history/"
msgstr ""
#: ../../release/068/v0.68.0.md:44
msgid ""
"Feature/destroy on destroy "
"[\\#760](https://github.com/vrm-c/UniVRM/pull/760)"
msgstr ""
#: ../../release/068/v0.68.0.md:46
msgid "VRM1"
msgstr ""
#: ../../release/068/v0.68.0.md:47
msgid ""
"VRM1 は、XYZ\\_RightUpForward\\_RH にする "
"[\\#727](https://github.com/vrm-c/UniVRM/pull/727)"
msgstr ""
#: ../../release/068/v0.68.0.md:48
msgid ""
"Feature10/refactor materialimporter "
"[\\#739](https://github.com/vrm-c/UniVRM/pull/739)"
msgstr ""
#: ../../release/068/v0.68.0.md:50
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.68.0.md:52
msgid "UnitTest修正 [\\#768](https://github.com/vrm-c/UniVRM/pull/768)"
msgstr ""
#: ../../release/068/v0.68.0.md:53
msgid "UniVRM-0.68.0 [\\#767](https://github.com/vrm-c/UniVRM/pull/767)"
msgstr ""
#: ../../release/068/v0.68.0.md:54
msgid ""
"restore SaveSpringBoneToJSON "
"[\\#763](https://github.com/vrm-c/UniVRM/pull/763)"
msgstr ""
#: ../../release/068/v0.68.0.md:55
msgid ""
"Check Keyframe length of AnimationCurve "
"[\\#761](https://github.com/vrm-c/UniVRM/pull/761)"
msgstr ""
#: ../../release/068/v0.68.0.md:56
msgid ""
"JSON schema の参照先を submodule で固定 "
"[\\#752](https://github.com/vrm-c/UniVRM/pull/752)"
msgstr ""
#: ../../release/068/v0.68.0.md:57
msgid ""
"restore VRMMaterialTests.ExportTest "
"[\\#749](https://github.com/vrm-c/UniVRM/pull/749)"
msgstr ""
#: ../../release/068/v0.68.0.md:58
msgid ""
"AsIEnumerator で同期的に Task を消化するのができてない。応急処置 "
"[\\#748](https://github.com/vrm-c/UniVRM/pull/748)"
msgstr ""

View File

@ -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 <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.69.0.md:1
msgid "v0.69.0: MetallicRoughnessOcclusionテクスチャー"
msgstr ""
#: ../../release/068/v0.69.0.md:3
msgid "[v0.69.0](https://github.com/vrm-c/UniVRM/tree/v0.69.0) (2021-03-22)"
msgstr ""
#: ../../release/068/v0.69.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.69.0"
msgstr ""
#: ../../release/068/v0.69.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/31?closed=1"
msgstr ""
#: ../../release/068/v0.69.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.68.2...v0.69.0)"
msgstr ""
#: ../../release/068/v0.69.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.69.0.md:12
msgid "バグ修正"
msgstr ""
#: ../../release/068/v0.69.0.md:14
msgid "`vrm0-import` menu を修正。"
msgstr ""
#: ../../release/068/v0.69.0.md:15
msgid ""
"fix GltfParser.TargetPath "
"[\\#810](https://github.com/vrm-c/UniVRM/pull/810)"
msgstr ""
#: ../../release/068/v0.69.0.md:17
msgid "Unity-2020対応"
msgstr ""
#: ../../release/068/v0.69.0.md:19
msgid "base.OnEnable が必用 [\\#797](https://github.com/vrm-c/UniVRM/pull/797)"
msgstr ""
#: ../../release/068/v0.69.0.md:20
msgid "Fix/prefab unity2020 [\\#796](https://github.com/vrm-c/UniVRM/pull/796)"
msgstr ""
#: ../../release/068/v0.69.0.md:22
msgid "Standard シェーダーの MetallicRoughnessOcclusionテクスチャー関連"
msgstr ""
#: ../../release/068/v0.69.0.md:24
msgid ""
"Smoothness(glTFのRoughnessから変換) のバグ修正 "
"[\\#388](https://github.com/vrm-c/UniVRM/pull/388)"
msgstr ""
#: ../../release/068/v0.69.0.md:25
msgid ""
"MetallicSmooth テクスチャーと Occlusion テクスチャーを1枚にまとめる "
"https://vrm.dev/docs/univrm/shaders/texture_import/"
msgstr ""
#: ../../release/068/v0.69.0.md:26
msgid ""
"MetallicRoughnessOcclusion テクスチャーの取り廻しを中心に改修 "
"[\\#780](https://github.com/vrm-c/UniVRM/pull/780)"
msgstr ""
#: ../../release/068/v0.69.0.md:28
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.69.0.md:30
msgid "VRM texture export の修正 [\\#811](https://github.com/vrm-c/UniVRM/pull/811)"
msgstr ""
#: ../../release/068/v0.69.0.md:31
msgid "Version/0 69 0 [\\#809](https://github.com/vrm-c/UniVRM/pull/809)"
msgstr ""
#: ../../release/068/v0.69.0.md:32
msgid "ReadMeta 復活 [\\#807](https://github.com/vrm-c/UniVRM/pull/807)"
msgstr ""
#: ../../release/068/v0.69.0.md:33
msgid "fix uploadMeshData [\\#804](https://github.com/vrm-c/UniVRM/pull/804)"
msgstr ""
#: ../../release/068/v0.69.0.md:34
msgid "add uploadMeshData [\\#802](https://github.com/vrm-c/UniVRM/pull/802)"
msgstr ""
#: ../../release/068/v0.69.0.md:35
msgid ""
"extract texture from external path to asset path "
"[\\#799](https://github.com/vrm-c/UniVRM/pull/799)"
msgstr ""
#: ../../release/068/v0.69.0.md:36
msgid ""
"UnitTest追加\\(GltfSmapleModels, VRM\\_TEST\\_MODELS\\) "
"[\\#798](https://github.com/vrm-c/UniVRM/pull/798)"
msgstr ""
#: ../../release/068/v0.69.0.md:37
msgid ""
"scene.nodes が無い glTF ファイルを Import したときに null reference exception "
"が発生していた問題を修正 [\\#791](https://github.com/vrm-c/UniVRM/pull/791)"
msgstr ""

View File

@ -0,0 +1,127 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.70.0.md:1
msgid "v0.70.0: EncodeToPng に失敗するエラーを修正"
msgstr ""
#: ../../release/068/v0.70.0.md:3
msgid "[v0.70.0](https://github.com/vrm-c/UniVRM/tree/v0.70.0) (2021-03-31)"
msgstr ""
#: ../../release/068/v0.70.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.70.0"
msgstr ""
#: ../../release/068/v0.70.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/32?closed=1"
msgstr ""
#: ../../release/068/v0.70.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.69.1...v0.70.0)"
msgstr ""
#: ../../release/068/v0.70.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.70.0.md:12
msgid "テクスチャーのエクスポートに失敗する"
msgstr ""
#: ../../release/068/v0.70.0.md:14
msgid "テクスチャーの EncodeToPng に失敗するエラーを修正しました。"
msgstr ""
#: ../../release/068/v0.70.0.md:16
msgid "https://github.com/vrm-c/UniVRM/pull/831"
msgstr ""
#: ../../release/068/v0.70.0.md:18
msgid ""
"`v0.69.0` で、エクスポートするテクスチャーをコピーする処理が抜けたのを修正しました。 (コピーすると read "
"可能になるので、EncodeToPng できる)"
msgstr ""
#: ../../release/068/v0.70.0.md:21
msgid ""
"copy if EncodeToPng is failed "
"[\\#831](https://github.com/vrm-c/UniVRM/pull/831) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:22
msgid ""
"VRMShaders にテスト移動。IsReadable=false のときにコピーしないとエラーになるテスト "
"[\\#834](https://github.com/vrm-c/UniVRM/pull/834) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:24
msgid "WEIGHT_0 が byte4 もしくは ushort4 である場合に対応"
msgstr ""
#: ../../release/068/v0.70.0.md:26
msgid ""
"Implement WEIGHTS\\_0 accessor for byte and ushort. "
"[\\#823](https://github.com/vrm-c/UniVRM/pull/823) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:28
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.70.0.md:30
msgid ""
"UniVRM-0.70.0 [\\#835](https://github.com/vrm-c/UniVRM/pull/835) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:31
msgid ""
"マテリアル生成を VRMShaders に移動 "
"[\\#830](https://github.com/vrm-c/UniVRM/pull/830) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:32
msgid ""
"Add support for single pass instanced stereo rendering to UniUnlit shader"
" [\\#826](https://github.com/vrm-c/UniVRM/pull/826) "
"([amamagi](https://github.com/amamagi))"
msgstr ""
#: ../../release/068/v0.70.0.md:33
msgid ""
"VRMShaders に TextureConverter などを移動。gltf 依存を分離 "
"[\\#822](https://github.com/vrm-c/UniVRM/pull/822) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.70.0.md:34
msgid ""
"Material, Texture生成の責務をVRMShadersに移動する準備 "
"[\\#819](https://github.com/vrm-c/UniVRM/pull/819) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,98 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.71.0.md:1
msgid "v0.71.0: fix Metallic または Occlusion テクスチャーエクスポートのバグ修正"
msgstr ""
#: ../../release/068/v0.71.0.md:3
msgid "[v0.71.0](https://github.com/vrm-c/UniVRM/tree/v0.71.0) (2021-04-05)"
msgstr ""
#: ../../release/068/v0.71.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.71.0"
msgstr ""
#: ../../release/068/v0.71.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/33?closed=1"
msgstr ""
#: ../../release/068/v0.71.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.70.0...v0.71.0)"
msgstr ""
#: ../../release/068/v0.71.0.md:10
msgid "Metallic または Occlusion テクスチャーエクスポートのバグ修正"
msgstr ""
#: ../../release/068/v0.71.0.md:11
msgid ""
"Fix/metallic or occlusion only "
"[\\#838](https://github.com/vrm-c/UniVRM/pull/838) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:13
msgid "MToon update"
msgstr ""
#: ../../release/068/v0.71.0.md:14
msgid ""
"update MToon-3.6 [\\#844](https://github.com/vrm-c/UniVRM/pull/844) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:16
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.71.0.md:17
msgid ""
"add null check [\\#839](https://github.com/vrm-c/UniVRM/pull/839) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:18
msgid ""
"includePlatforms is only Editor "
"[\\#845](https://github.com/vrm-c/UniVRM/pull/845) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:19
msgid ""
"コード整理 [\\#842](https://github.com/vrm-c/UniVRM/pull/842) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:20
msgid ""
"UniVRM-0.71.0 [\\#840](https://github.com/vrm-c/UniVRM/pull/840) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.71.0.md:21
msgid ""
"vrm1のローダー更新 [\\#837](https://github.com/vrm-c/UniVRM/pull/837) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,225 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.72.0.md:1
msgid "v0.72.0: Linearカラースペースの推奨, DividedVertexBuffer"
msgstr ""
#: ../../release/068/v0.72.0.md:3
msgid "[v0.72.0](https://github.com/vrm-c/UniVRM/tree/v0.72.0) (2021-04-13)"
msgstr ""
#: ../../release/068/v0.72.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.72.0"
msgstr ""
#: ../../release/068/v0.72.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/34?closed=1"
msgstr ""
#: ../../release/068/v0.72.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.71.0...v0.72.0)"
msgstr ""
#: ../../release/068/v0.72.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.72.0.md:12
msgid "Linearカラースペースの推奨"
msgstr ""
#: ../../release/068/v0.72.0.md:14
msgid ""
"\"Recommended settings\" window "
"[\\#867](https://github.com/vrm-c/UniVRM/pull/867) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.72.0.md:18
msgid "プロジェクトのカラースペース設定が `linear` でないときに出てきます。"
msgstr ""
#: ../../release/068/v0.72.0.md:20
msgid "bug修正"
msgstr ""
#: ../../release/068/v0.72.0.md:22
msgid "Resources の修正。 https://github.com/vrm-c/UniVRM/issues/857"
msgstr ""
#: ../../release/068/v0.72.0.md:24
msgid "T-Pose にするボタン"
msgstr ""
#: ../../release/068/v0.72.0.md:28
msgid "実験的に fbx の humanoid 設定の `Enforce T-Pose` ボタンぽい機能を呼び出すボタンを追加しました"
msgstr ""
#: ../../release/068/v0.72.0.md:32
msgid ""
"T-Pose にするボタン2 [\\#868](https://github.com/vrm-c/UniVRM/pull/868) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:34
msgid "頂点バッファを SubMesh で分割するを追加"
msgstr ""
#: ../../release/068/v0.72.0.md:36
msgid ""
"Unity の頂点バッファをなるべく変えないで書き出すために、長いvertexバッファをindexバッファで部分参照する方式を使っていました。 "
"これは Glft "
"では合法だけどトリッキーな記述となっておりました。この方法を解釈できないローダーでは、ロードできるがメモリ量が増えるということが起きます。具体的には、共有するのでつでいい頂点バッファが、submesh"
" 数重複してロードされます。ということで頂点の順番が変わることはあきらめて、submesh を独立した mesh "
"のように分割するオプションを追加することにしました(VRM-1ではこれを標準にします)。"
msgstr ""
#: ../../release/068/v0.72.0.md:38
msgid ""
"VertexBufferをSubMeshで分割してエクスポートするオプション "
"[\\#861](https://github.com/vrm-c/UniVRM/pull/861) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:43
msgid "以下に注意してください。"
msgstr ""
#: ../../release/068/v0.72.0.md:45
msgid "UniVRM-0.72.0 より前のバージョンは、分割方式にBlendShapeが含まれているとうまくロードできません"
msgstr ""
#: ../../release/068/v0.72.0.md:46
msgid ""
"BlendShapeの連結バグの修正 [\\#860](https://github.com/vrm-c/UniVRM/pull/860) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:48
msgid "UniVRM以外の実装では、分割版の方がうまく行く可能性がある"
msgstr ""
#: ../../release/068/v0.72.0.md:50
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.72.0.md:52
msgid ""
"vrm1 の Export インタフェースを整理 "
"[\\#866](https://github.com/vrm-c/UniVRM/pull/866) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:53
msgid ""
"fix lookAtType migration "
"[\\#865](https://github.com/vrm-c/UniVRM/pull/865) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:54
msgid ""
"UniVRM-0.72.0 [\\#864](https://github.com/vrm-c/UniVRM/pull/864) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:55
msgid ""
"GetBytesWithMime を VRMShaders に移動 "
"[\\#863](https://github.com/vrm-c/UniVRM/pull/863) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:56
msgid ""
"Do not use the variadic max to avoid gc "
"[\\#862](https://github.com/vrm-c/UniVRM/pull/862) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:57
msgid ""
"Feature10/vrm1 export [\\#859](https://github.com/vrm-c/UniVRM/pull/859) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:58
msgid ""
"Fix UPM submodule issue. "
"[\\#858](https://github.com/vrm-c/UniVRM/pull/858) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.72.0.md:59
msgid ""
"asmdef をUnity-2018仕様に修正 "
"[\\#856](https://github.com/vrm-c/UniVRM/pull/856) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:60
msgid ""
"Remove unused references from asmdefs in VrmShaders. "
"[\\#855](https://github.com/vrm-c/UniVRM/pull/855) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.72.0.md:61
msgid ""
"Refactoring VRMShaders directory & asmdef "
"[\\#854](https://github.com/vrm-c/UniVRM/pull/854) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.72.0.md:62
msgid ""
"implement MigrationVrmLookAtAndFirstPerson. fix MigrateVector3 "
"[\\#853](https://github.com/vrm-c/UniVRM/pull/853) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:63
msgid ""
"Update readme [\\#850](https://github.com/vrm-c/UniVRM/pull/850) "
"([PoChang007](https://github.com/PoChang007))"
msgstr ""
#: ../../release/068/v0.72.0.md:64
msgid ""
"meta, expressionAvatar, expression の extract を復旧 "
"[\\#849](https://github.com/vrm-c/UniVRM/pull/849) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:65
msgid ""
"Feature/update readme [\\#848](https://github.com/vrm-c/UniVRM/pull/848) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.72.0.md:66
msgid ""
"add export test [\\#841](https://github.com/vrm-c/UniVRM/pull/841) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,247 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.73.0.md:1
msgid "v0.73.0: other permission url の修正"
msgstr ""
#: ../../release/068/v0.73.0.md:3
msgid "[v0.73.0](https://github.com/vrm-c/UniVRM/tree/v0.73.0) (2021-04-21)"
msgstr ""
#: ../../release/068/v0.73.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.73.0"
msgstr ""
#: ../../release/068/v0.73.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/35?closed=1"
msgstr ""
#: ../../release/068/v0.73.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.72.0...v0.73.0)"
msgstr ""
#: ../../release/068/v0.73.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.73.0.md:11
msgid "Metaの編集画面から other permission url が隠れていたのを修正"
msgstr ""
#: ../../release/068/v0.73.0.md:12
msgid "from `v0.59.0`"
msgstr ""
#: ../../release/068/v0.73.0.md:13
msgid ""
"Fix/other permission url "
"[\\#897](https://github.com/vrm-c/UniVRM/pull/897) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:15
msgid "Exporter"
msgstr ""
#: ../../release/068/v0.73.0.md:16
msgid ""
"Feature/tpose button [\\#895](https://github.com/vrm-c/UniVRM/pull/895) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:17
msgid ""
"正規化するときにBlendShapeを使うLookAtがExportされない "
"[\\#894](https://github.com/vrm-c/UniVRM/pull/894) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:18
msgid ""
"同一のMeshとMaterialを参照しているNodeをExportする場合に、重複をチェックして同じMeshIndexを参照するように変更 "
"[\\#899](https://github.com/vrm-c/UniVRM/pull/899) "
"([hiroj](https://github.com/hiroj))"
msgstr ""
#: ../../release/068/v0.73.0.md:20
msgid "Preference"
msgstr ""
#: ../../release/068/v0.73.0.md:22
msgid "言語設定の自動判定と保存( `Edit - Preference` の `UniGLTF` と `VRM0` が設定です)"
msgstr ""
#: ../../release/068/v0.73.0.md:24
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.73.0.md:26
msgid ""
"UniVRM-0.73.0 [\\#898](https://github.com/vrm-c/UniVRM/pull/898) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:27
msgid ""
"\\[1.0\\]MToon export の実装 "
"[\\#896](https://github.com/vrm-c/UniVRM/pull/896) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:28
msgid ""
"Feature10/mesh export validator "
"[\\#893](https://github.com/vrm-c/UniVRM/pull/893) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:29
msgid ""
"SubAssetKey == を実装した [\\#891](https://github.com/vrm-c/UniVRM/pull/891) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:30
msgid ""
"Fix/texture extract subassetkey "
"[\\#890](https://github.com/vrm-c/UniVRM/pull/890) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:31
msgid ""
"Feature/mv validation [\\#889](https://github.com/vrm-c/UniVRM/pull/889) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:32
msgid ""
"ExportDialogBaseなど [\\#888](https://github.com/vrm-c/UniVRM/pull/888) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:33
msgid ""
"コード整理 [\\#887](https://github.com/vrm-c/UniVRM/pull/887) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:34
msgid ""
"Add MToon directory meta file "
"[\\#884](https://github.com/vrm-c/UniVRM/pull/884) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.73.0.md:35
msgid ""
"mv MToon submodule due to UPM issue. "
"[\\#883](https://github.com/vrm-c/UniVRM/pull/883) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.73.0.md:36
msgid ""
"\\[1.0\\] Importerを修正 [\\#882](https://github.com/vrm-c/UniVRM/pull/882) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:37
msgid ""
"SpringBoneWindow が見切れるのを修正。初期選択も実装 "
"[\\#881](https://github.com/vrm-c/UniVRM/pull/881) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:38
msgid ""
"\\[VRM1\\] SpringBone center をモデルレベルに移動など "
"[\\#880](https://github.com/vrm-c/UniVRM/pull/880) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:39
msgid ""
"Vrm1のSubAssetKey作成のバグ修正 "
"[\\#879](https://github.com/vrm-c/UniVRM/pull/879) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:40
msgid ""
"rename [\\#878](https://github.com/vrm-c/UniVRM/pull/878) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:41
msgid ""
"VRM10SpringBone を MonoBehaviour にした "
"[\\#877](https://github.com/vrm-c/UniVRM/pull/877) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:42
msgid ""
"VRMMaterialImporterのリネームと、コメントと未使用コード削除 "
"[\\#876](https://github.com/vrm-c/UniVRM/pull/876) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:43
msgid ""
"Feature10/update jsonschema "
"[\\#875](https://github.com/vrm-c/UniVRM/pull/875) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:44
msgid ""
"if文の間違いを修正 [\\#874](https://github.com/vrm-c/UniVRM/pull/874) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:45
msgid ""
"fix null [\\#873](https://github.com/vrm-c/UniVRM/pull/873) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:46
msgid ""
"Feature/extract key [\\#872](https://github.com/vrm-c/UniVRM/pull/872) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:47
msgid ""
"remove VRM10SpringBoneColliderGroup.Reset. "
"[\\#871](https://github.com/vrm-c/UniVRM/pull/871) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.73.0.md:48
msgid ""
"colliderの重複を考慮していなかった [\\#870](https://github.com/vrm-c/UniVRM/pull/870) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,223 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.74.0.md:1
msgid "v0.74.0: runtime スプリングボーンのスケール"
msgstr ""
#: ../../release/068/v0.74.0.md:3
msgid "[v0.74.0](https://github.com/vrm-c/UniVRM/tree/v0.74.0) (2021-05-11)"
msgstr ""
#: ../../release/068/v0.74.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.74.0"
msgstr ""
#: ../../release/068/v0.74.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/36?closed=1"
msgstr ""
#: ../../release/068/v0.74.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.73.0...v0.74.0)"
msgstr ""
#: ../../release/068/v0.74.0.md:10
msgid "主な変更"
msgstr ""
#: ../../release/068/v0.74.0.md:12
msgid ""
"UniVRM-0.74.0 [\\#936](https://github.com/vrm-c/UniVRM/pull/936) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:13
msgid ""
"[\\#922](https://github.com/vrm-c/UniVRM/issues/922) "
"ランタイムロード後にスケールを変更して運用する場合に影響があります。(import/export には影響しない)"
msgstr ""
#: ../../release/068/v0.74.0.md:14
msgid ""
"スプリングボーンのスケールの動作を修正 [\\#935](https://github.com/vrm-c/UniVRM/pull/935) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:15
msgid ""
"Add null check to MeshWithRenderer "
"[\\#925](https://github.com/vrm-c/UniVRM/pull/925) "
"([oocytanb](https://github.com/oocytanb))"
msgstr ""
#: ../../release/068/v0.74.0.md:16
msgid "[\\#909](https://github.com/vrm-c/UniVRM/issues/909)"
msgstr ""
#: ../../release/068/v0.74.0.md:17
msgid ""
"mesh.vertices = 0 の場合にmeshとmaterialをexportしないように修正 "
"[\\#918](https://github.com/vrm-c/UniVRM/pull/918) "
"([hiroj](https://github.com/hiroj))"
msgstr ""
#: ../../release/068/v0.74.0.md:18
msgid ""
"Feature/mesh validator [\\#929](https://github.com/vrm-c/UniVRM/pull/929)"
" ([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:19
msgid ""
"add ValidationContext [\\#931](https://github.com/vrm-c/UniVRM/pull/931) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:20
msgid ""
"Fix/mesh export divided "
"[\\#912](https://github.com/vrm-c/UniVRM/pull/912) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:22
msgid "1.0"
msgstr ""
#: ../../release/068/v0.74.0.md:23
msgid ""
"VRM1.0 で MToon の Import ができる "
"[\\#938](https://github.com/vrm-c/UniVRM/pull/938) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.74.0.md:24
msgid ""
"vrm1 の Extract 先を vrm0 と別になるように修正。 "
"[\\#937](https://github.com/vrm-c/UniVRM/pull/937) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:25
msgid ""
"VRM1.0 MToon の Texture をすべて Import できる "
"[\\#934](https://github.com/vrm-c/UniVRM/pull/934) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.74.0.md:26
msgid ""
"色プロパティのシリアライズ・デシリアライズ時に色空間をコードで明示 "
"[\\#933](https://github.com/vrm-c/UniVRM/pull/933) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.74.0.md:27
msgid ""
"otherPermissionUrl と otherLiceneseUrl の両方が有効で内容が異なる場合はマイグレーションできない "
"[\\#917](https://github.com/vrm-c/UniVRM/pull/917) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:28
msgid ""
"Generate MToon format.g.cs in VRMShaders "
"[\\#927](https://github.com/vrm-c/UniVRM/pull/927) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.74.0.md:29
msgid ""
"VRM10SpringBoneColliderGroup の null 防御 "
"[\\#926](https://github.com/vrm-c/UniVRM/pull/926) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:30
msgid ""
"Feature10/update jsonschema 20210430 "
"[\\#924](https://github.com/vrm-c/UniVRM/pull/924) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:31
msgid ""
"ExpressionAvatar は 独立した ScriptableObject をやめる "
"[\\#916](https://github.com/vrm-c/UniVRM/pull/916) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:32
msgid ""
"colliders.Add\\(nodeIndex\\); "
"[\\#905](https://github.com/vrm-c/UniVRM/pull/905) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:33
msgid ""
"VRM10SelectorWindow [\\#904](https://github.com/vrm-c/UniVRM/pull/904) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:34
msgid ""
"Feature10/export dialog validator "
"[\\#903](https://github.com/vrm-c/UniVRM/pull/903) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:35
msgid ""
"\\[1.0\\] Fix10/vrm extract "
"[\\#900](https://github.com/vrm-c/UniVRM/pull/900) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:36
msgid ""
"\\[1.0\\]ジェネレーターの生成コード\\(Format\\)からUniJSON, UniGLTF依存を除去 "
"[\\#886](https://github.com/vrm-c/UniVRM/pull/886) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:37
msgid ""
"Feature10/rename importer exporter "
"[\\#911](https://github.com/vrm-c/UniVRM/pull/911) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:38
msgid ""
"Feature10/constraint read write "
"[\\#906](https://github.com/vrm-c/UniVRM/pull/906) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.74.0.md:39
msgid ""
"Feature10/export divided vertex buffer "
"[\\#913](https://github.com/vrm-c/UniVRM/pull/913) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,229 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.75.0.md:1
msgid "v0.75.0: mipmap"
msgstr ""
#: ../../release/068/v0.75.0.md:3
msgid "[v0.75.0](https://github.com/vrm-c/UniVRM/tree/v0.75.0) (2021-05-24)"
msgstr ""
#: ../../release/068/v0.75.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.75.0"
msgstr ""
#: ../../release/068/v0.75.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/37?closed=1"
msgstr ""
#: ../../release/068/v0.75.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.74.0...v0.75.0)"
msgstr ""
#: ../../release/068/v0.75.0.md:10
msgid "Bug修正"
msgstr ""
#: ../../release/068/v0.75.0.md:11
msgid ""
"正規化時にLookAtのパラメーターが落ちてしまうのを修正 "
"[\\#957](https://github.com/vrm-c/UniVRM/pull/957) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:12
msgid ""
"Fix incorrect value caching of M17N "
"[\\#939](https://github.com/vrm-c/UniVRM/pull/939) "
"([oocytanb](https://github.com/oocytanb))"
msgstr ""
#: ../../release/068/v0.75.0.md:13
msgid ""
"DIVIDE\\_VERTEX\\_BUFFER がすごい遅い "
"[\\#942](https://github.com/vrm-c/UniVRM/pull/942) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:15
msgid "Texture filter, wrap, mipmap の import/export の修正"
msgstr ""
#: ../../release/068/v0.75.0.md:16
msgid ""
"There is no consideration for texture mipmaps on exporting glTF. "
"[\\#947](https://github.com/vrm-c/UniVRM/issues/947)"
msgstr ""
#: ../../release/068/v0.75.0.md:17
msgid ""
"Materials.Length==0 または Materials.Contains\\(null\\) "
"の場合は、メッセージを表示して、エクスポートボタンを押せないようにする "
"[\\#919](https://github.com/vrm-c/UniVRM/issues/919)"
msgstr ""
#: ../../release/068/v0.75.0.md:18
msgid ""
"Feature/sampler filter wrap mipmap "
"[\\#969](https://github.com/vrm-c/UniVRM/pull/969) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:19
msgid ""
"Feature/sampler param [\\#966](https://github.com/vrm-c/UniVRM/pull/966) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:20
msgid ""
"fix MagFiler [\\#945](https://github.com/vrm-c/UniVRM/pull/945) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:22
msgid "1.0"
msgstr ""
#: ../../release/068/v0.75.0.md:23
msgid ""
"\\[1.0\\] aim constraint の up vector の目標空間 model/local を実装 "
"[\\#953](https://github.com/vrm-c/UniVRM/pull/953) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:24
msgid ""
"\\[1.0\\] constraitn の実装 "
"[\\#952](https://github.com/vrm-c/UniVRM/pull/952) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:26
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.75.0.md:28
msgid ""
"Fix/unittest textureexport dds "
"[\\#972](https://github.com/vrm-c/UniVRM/pull/972) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:29
msgid ""
"Throw not supported texture types "
"[\\#970](https://github.com/vrm-c/UniVRM/pull/970) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:30
msgid ""
"Restrict conditions about using raw texture file bytes while exporting "
"glTF in UnityEditor. [\\#967](https://github.com/vrm-c/UniVRM/pull/967) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:31
msgid ""
"Even if the texture instance is the same, if the color space required by "
"the glTF specification is different, it will be output as a different "
"texture. [\\#963](https://github.com/vrm-c/UniVRM/pull/963) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:32
msgid ""
"Refactoring Serializing Textures "
"[\\#961](https://github.com/vrm-c/UniVRM/pull/961) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:33
msgid ""
"test の コンパイル [\\#960](https://github.com/vrm-c/UniVRM/pull/960) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:34
msgid ""
"Tests satisfying the glTF specification about color space in PBR material"
" properties. [\\#959](https://github.com/vrm-c/UniVRM/pull/959) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:35
msgid ""
"Fix/scripted importer axes "
"[\\#958](https://github.com/vrm-c/UniVRM/pull/958) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:36
msgid ""
"Implements exporting VRM 1.0 MToon "
"[\\#955](https://github.com/vrm-c/UniVRM/pull/955) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:37
msgid ""
"Ignore freezing while exportings vrm10 "
"[\\#954](https://github.com/vrm-c/UniVRM/pull/954) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:38
msgid ""
"skip non mtoon material "
"[\\#950](https://github.com/vrm-c/UniVRM/pull/950) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:39
msgid ""
"materialsがsubmeshより多くて null を含む場合をValidationErrorにする "
"[\\#949](https://github.com/vrm-c/UniVRM/pull/949) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.75.0.md:40
msgid ""
"Add test cases for validating null materials "
"[\\#946](https://github.com/vrm-c/UniVRM/pull/946) "
"([oocytanb](https://github.com/oocytanb))"
msgstr ""
#: ../../release/068/v0.75.0.md:41
msgid ""
"Exporter can export compressed or non-readable texture. "
"[\\#944](https://github.com/vrm-c/UniVRM/pull/944) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.75.0.md:42
msgid ""
"Remove GL.sRGBWrite [\\#941](https://github.com/vrm-c/UniVRM/pull/941) "
"([Santarh](https://github.com/Santarh))"
msgstr ""

View File

@ -0,0 +1,306 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.76.0.md:1
msgid "v0.76.0: Shader整理"
msgstr ""
#: ../../release/068/v0.76.0.md:3
msgid "[v0.76.0](https://github.com/vrm-c/UniVRM/tree/v0.76.0) (2021-06-07)"
msgstr ""
#: ../../release/068/v0.76.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.76.0"
msgstr ""
#: ../../release/068/v0.76.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/38?closed=1"
msgstr ""
#: ../../release/068/v0.76.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.75.0...v0.76.0)"
msgstr ""
#: ../../release/068/v0.76.0.md:10
msgid "主な修正"
msgstr ""
#: ../../release/068/v0.76.0.md:12
msgid ""
"namespace MeshUtilityがUnityEditor.MeshUtility classと競合する "
"[\\#973](https://github.com/vrm-c/UniVRM/issues/973)"
msgstr ""
#: ../../release/068/v0.76.0.md:13
msgid ""
"Feature/animation extract "
"[\\#998](https://github.com/vrm-c/UniVRM/pull/998) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:15
msgid "Shaderの整理"
msgstr ""
#: ../../release/068/v0.76.0.md:16
msgid "https://vrm.dev/docs/univrm/shaders/univrm_vrmshaders/"
msgstr ""
#: ../../release/068/v0.76.0.md:18
msgid ""
"remove legacy shaders "
"[\\#1004](https://github.com/vrm-c/UniVRM/pull/1004) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:19
msgid ""
"古いvrmのTextureImportを修正 "
"[\\#1013](https://github.com/vrm-c/UniVRM/pull/1013) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:20
msgid ""
"古いシェーダー名をフォールバック [\\#1011](https://github.com/vrm-c/UniVRM/pull/1011) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:21
msgid ""
"fix VRMMaterialTests.ExportTest. Shaders \\(vrm/unlitXXX\\) are not "
"exists. [\\#1009](https://github.com/vrm-c/UniVRM/pull/1009) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:23
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.76.0.md:25
msgid ""
"UniVRM-0.76.0 [\\#1012](https://github.com/vrm-c/UniVRM/pull/1012) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:26
msgid ""
"Fix/export divided test "
"[\\#1010](https://github.com/vrm-c/UniVRM/pull/1010) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:27
msgid ""
"glb ローダーで読めるように修正 [\\#1008](https://github.com/vrm-c/UniVRM/pull/1008) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:28
msgid ""
"既存の morphTarget の sparse export を整理して、divided 頂点バッファでも動くようにした "
"[\\#1007](https://github.com/vrm-c/UniVRM/pull/1007) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:29
msgid ""
"MeshWithRenderer を MeshExportInfo に統合 "
"[\\#1005](https://github.com/vrm-c/UniVRM/pull/1005) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:30
msgid ""
"Implements vrmc\\_materials\\_mtoon shader code "
"[\\#1003](https://github.com/vrm-c/UniVRM/pull/1003) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:31
msgid ""
"VertexColorState を格上げ "
"[\\#1002](https://github.com/vrm-c/UniVRM/pull/1002) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:32
msgid ""
"move to folder [\\#1001](https://github.com/vrm-c/UniVRM/pull/1001) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:33
msgid ""
"Fix/rename mesh exporter "
"[\\#1000](https://github.com/vrm-c/UniVRM/pull/1000) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:34
msgid ""
"fix humanoid asset path "
"[\\#999](https://github.com/vrm-c/UniVRM/pull/999) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:35
msgid ""
"Fix/meshutility namespace "
"[\\#997](https://github.com/vrm-c/UniVRM/pull/997) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:36
msgid ""
"Feature10/update spring bone tail spec "
"[\\#996](https://github.com/vrm-c/UniVRM/pull/996) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:37
msgid ""
"new m\\_colliderList [\\#995](https://github.com/vrm-c/UniVRM/pull/995) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:38
msgid ""
"Feature10/spring bone editor "
"[\\#994](https://github.com/vrm-c/UniVRM/pull/994) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:39
msgid ""
"IAnimationImporter [\\#991](https://github.com/vrm-c/UniVRM/pull/991) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:40
msgid ""
"fix SettingsProvider [\\#990](https://github.com/vrm-c/UniVRM/pull/990) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:41
msgid ""
"use SettingProvider [\\#989](https://github.com/vrm-c/UniVRM/pull/989) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:42
msgid ""
"Import Metallic-Smoothness with Occlusion texture with shader "
"implementation. \\(faster!\\) "
"[\\#987](https://github.com/vrm-c/UniVRM/pull/987) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:43
msgid ""
"Extension implementation can inject texture loading strategy to "
"ImporterContext [\\#986](https://github.com/vrm-c/UniVRM/pull/986) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:44
msgid ""
"fix warn [\\#985](https://github.com/vrm-c/UniVRM/pull/985) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:45
msgid ""
"Export textures without alpha channel if the texture was linear, normal, "
"or metallic-roughness. [\\#984](https://github.com/vrm-c/UniVRM/pull/984)"
" ([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:46
msgid ""
"Refactoring importing texture/material "
"[\\#983](https://github.com/vrm-c/UniVRM/pull/983) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:47
msgid ""
"Refactoring importing textures "
"[\\#982](https://github.com/vrm-c/UniVRM/pull/982) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:48
msgid ""
"Refactaring Material Import/Export "
"[\\#981](https://github.com/vrm-c/UniVRM/pull/981) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:49
msgid ""
"メッシュが無いオブジェクトに対する MeshExportValidator のテストを追加 "
"[\\#980](https://github.com/vrm-c/UniVRM/pull/980) "
"([oocytanb](https://github.com/oocytanb))"
msgstr ""
#: ../../release/068/v0.76.0.md:50
msgid ""
"ClearScene [\\#979](https://github.com/vrm-c/UniVRM/pull/979) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:51
msgid ""
"Fix type parent [\\#978](https://github.com/vrm-c/UniVRM/pull/978) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:52
msgid ""
"Fix bug that can't extract textures. "
"[\\#977](https://github.com/vrm-c/UniVRM/pull/977) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:53
msgid ""
"Convert normal texture without specific format "
"[\\#976](https://github.com/vrm-c/UniVRM/pull/976) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.76.0.md:54
msgid ""
"Fix10/fix expression editor "
"[\\#975](https://github.com/vrm-c/UniVRM/pull/975) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.76.0.md:55
msgid ""
"Handle SubAssetKey instead of string strictly "
"[\\#974](https://github.com/vrm-c/UniVRM/pull/974) "
"([Santarh](https://github.com/Santarh))"
msgstr ""

View File

@ -0,0 +1,275 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.77.0.md:1
msgid "v0.77.0: RuntimeGltfInstance"
msgstr ""
#: ../../release/068/v0.77.0.md:3
msgid "[v0.77.0](https://github.com/vrm-c/UniVRM/tree/v0.77.0) (2021-06-16)"
msgstr ""
#: ../../release/068/v0.77.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.77.0"
msgstr ""
#: ../../release/068/v0.77.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/39?closed=1"
msgstr ""
#: ../../release/068/v0.77.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.76.0...v0.77.0)"
msgstr ""
#: ../../release/068/v0.77.0.md:10
msgid "API更新"
msgstr ""
#: ../../release/068/v0.77.0.md:12
msgid "https://vrm.dev/docs/univrm/programming/univrm_api_history/"
msgstr ""
#: ../../release/068/v0.77.0.md:13
msgid "https://vrm.dev/docs/univrm/programming/runtime_import/"
msgstr ""
#: ../../release/068/v0.77.0.md:14
msgid ""
"DisposeOnGameObjectDestroyed を整理する "
"[\\#1018](https://github.com/vrm-c/UniVRM/issues/1018)"
msgstr ""
#: ../../release/068/v0.77.0.md:15
msgid ""
"UnityObjectDestoyer 改め RuntimeGltfInstance "
"[\\#1021](https://github.com/vrm-c/UniVRM/pull/1021) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:17
msgid "MToon"
msgstr ""
#: ../../release/068/v0.77.0.md:18
msgid ""
"MToon 1.0: Backfaces have flipped normals when double sided. "
"[\\#1022](https://github.com/vrm-c/UniVRM/issues/1022)"
msgstr ""
#: ../../release/068/v0.77.0.md:20
msgid "主な修正"
msgstr ""
#: ../../release/068/v0.77.0.md:22
msgid "**Closed issues:**"
msgstr ""
#: ../../release/068/v0.77.0.md:24
msgid ""
"BaseColor of URP/Lit shader not exported to glb/gltf "
"[\\#988](https://github.com/vrm-c/UniVRM/issues/988)"
msgstr ""
#: ../../release/068/v0.77.0.md:25
msgid ""
"Does the importer work with Unity URP? "
"[\\#740](https://github.com/vrm-c/UniVRM/issues/740)"
msgstr ""
#: ../../release/068/v0.77.0.md:26
msgid ""
"Using UniVRM with Universal Render Pipeline "
"[\\#683](https://github.com/vrm-c/UniVRM/issues/683)"
msgstr ""
#: ../../release/068/v0.77.0.md:27
msgid "サポートシェーダーの整理 [\\#496](https://github.com/vrm-c/UniVRM/issues/496)"
msgstr ""
#: ../../release/068/v0.77.0.md:28
msgid ""
"When unity URP will be supported? "
"[\\#387](https://github.com/vrm-c/UniVRM/issues/387)"
msgstr ""
#: ../../release/068/v0.77.0.md:30
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.77.0.md:32
msgid ""
"作業ミス。エディタで保存されてなかった [\\#1045](https://github.com/vrm-c/UniVRM/pull/1045) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:33
msgid ""
"最近の UnitTest [\\#1044](https://github.com/vrm-c/UniVRM/pull/1044) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:34
msgid ""
"null check [\\#1043](https://github.com/vrm-c/UniVRM/pull/1043) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:35
msgid ""
"\\[vrm1\\]ScriptableObjectの構成を見直し "
"[\\#1042](https://github.com/vrm-c/UniVRM/pull/1042) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:36
msgid ""
"Fix MToon migration tests "
"[\\#1041](https://github.com/vrm-c/UniVRM/pull/1041) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:37
msgid ""
"Disable \"AutoReferenced\" in all asmdefs. "
"[\\#1040](https://github.com/vrm-c/UniVRM/pull/1040) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:38
msgid ""
"null check [\\#1037](https://github.com/vrm-c/UniVRM/pull/1037) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:39
msgid ""
"aim constraint Yaw, Pitch freeze "
"[\\#1036](https://github.com/vrm-c/UniVRM/pull/1036) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:40
msgid ""
"Refactoring mtoon 1.0 alpha "
"[\\#1034](https://github.com/vrm-c/UniVRM/pull/1034) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:41
msgid ""
"avoid editor error if not playing "
"[\\#1033](https://github.com/vrm-c/UniVRM/pull/1033) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:42
msgid ""
"new EditorGUI.DisabledScope\\(false\\) は GUI.enabled = true という意味ではないぽい "
"[\\#1032](https://github.com/vrm-c/UniVRM/pull/1032) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:43
msgid ""
"VRM10Controllerの変数管理を修正 "
"[\\#1031](https://github.com/vrm-c/UniVRM/pull/1031) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:44
msgid ""
"Fix failing extracting vrm meta file in vrm 1.0 \\(rarely\\) "
"[\\#1030](https://github.com/vrm-c/UniVRM/pull/1030) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:45
msgid ""
"remove gameobject after prefab created. "
"[\\#1029](https://github.com/vrm-c/UniVRM/pull/1029) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:46
msgid ""
"Fix tiny bug [\\#1028](https://github.com/vrm-c/UniVRM/pull/1028) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:47
msgid ""
"とりあえず Exception 回避 [\\#1027](https://github.com/vrm-c/UniVRM/pull/1027) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:48
msgid ""
"Use MToon10 in VRM1.0 implementation. "
"[\\#1024](https://github.com/vrm-c/UniVRM/pull/1024) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:49
msgid ""
"JsonSchema を更新 [\\#1023](https://github.com/vrm-c/UniVRM/pull/1023) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:50
msgid ""
"fix mesh == null [\\#1020](https://github.com/vrm-c/UniVRM/pull/1020) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:51
msgid ""
"Fix10/nullcheck [\\#1019](https://github.com/vrm-c/UniVRM/pull/1019) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:52
msgid ""
"サンプルの動作を確認 [\\#1017](https://github.com/vrm-c/UniVRM/pull/1017) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.77.0.md:53
msgid ""
"Add a test case for exporting nodes contains null mesh "
"[\\#1016](https://github.com/vrm-c/UniVRM/pull/1016) "
"([oocytanb](https://github.com/oocytanb))"
msgstr ""
#: ../../release/068/v0.77.0.md:54
msgid ""
"Implements vrmc\\_materials\\_mtoon inspector "
"[\\#1015](https://github.com/vrm-c/UniVRM/pull/1015) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.77.0.md:55
msgid ""
"IAnimationImporter を廃止 "
"[\\#1014](https://github.com/vrm-c/UniVRM/pull/1014) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,148 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/068/v0.78.0.md:1
msgid "v0.78.0: ScriptdImporter の改修"
msgstr ""
#: ../../release/068/v0.78.0.md:3
msgid "主に、1.0 向けと glb/gltf の ScriptdImporter の改修です。"
msgstr ""
#: ../../release/068/v0.78.0.md:5
msgid "[v0.78.0](https://github.com/vrm-c/UniVRM/tree/v0.78.0) (2021-06-23)"
msgstr ""
#: ../../release/068/v0.78.0.md:7
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.78.0"
msgstr ""
#: ../../release/068/v0.78.0.md:8
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/40?closed=1"
msgstr ""
#: ../../release/068/v0.78.0.md:10
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.77.0...v0.78.0)"
msgstr ""
#: ../../release/068/v0.78.0.md:12
msgid "バグ修正"
msgstr ""
#: ../../release/068/v0.78.0.md:13
msgid ""
"Feature10/fix sparse [\\#1049](https://github.com/vrm-c/UniVRM/pull/1049)"
" ([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:15
msgid "Exporter"
msgstr ""
#: ../../release/068/v0.78.0.md:16
msgid ""
"Export 時に default 値の TRS を出力しない "
"[\\#1061](https://github.com/vrm-c/UniVRM/pull/1061) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:18
msgid "ScriptedImporter(gltf/glb vrm-1)"
msgstr ""
#: ../../release/068/v0.78.0.md:19
msgid ""
"ImporterContext.AnimationClips に External か否かの情報を追加 "
"[\\#1050](https://github.com/vrm-c/UniVRM/pull/1050) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:20
msgid ""
"Feature10/remap editor "
"[\\#1053](https://github.com/vrm-c/UniVRM/pull/1053) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:21
msgid ""
"external\\_object\\_map に null が入っているときがある\\(対象を削除したとき\\) "
"[\\#1047](https://github.com/vrm-c/UniVRM/pull/1047) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:23
msgid "1.0"
msgstr ""
#: ../../release/068/v0.78.0.md:24
msgid ""
"vrm0 の時だけ migration checkbox "
"[\\#1062](https://github.com/vrm-c/UniVRM/pull/1062) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:25
msgid ""
"\\[1.0\\]MetaEditorの復旧 "
"[\\#1058](https://github.com/vrm-c/UniVRM/pull/1058) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:26
msgid ""
"Feature10/impl firstperson list "
"[\\#1052](https://github.com/vrm-c/UniVRM/pull/1052) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:28
msgid "その他のChangelog"
msgstr ""
#: ../../release/068/v0.78.0.md:29
msgid ""
"fix using [\\#1066](https://github.com/vrm-c/UniVRM/pull/1066) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/068/v0.78.0.md:30
msgid ""
"Allow referencing additional chunks. "
"[\\#1065](https://github.com/vrm-c/UniVRM/pull/1065) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.78.0.md:31
msgid ""
"Add migration code about legacy roughness texture behaviour. "
"[\\#1064](https://github.com/vrm-c/UniVRM/pull/1064) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/068/v0.78.0.md:32
msgid ""
"Public ITextureDeserializer "
"[\\#1063](https://github.com/vrm-c/UniVRM/pull/1063) "
"([Santarh](https://github.com/Santarh))"
msgstr ""

View File

@ -0,0 +1,309 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.79.0.md:1
msgid "v0.79.0: 1.0準備"
msgstr ""
#: ../../release/079/v0.79.0.md:3
msgid "[v0.79.0](https://github.com/vrm-c/UniVRM/tree/v0.79.0) (2021-07-19)"
msgstr ""
#: ../../release/079/v0.79.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.79.0"
msgstr ""
#: ../../release/079/v0.79.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/41?closed=1"
msgstr ""
#: ../../release/079/v0.79.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.78.0...v0.79.0)"
msgstr ""
#: ../../release/079/v0.79.0.md:10
msgid "このバージョンから `pre release` をやめて通常リリースに戻ります。"
msgstr ""
#: ../../release/079/v0.79.0.md:12
msgid "ToDo:"
msgstr ""
#: ../../release/079/v0.79.0.md:14
msgid "[ ] 0.66 ~ 0.79 の変更まとめ"
msgstr ""
#: ../../release/079/v0.79.0.md:15
msgid "[ ] (GLB, GLTF) ScriptedImporter の導入 と Extract の説明"
msgstr ""
#: ../../release/079/v0.79.0.md:17
msgid "AutoReference"
msgstr ""
#: ../../release/079/v0.79.0.md:18
msgid "Autoreference を有効にします。"
msgstr ""
#: ../../release/079/v0.79.0.md:20
msgid ""
"Make asmdef's `Auto Referenced` `true` . "
"[\\#1107](https://github.com/vrm-c/UniVRM/issues/1107)"
msgstr ""
#: ../../release/079/v0.79.0.md:21
msgid ""
"Namespace \"VRM\" can't be found by any other script. "
"[\\#1103](https://github.com/vrm-c/UniVRM/issues/1103)"
msgstr ""
#: ../../release/079/v0.79.0.md:22
msgid ""
"Make asmdef's auto-referenced true. "
"[\\#1108](https://github.com/vrm-c/UniVRM/pull/1108) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:24
msgid "1.0"
msgstr ""
#: ../../release/079/v0.79.0.md:25
msgid ""
"\\[1.0\\] Invalid migration of MToon screen coordinates outline "
"[\\#1069](https://github.com/vrm-c/UniVRM/issues/1069)"
msgstr ""
#: ../../release/079/v0.79.0.md:26
msgid ""
"Fix MToon 1.0 functions. "
"[\\#1101](https://github.com/vrm-c/UniVRM/pull/1101) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:27
msgid ""
"\\[1.0\\] Expression の仕様更新に追随 "
"[\\#1092](https://github.com/vrm-c/UniVRM/pull/1092) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:28
msgid ""
"\\[1.0\\] Fix MToon 1.0 bugs "
"[\\#1071](https://github.com/vrm-c/UniVRM/pull/1071) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:30
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.79.0.md:32
msgid ""
"Add properties & Fix the bug in `RuntimeGltfInstance` "
"[\\#1109](https://github.com/vrm-c/UniVRM/pull/1109) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:33
msgid ""
"VRChat用に設定したVRoidモデルを再度VRMに変換する時にエラーが出て失敗する "
"[\\#1100](https://github.com/vrm-c/UniVRM/issues/1100)"
msgstr ""
#: ../../release/079/v0.79.0.md:34
msgid ""
"Fail to convert, \"IndexOutOfRange Exception\" critical error "
"[\\#1099](https://github.com/vrm-c/UniVRM/issues/1099)"
msgstr ""
#: ../../release/079/v0.79.0.md:35
msgid ""
"UniVRM fails to convert avatar with critical errors. "
"[\\#1098](https://github.com/vrm-c/UniVRM/issues/1098)"
msgstr ""
#: ../../release/079/v0.79.0.md:36
msgid ""
"Extract null extract の挙動 "
"[\\#1070](https://github.com/vrm-c/UniVRM/issues/1070)"
msgstr ""
#: ../../release/079/v0.79.0.md:37
msgid "TRS のデフォルト値をスキップ [\\#1059](https://github.com/vrm-c/UniVRM/issues/1059)"
msgstr ""
#: ../../release/079/v0.79.0.md:38
msgid ""
"Minor compatibility issues with Unity 2021.1 "
"[\\#1051](https://github.com/vrm-c/UniVRM/issues/1051)"
msgstr ""
#: ../../release/079/v0.79.0.md:39
msgid ""
"Show the warning of color space because UniGLTF supports Linear color "
"space only. [\\#1006](https://github.com/vrm-c/UniVRM/issues/1006)"
msgstr ""
#: ../../release/079/v0.79.0.md:40
msgid ""
"Export texture include alpha channel only when needed while exporting "
"glTF. [\\#968](https://github.com/vrm-c/UniVRM/issues/968)"
msgstr ""
#: ../../release/079/v0.79.0.md:42
msgid ""
"UnitTestの修正 [\\#1106](https://github.com/vrm-c/UniVRM/pull/1106) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:43
msgid ""
"UniVRM-0.79.0 [\\#1105](https://github.com/vrm-c/UniVRM/pull/1105) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:44
msgid ""
"EditorTextureSerializer で例外になるテクスチャを事前にエラーメッセージにする "
"[\\#1102](https://github.com/vrm-c/UniVRM/pull/1102) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:45
msgid ""
"fix MissingReferenceException "
"[\\#1095](https://github.com/vrm-c/UniVRM/pull/1095) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:46
msgid ""
"Add null check in StringExtension "
"[\\#1090](https://github.com/vrm-c/UniVRM/pull/1090) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:47
msgid ""
"Make public resource fix method "
"[\\#1089](https://github.com/vrm-c/UniVRM/pull/1089) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:48
msgid ""
"Nodeの行列分解時の負のスケールの限定対応 "
"[\\#1087](https://github.com/vrm-c/UniVRM/pull/1087) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:49
msgid ""
"Feature10/zip extract "
"[\\#1086](https://github.com/vrm-c/UniVRM/pull/1086) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:50
msgid ""
"VRMC\\_materials\\_hdr\\_emissiveMultiplier 実装 "
"[\\#1085](https://github.com/vrm-c/UniVRM/pull/1085) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:51
msgid ""
"Fix error when material count was zero in VRM "
"[\\#1084](https://github.com/vrm-c/UniVRM/pull/1084) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:52
msgid ""
"Add unique suffix to same name assets. "
"[\\#1083](https://github.com/vrm-c/UniVRM/pull/1083) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:53
msgid ""
"AnimationClip import with AnimationClipFactory "
"[\\#1082](https://github.com/vrm-c/UniVRM/pull/1082) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:54
msgid ""
"ApplyModifiedProperties "
"[\\#1081](https://github.com/vrm-c/UniVRM/pull/1081) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:55
msgid ""
"experimental zip archive importer "
"[\\#1080](https://github.com/vrm-c/UniVRM/pull/1080) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:56
msgid ""
"fix SettingProvider [\\#1079](https://github.com/vrm-c/UniVRM/pull/1079) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:57
msgid ""
"Fix bug of unarchiving stored file in zip. "
"[\\#1077](https://github.com/vrm-c/UniVRM/pull/1077) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:58
msgid ""
"Refactoring `GltfParser` "
"[\\#1076](https://github.com/vrm-c/UniVRM/pull/1076) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:59
msgid ""
"TextureDeserializer can await. "
"[\\#1074](https://github.com/vrm-c/UniVRM/pull/1074) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.79.0.md:60
msgid ""
"Extract/Clear 改修 [\\#1073](https://github.com/vrm-c/UniVRM/pull/1073) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.79.0.md:61
msgid ""
"Export textures with alpha channel only if necessary "
"[\\#1072](https://github.com/vrm-c/UniVRM/pull/1072) "
"([Santarh](https://github.com/Santarh))"
msgstr ""

View File

@ -0,0 +1,233 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.80.0.md:1
msgid "v0.80.0: 1.0準備, 最低バージョンを Unity-2019.4LTS に更新"
msgstr ""
#: ../../release/079/v0.80.0.md:3
msgid "[v0.80.0](https://github.com/vrm-c/UniVRM/tree/v0.80.0) (2021-08-11)"
msgstr ""
#: ../../release/079/v0.80.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.80.0"
msgstr ""
#: ../../release/079/v0.80.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/42?closed=1"
msgstr ""
#: ../../release/079/v0.80.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.79.0...v0.80.0)"
msgstr ""
#: ../../release/079/v0.80.0.md:10
msgid "最低バージョンを Unity-2019.4LTS に更新"
msgstr ""
#: ../../release/079/v0.80.0.md:11
msgid ""
"Unityのサポートバージョンを 2019.4LTS 以降にする "
"[\\#1126](https://github.com/vrm-c/UniVRM/issues/1126)"
msgstr ""
#: ../../release/079/v0.80.0.md:12
msgid ""
"Use GUID in asmdefs [\\#1131](https://github.com/vrm-c/UniVRM/pull/1131) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.80.0.md:13
msgid ""
"update 2019 settings [\\#1130](https://github.com/vrm-c/UniVRM/pull/1130)"
" ([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:14
msgid ""
"開発バージョンをUnity-2019にあげる。および、 Unity-2019 require ApplyRevertGUI call in "
"OnInspectorGUI の修正 [\\#1129](https://github.com/vrm-c/UniVRM/pull/1129) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:16
msgid "VRM-1.0"
msgstr ""
#: ../../release/079/v0.80.0.md:17
msgid ""
"VRM1 の unitypackage を作る "
"[\\#1127](https://github.com/vrm-c/UniVRM/issues/1127)"
msgstr ""
#: ../../release/079/v0.80.0.md:18
msgid ""
"Fix1/expression UI [\\#1142](https://github.com/vrm-c/UniVRM/pull/1142) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:19
msgid ""
"VRM10Expression.Preset と ExpressionName を廃止 "
"[\\#1141](https://github.com/vrm-c/UniVRM/pull/1141) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:20
msgid ""
"Fix1/fix firstperson editor "
"[\\#1136](https://github.com/vrm-c/UniVRM/pull/1136) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:21
msgid ""
"Feature1/add default expressions "
"[\\#1135](https://github.com/vrm-c/UniVRM/pull/1135) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:22
msgid ""
"Feature1/update jsonschema "
"[\\#1134](https://github.com/vrm-c/UniVRM/pull/1134) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:23
msgid ""
"add null check [\\#1133](https://github.com/vrm-c/UniVRM/pull/1133) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:24
msgid ""
"VRM-1.0 の unitypackage も作成する "
"[\\#1132](https://github.com/vrm-c/UniVRM/pull/1132) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:25
msgid ""
"\\[VRM10\\] VRM10Expression のカスタムエディターの修正 "
"[\\#1118](https://github.com/vrm-c/UniVRM/pull/1118) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:27
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.80.0.md:28
msgid ""
"URPサンプルプロジェクトへのインポート時にビルドエラーが出る "
"[\\#1137](https://github.com/vrm-c/UniVRM/issues/1137)"
msgstr ""
#: ../../release/079/v0.80.0.md:29
msgid "Mtoonのマテリアルが作成できません [\\#1114](https://github.com/vrm-c/UniVRM/issues/1114)"
msgstr ""
#: ../../release/079/v0.80.0.md:30
msgid ""
"export VRM with animation clip at runtime "
"[\\#1113](https://github.com/vrm-c/UniVRM/issues/1113)"
msgstr ""
#: ../../release/079/v0.80.0.md:31
msgid ""
"How to fix \"'MToon' does not exist in the current context\" error on "
"latest version [\\#1111](https://github.com/vrm-c/UniVRM/issues/1111)"
msgstr ""
#: ../../release/079/v0.80.0.md:32
msgid "HDRP/URP Support [\\#1110](https://github.com/vrm-c/UniVRM/issues/1110)"
msgstr ""
#: ../../release/079/v0.80.0.md:33
msgid ""
"I don't know why, but i can't export my model to VRM "
"[\\#1104](https://github.com/vrm-c/UniVRM/issues/1104)"
msgstr ""
#: ../../release/079/v0.80.0.md:34
msgid ""
"Head look at not work "
"[\\#1035](https://github.com/vrm-c/UniVRM/issues/1035)"
msgstr ""
#: ../../release/079/v0.80.0.md:35
msgid "Hair import [\\#956](https://github.com/vrm-c/UniVRM/issues/956)"
msgstr ""
#: ../../release/079/v0.80.0.md:36
msgid ""
"restore CreateUnityPackageWithBuild "
"[\\#1145](https://github.com/vrm-c/UniVRM/pull/1145) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:37
msgid ""
"OnResetClicked [\\#1144](https://github.com/vrm-c/UniVRM/pull/1144) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:38
msgid ""
"UniVRM-0.80.0 [\\#1143](https://github.com/vrm-c/UniVRM/pull/1143) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:39
msgid ""
"Unity2020対応のデグレを修正 [\\#1140](https://github.com/vrm-c/UniVRM/pull/1140) "
"([notargs](https://github.com/notargs))"
msgstr ""
#: ../../release/079/v0.80.0.md:40
msgid ""
"null check [\\#1125](https://github.com/vrm-c/UniVRM/pull/1125) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:41
msgid ""
"ラインタイムエクスポート時に正規化を実行する例 "
"[\\#1119](https://github.com/vrm-c/UniVRM/pull/1119) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.80.0.md:42
msgid ""
"Skip mesh export when MeshExportInfo.CanExport is false "
"[\\#1117](https://github.com/vrm-c/UniVRM/pull/1117) "
"([ichi-23](https://github.com/ichi-23))"
msgstr ""
#: ../../release/079/v0.80.0.md:43
msgid ""
"Make asmdef's auto-referenced true. "
"[\\#1108](https://github.com/vrm-c/UniVRM/pull/1108) "
"([Santarh](https://github.com/Santarh))"
msgstr ""

View File

@ -0,0 +1,257 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.81.0.md:1
msgid "v0.81.0: 1.0準備, unitypackage 構成変更"
msgstr ""
#: ../../release/079/v0.81.0.md:3
msgid "**Stable 安定板**"
msgstr ""
#: ../../release/079/v0.81.0.md:5
msgid "`v0.81.0` から `unitypackage` が変わりました。"
msgstr ""
#: ../../release/079/v0.81.0.md:7
msgid "Install `UniGLTF_VRMShaders` and `UniVRM`"
msgstr ""
#: ../../release/079/v0.81.0.md:8
msgid "For `VRM-1.0Beta`, add `VRM` unitypackage"
msgstr ""
#: ../../release/079/v0.81.0.md ../../release/079/v0.81.0.md:31
msgid "UniGLTF_VRMShaders"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "UniVRM"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "VRM1.0"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "for GLTF"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "install"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "for VRM-0.X"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "for VRM-1.0β"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "folder"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "Assets/VRMShaders, Assets/UniGLTF"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "Assets/VRM"
msgstr ""
#: ../../release/079/v0.81.0.md
msgid "Assets/VRM10"
msgstr ""
#: ../../release/079/v0.81.0.md:17
msgid "関連情報 (Related Information)"
msgstr ""
#: ../../release/079/v0.81.0.md:19
msgid ""
"From `v0.80.0`, Unity minimal version is "
"`Unity-2019.4LTS`[UnityVersion](https://vrm.dev/docs/univrm/install/unity_version/)"
msgstr ""
#: ../../release/079/v0.81.0.md:21
msgid ""
"[UniVRMバージョン](https://vrm.dev/docs/univrm/install/univrm_version/) "
"([UniVRM "
"Version](https://vrm.dev/en/docs/univrm/install/univrm_version/))"
msgstr ""
#: ../../release/079/v0.81.0.md:23
msgid ""
"[UniVRMインストール](https://vrm.dev/docs/univrm) ([UniVRM "
"Install](https://vrm.dev/en/docs/univrm))"
msgstr ""
#: ../../release/079/v0.81.0.md:25
msgid ""
"[UniVRMアンインストール](https://vrm.dev/docs/univrm/install/univrm_uninstall/) "
"([UniVRM "
"Uninstall](https://vrm.dev/en/docs/univrm/install/univrm_uninstall/))"
msgstr ""
#: ../../release/079/v0.81.0.md:27
msgid ""
"[VRMエクスポート](https://vrm.dev/docs/univrm/export/univrm_export/) ([VRM "
"Export](https://vrm.dev/en/docs/univrm/export/univrm_export/))"
msgstr ""
#: ../../release/079/v0.81.0.md:29
msgid "UnityPackage の構成を整理しました"
msgstr ""
#: ../../release/079/v0.81.0.md:32
msgid "UniVRM(VRM-0.X)"
msgstr ""
#: ../../release/079/v0.81.0.md:33
msgid "VRM(VRM-1.0β)"
msgstr ""
#: ../../release/079/v0.81.0.md:35
msgid "`UniGLTF_VRMShaders` `UniVRM` の順に2つインストールしてください"
msgstr ""
#: ../../release/079/v0.81.0.md:37
msgid "[v0.81.0](https://github.com/vrm-c/UniVRM/tree/v0.81.0) (2021-08-20)"
msgstr ""
#: ../../release/079/v0.81.0.md:39
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.81.0"
msgstr ""
#: ../../release/079/v0.81.0.md:40
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/43?closed=1"
msgstr ""
#: ../../release/079/v0.81.0.md:42
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.80.0...v0.81.0)"
msgstr ""
#: ../../release/079/v0.81.0.md:44
msgid "パッケージ整理など"
msgstr ""
#: ../../release/079/v0.81.0.md:45
msgid ""
"UniGLTF の UPM id を、`com.vrmc.unigltf` から `com.vrmc.gltf` に変えてバージョンを振り直し "
"[\\#1156](https://github.com/vrm-c/UniVRM/issues/1156)"
msgstr ""
#: ../../release/079/v0.81.0.md:46
msgid ""
"UnityPackage に Samples を含める "
"[\\#1159](https://github.com/vrm-c/UniVRM/pull/1159) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:47
msgid ""
"内部バージョンは維持 UniGLTF/UniGLTFVersion.cs "
"[\\#1158](https://github.com/vrm-c/UniVRM/pull/1158) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:48
msgid ""
"What difference between \"UniVRM0X\" and \"UniVRM10\" unitypackage? "
"「UniVRM0X」と「UniVRM10」のユニティパッケージの違いは何ですか "
"[\\#1152](https://github.com/vrm-c/UniVRM/issues/1152)"
msgstr ""
#: ../../release/079/v0.81.0.md:49
msgid ""
"リリースページの安定版のバージョン番号ミス "
"[\\#1150](https://github.com/vrm-c/UniVRM/issues/1150)"
msgstr ""
#: ../../release/079/v0.81.0.md:50
msgid ""
"サンプルの構成変更 [\\#1155](https://github.com/vrm-c/UniVRM/pull/1155) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:52
msgid "VRM-1.0"
msgstr ""
#: ../../release/079/v0.81.0.md:53
msgid ""
"\\[VRM1\\] VRM10/MToon10 のインスペクターの Emission が HDR でない "
"[\\#1148](https://github.com/vrm-c/UniVRM/issues/1148)"
msgstr ""
#: ../../release/079/v0.81.0.md:54
msgid ""
"Feature1/lookat editor tool "
"[\\#1154](https://github.com/vrm-c/UniVRM/pull/1154) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:55
msgid ""
"add \\[HDR\\] [\\#1151](https://github.com/vrm-c/UniVRM/pull/1151) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:57
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.81.0.md:58
msgid ""
"Add properties to `RuntimeGltfInstance` "
"[\\#1096](https://github.com/vrm-c/UniVRM/issues/1096)"
msgstr ""
#: ../../release/079/v0.81.0.md:59
msgid ""
"\\[0.77\\]AsyncでランタイムロードしたモデルのScaleを1以上にするとSpringBoneの動作が怪しくなる "
"[\\#1115](https://github.com/vrm-c/UniVRM/issues/1115)"
msgstr ""
#: ../../release/079/v0.81.0.md:60
msgid ""
"implement Mesh.colors "
"[\\#1153](https://github.com/vrm-c/UniVRM/pull/1153) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:61
msgid ""
"ISSUE\\_TEMPLATE を簡略化 "
"[\\#1149](https://github.com/vrm-c/UniVRM/pull/1149) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.81.0.md:62
msgid ""
"Update unity version & end preview release "
"[\\#1147](https://github.com/vrm-c/UniVRM/pull/1147) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,146 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.82.0.md:1
msgid "v0.82.0: 1.0準備, URP 向け Material置き換え機能"
msgstr ""
#: ../../release/079/v0.82.0.md:3
msgid "[v0.82.0](https://github.com/vrm-c/UniVRM/tree/v0.82.0) (2021-09-01)"
msgstr ""
#: ../../release/079/v0.82.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.82.0"
msgstr ""
#: ../../release/079/v0.82.0.md:6
msgid ""
"milestone: https://github.com/vrm-c/UniVRM/milestone/44?closed=1 [Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.81.0...v0.82.0)"
msgstr ""
#: ../../release/079/v0.82.0.md:9
msgid "URP(Universal Render Pipeline)"
msgstr ""
#: ../../release/079/v0.82.0.md:10
msgid "URP 向けに Material Import をカスタマイズする機能をはじめました (Experimental)"
msgstr ""
#: ../../release/079/v0.82.0.md:12
msgid "`TODO:` アプリ開発者向けドキュメント"
msgstr ""
#: ../../release/079/v0.82.0.md:14
msgid ""
"Add MaterialGenerator customization point \\(for URP\\) "
"[\\#1177](https://github.com/vrm-c/UniVRM/pull/1177) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:16
msgid "[1.0]"
msgstr ""
#: ../../release/079/v0.82.0.md:18
msgid ""
"\\[1.0\\]extract の一覧に matcap など一部のテクスチャーが一覧されない "
"[\\#1171](https://github.com/vrm-c/UniVRM/issues/1171)"
msgstr ""
#: ../../release/079/v0.82.0.md:19
msgid ""
"\\[1.0\\] MToon10でエクスポートするとStandardになってしまう "
"[\\#1164](https://github.com/vrm-c/UniVRM/issues/1164)"
msgstr ""
#: ../../release/079/v0.82.0.md:20
msgid ""
"\\[1.0\\] Vrm-1.0 の Texture 列挙を修正 "
"[\\#1174](https://github.com/vrm-c/UniVRM/pull/1174) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:21
msgid ""
"SubAssetでも中を見れるように、デフォルトで AdvancedMode にする "
"[\\#1168](https://github.com/vrm-c/UniVRM/pull/1168) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:22
msgid ""
"play mode の expression preview "
"[\\#1169](https://github.com/vrm-c/UniVRM/pull/1169) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:24
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.82.0.md:25
msgid "Sampleの構成 [\\#1068](https://github.com/vrm-c/UniVRM/issues/1068)"
msgstr ""
#: ../../release/079/v0.82.0.md:26
msgid ""
"Error Message [\\#1180](https://github.com/vrm-c/UniVRM/pull/1180) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:27
msgid ""
"UniVRM-0.82.0 [\\#1179](https://github.com/vrm-c/UniVRM/pull/1179) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:28
msgid ""
"add VRM10AutoExpression for VRM10Viewer. move test\\_motion.txt "
"[\\#1173](https://github.com/vrm-c/UniVRM/pull/1173) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:29
msgid ""
"simple [\\#1172](https://github.com/vrm-c/UniVRM/pull/1172) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:30
msgid ""
"Fix10/mtoon export/import "
"[\\#1167](https://github.com/vrm-c/UniVRM/pull/1167) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:31
msgid ""
"Fix/readme etc [\\#1161](https://github.com/vrm-c/UniVRM/pull/1161) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.82.0.md:32
msgid ""
"UniVRM-0.81.0 [\\#1157](https://github.com/vrm-c/UniVRM/pull/1157) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,244 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.83.0.md:1
msgid "v0.83.0: 1.0準備"
msgstr ""
#: ../../release/079/v0.83.0.md:3
msgid "https://vrm.dev/"
msgstr ""
#: ../../release/079/v0.83.0.md:5
msgid "のプログラミング関連のドキュメントを"
msgstr ""
#: ../../release/079/v0.83.0.md:7
msgid "https://vrm-c.github.io/UniVRM/"
msgstr ""
#: ../../release/079/v0.83.0.md:9
msgid "に引越ししました。"
msgstr ""
#: ../../release/079/v0.83.0.md:11
msgid "[v0.83.0](https://github.com/vrm-c/UniVRM/tree/v0.83.0) (2021-09-10)"
msgstr ""
#: ../../release/079/v0.83.0.md:13
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.83.0"
msgstr ""
#: ../../release/079/v0.83.0.md:14
msgid ""
"milestone: https://github.com/vrm-c/UniVRM/milestone/45?closed=1 [Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.82.1...v0.83.0)"
msgstr ""
#: ../../release/079/v0.83.0.md:17
msgid "bug修正"
msgstr ""
#: ../../release/079/v0.83.0.md:19
msgid ""
"PBR テクスチャーの変換に使っている シェーダーが ビルドに含まれない "
"[\\#1187](https://github.com/vrm-c/UniVRM/issues/1187)"
msgstr ""
#: ../../release/079/v0.83.0.md:20
msgid ""
"Include all shaders in Resources directory. "
"[\\#1203](https://github.com/vrm-c/UniVRM/pull/1203) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.83.0.md:21
msgid ""
"Standard Shader Export - NotImplementedException When Occlusion and "
"Metallic Resolutions Do Not Match "
"[\\#1178](https://github.com/vrm-c/UniVRM/issues/1178)"
msgstr ""
#: ../../release/079/v0.83.0.md:23
msgid "1.0"
msgstr ""
#: ../../release/079/v0.83.0.md:25
msgid ""
"\\[1.0\\] Renderer.enabled = false になってない "
"[\\#1197](https://github.com/vrm-c/UniVRM/issues/1197)"
msgstr ""
#: ../../release/079/v0.83.0.md:26
msgid ""
"\\[1.0\\] SetupAsync にして Auto で生成される Mesh の初期状態を非表示にした "
"[\\#1194](https://github.com/vrm-c/UniVRM/issues/1194)"
msgstr ""
#: ../../release/079/v0.83.0.md:27
msgid ""
"\\[1.0\\] MaterialUVBindings の挙動 "
"[\\#1191](https://github.com/vrm-c/UniVRM/issues/1191)"
msgstr ""
#: ../../release/079/v0.83.0.md:28
msgid ""
"\\[1.0\\] マイグレートロードしたときに古い方のメタにアクセスできる API "
"[\\#1190](https://github.com/vrm-c/UniVRM/issues/1190)"
msgstr ""
#: ../../release/079/v0.83.0.md:29
msgid ""
"\\[1.0\\] MaterialValueBind が重複すると例外 "
"[\\#1189](https://github.com/vrm-c/UniVRM/issues/1189)"
msgstr ""
#: ../../release/079/v0.83.0.md:30
msgid ""
"\\[1.0\\] サムネイルが無名のときにエラーになる場合がある "
"[\\#1188](https://github.com/vrm-c/UniVRM/issues/1188)"
msgstr ""
#: ../../release/079/v0.83.0.md:31
msgid ""
"初期値との差分を使うようにロジックを変更 [\\#1209](https://github.com/vrm-c/UniVRM/pull/1209)"
" ([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:32
msgid ""
"\\[1.0\\] FirstPerson 初期化を整理 "
"[\\#1206](https://github.com/vrm-c/UniVRM/pull/1206) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:33
msgid ""
"\\[1.0\\] RuntimeLoad と meta 取得 を実装 "
"[\\#1196](https://github.com/vrm-c/UniVRM/pull/1196) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:34
msgid ""
"\\[1.0\\] thumbnail の名前が無い時に SubAssetKey を作るのに失敗するのを修正 "
"[\\#1193](https://github.com/vrm-c/UniVRM/pull/1193) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:35
msgid ""
"MaterialColorBindings の重複時の例外防止 "
"[\\#1192](https://github.com/vrm-c/UniVRM/pull/1192) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:37
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.83.0.md:39
msgid "MMD4Mecanim+UniVRM [\\#1184](https://github.com/vrm-c/UniVRM/issues/1184)"
msgstr ""
#: ../../release/079/v0.83.0.md:40
msgid ""
"Namespace \"VRM\" can't be found by any other script. "
"[\\#1103](https://github.com/vrm-c/UniVRM/issues/1103)"
msgstr ""
#: ../../release/079/v0.83.0.md:41
msgid ""
"UniGLTF / VRMShader assembly file autoReference setting needs to be true "
"for UPM package import "
"[\\#993](https://github.com/vrm-c/UniVRM/issues/993)"
msgstr ""
#: ../../release/079/v0.83.0.md:42
msgid ""
"\\#if UNITY\\_EDITOR でビルドエラーを修正 "
"[\\#1213](https://github.com/vrm-c/UniVRM/pull/1213) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:43
msgid ""
"UniVRM-0.83.0 [\\#1212](https://github.com/vrm-c/UniVRM/pull/1212) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:44
msgid ""
"\\[Exporter\\] shader版の StandardMap の Exporter 変換を追加 "
"[\\#1207](https://github.com/vrm-c/UniVRM/pull/1207) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:45
msgid ""
"Standard を GraphicsSettings に追加 "
"[\\#1204](https://github.com/vrm-c/UniVRM/pull/1204) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:46
msgid ""
"Import時に非表示にする [\\#1202](https://github.com/vrm-c/UniVRM/pull/1202) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:47
msgid ""
"書き間違え [\\#1201](https://github.com/vrm-c/UniVRM/pull/1201) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:48
msgid ""
"シンプルなREADME [\\#1199](https://github.com/vrm-c/UniVRM/pull/1199) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:49
msgid ""
"Fix/simple viewer docfx "
"[\\#1198](https://github.com/vrm-c/UniVRM/pull/1198) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:50
msgid ""
"`v0.82.1` の RuntimeLoad について "
"[\\#1195](https://github.com/vrm-c/UniVRM/pull/1195) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:51
msgid ""
"Feature/docfx [\\#1186](https://github.com/vrm-c/UniVRM/pull/1186) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.83.0.md:52
msgid ""
"simple [\\#1172](https://github.com/vrm-c/UniVRM/pull/1172) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,178 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.84.0.md:1
msgid "v0.84.0: 1.0準備, glTF import menu 復活"
msgstr ""
#: ../../release/079/v0.84.0.md:3
msgid "[v0.84.0](https://github.com/vrm-c/UniVRM/tree/v0.84.0) (2021-09-22)"
msgstr ""
#: ../../release/079/v0.84.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.84.0"
msgstr ""
#: ../../release/079/v0.84.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/46?closed=1"
msgstr ""
#: ../../release/079/v0.84.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.83.0...v0.84.0)"
msgstr ""
#: ../../release/079/v0.84.0.md:11
msgid ""
"ScriptedImporterのExtract挙動を FbxImporter の挙動に合わせる "
"[\\#1048](https://github.com/vrm-c/UniVRM/issues/1048)"
msgstr ""
#: ../../release/079/v0.84.0.md:13
msgid "glTF"
msgstr ""
#: ../../release/079/v0.84.0.md:14
msgid "no import menu [\\#1162](https://github.com/vrm-c/UniVRM/issues/1162)"
msgstr ""
#: ../../release/079/v0.84.0.md:15
msgid ""
"restore UniGLTF/import menu "
"[\\#1233](https://github.com/vrm-c/UniVRM/pull/1233) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:16
msgid ""
"URP 未インストール時に、URPを選択できないように修正 "
"[\\#1232](https://github.com/vrm-c/UniVRM/pull/1232) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:18
msgid "1.0"
msgstr ""
#: ../../release/079/v0.84.0.md:19
msgid ""
"CreateErasedMeshAsync "
"[\\#1221](https://github.com/vrm-c/UniVRM/issues/1221)"
msgstr ""
#: ../../release/079/v0.84.0.md:20
msgid ""
"Shader error in 'VRM10/MToon10': undeclared identifier 'i' "
"[\\#1211](https://github.com/vrm-c/UniVRM/issues/1211)"
msgstr ""
#: ../../release/079/v0.84.0.md:21
msgid ""
"Make MToon10's fog work. "
"[\\#1237](https://github.com/vrm-c/UniVRM/pull/1237) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.84.0.md:22
msgid ""
"\\[1.0\\] TextureTransformBind の Scale/Offset 変換 "
"[\\#1234](https://github.com/vrm-c/UniVRM/pull/1234) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:23
msgid ""
"\\[1.0\\] DefaultExecutionOrder "
"[\\#1230](https://github.com/vrm-c/UniVRM/pull/1230) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:24
msgid ""
"\\[1.0\\] bone selector\\(experimental\\) 【squash merge】 "
"[\\#1228](https://github.com/vrm-c/UniVRM/pull/1228) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:25
msgid ""
"\\[1.0\\] meta の仕様準拠 [\\#1227](https://github.com/vrm-c/UniVRM/pull/1227)"
" ([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:26
msgid ""
"\\[1.0\\] preview の MaterialUVBindings 動作を修正 "
"[\\#1226](https://github.com/vrm-c/UniVRM/pull/1226) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:27
msgid ""
"Can not access Mesh on thread "
"[\\#1223](https://github.com/vrm-c/UniVRM/pull/1223) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:29
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.84.0.md:31
msgid ""
"UniVRM-0.84.0 [\\#1231](https://github.com/vrm-c/UniVRM/pull/1231) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:32
msgid ""
"docfx を sphinx に変更 [\\#1224](https://github.com/vrm-c/UniVRM/pull/1224) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.84.0.md:33
msgid ""
"(Optimize) Profiler.Begin\\(\\)/End\\(\\)をMeshImporterに仕込んだ "
"[\\#1222](https://github.com/vrm-c/UniVRM/pull/1222) "
"([notargs](https://github.com/notargs))"
msgstr ""
#: ../../release/079/v0.84.0.md:34
msgid ""
"(Optimize) ImporterContextのうち、BuildHierarchyまわりのフレームを分散 "
"[\\#1220](https://github.com/vrm-c/UniVRM/pull/1220) "
"([notargs](https://github.com/notargs))"
msgstr ""
#: ../../release/079/v0.84.0.md:35
msgid ""
"(Optimize) BuildBlendShape・LoadGeometryAsyncをワーカースレッドでの読み込みに対応 "
"[\\#1219](https://github.com/vrm-c/UniVRM/pull/1219) "
"([notargs](https://github.com/notargs))"
msgstr ""
#: ../../release/079/v0.84.0.md:36
msgid ""
"LoadTexturesAsync・LoadMaterialsAsyncへのAwaitCallerの受け渡しが漏れていた問題を修正 "
"[\\#1215](https://github.com/vrm-c/UniVRM/pull/1215) "
"([notargs](https://github.com/notargs))"
msgstr ""

View File

@ -0,0 +1,211 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.85.0.md:1
msgid "v0.85.0: 1.0準備, [0.x]FastSpringBone"
msgstr ""
#: ../../release/079/v0.85.0.md:3
msgid "[v0.85.0](https://github.com/vrm-c/UniVRM/tree/v0.85.0) (2021-09-30)"
msgstr ""
#: ../../release/079/v0.85.0.md:5
msgid "commit: https://github.com/vrm-c/UniVRM/releases/tag/v0.85.0"
msgstr ""
#: ../../release/079/v0.85.0.md:6
msgid "milestone: https://github.com/vrm-c/UniVRM/milestone/47?closed=1"
msgstr ""
#: ../../release/079/v0.85.0.md:8
msgid ""
"[Full "
"Changelog](https://github.com/vrm-c/UniVRM/compare/v0.84.0...v0.85.0)"
msgstr ""
#: ../../release/079/v0.85.0.md:10
msgid "[1.0]"
msgstr ""
#: ../../release/079/v0.85.0.md:11
msgid ""
"\\[1.0\\] VRM10ObjectFirstPerson.SetupAsync に isMine 引数 "
"[\\#1250](https://github.com/vrm-c/UniVRM/issues/1250)"
msgstr ""
#: ../../release/079/v0.85.0.md:12
msgid ""
"\\[1.0\\] MToon10 offset/scale の挙動 "
"[\\#1225](https://github.com/vrm-c/UniVRM/issues/1225)"
msgstr ""
#: ../../release/079/v0.85.0.md:13
msgid ""
"CreateErasedMeshAsync "
"[\\#1221](https://github.com/vrm-c/UniVRM/issues/1221)"
msgstr ""
#: ../../release/079/v0.85.0.md:14
msgid ""
"\\[1.0\\] Vrm10Controller を Vrm10Instance に改名してリソース管理を委譲する "
"[\\#1242](https://github.com/vrm-c/UniVRM/issues/1242)"
msgstr ""
#: ../../release/079/v0.85.0.md:15
msgid ""
"\\[1.0\\] Fix MToon10 texture offset/scale bug. "
"[\\#1261](https://github.com/vrm-c/UniVRM/pull/1261) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.85.0.md:16
msgid ""
"VrmLib.Model の Read を非同期処理フェーズに移動 "
"[\\#1259](https://github.com/vrm-c/UniVRM/pull/1259) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.85.0.md:17
msgid ""
"add self flag [\\#1258](https://github.com/vrm-c/UniVRM/pull/1258) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:18
msgid ""
"\\[1.0\\] Thumbnail の nullcheck "
"[\\#1254](https://github.com/vrm-c/UniVRM/pull/1254) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:19
msgid ""
"\\[1.0\\] FirstPerson.SetupAsync 修正 "
"[\\#1252](https://github.com/vrm-c/UniVRM/pull/1252) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:20
msgid ""
"\\[1.0\\] rename\\_VRM10Controller\\_to\\_Vrm10Instance "
"[\\#1251](https://github.com/vrm-c/UniVRM/pull/1251) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:22
msgid "FastSpringBone"
msgstr ""
#: ../../release/079/v0.85.0.md:23
msgid "利用方法は、 `Assets/VRM/Samples/SimpleViewer` を参考にしてください。"
msgstr ""
#: ../../release/079/v0.85.0.md:25
msgid ""
"Add FastSpringBone [\\#1263](https://github.com/vrm-c/UniVRM/pull/1263) "
"([notargs](https://github.com/notargs))"
msgstr ""
#: ../../release/079/v0.85.0.md:27
msgid "その他のChangelog"
msgstr ""
#: ../../release/079/v0.85.0.md:29
msgid ""
"it might not be a bug but i can't import the package "
"[\\#1238](https://github.com/vrm-c/UniVRM/issues/1238)"
msgstr ""
#: ../../release/079/v0.85.0.md:30
msgid ""
"Failed UnlitTransparentZWrite fallback on importing VRM 0.x "
"[\\#1139](https://github.com/vrm-c/UniVRM/issues/1139)"
msgstr ""
#: ../../release/079/v0.85.0.md:31
msgid "LWRP / URP support [\\#368](https://github.com/vrm-c/UniVRM/issues/368)"
msgstr ""
#: ../../release/079/v0.85.0.md:32
msgid ""
"warning [\\#1265](https://github.com/vrm-c/UniVRM/pull/1265) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:33
msgid ""
"Fix/unity version [\\#1262](https://github.com/vrm-c/UniVRM/pull/1262) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:34
msgid ""
"Vrm と それ以外の glb の処理分岐方法を変更 "
"[\\#1260](https://github.com/vrm-c/UniVRM/pull/1260) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:35
msgid ""
"Fallback UnlitTransparentWithZWrite into MToon's emissive factor. "
"[\\#1255](https://github.com/vrm-c/UniVRM/pull/1255) "
"([Santarh](https://github.com/Santarh))"
msgstr ""
#: ../../release/079/v0.85.0.md:36
msgid ""
"Update -----feature-request.md "
"[\\#1253](https://github.com/vrm-c/UniVRM/pull/1253) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:37
msgid ""
"UniGLTF/README 更新 [\\#1249](https://github.com/vrm-c/UniVRM/pull/1249) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:38
msgid ""
"`VRM/UnlitTransparentZWrite` の Import を修正 "
"[\\#1248](https://github.com/vrm-c/UniVRM/pull/1248) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:39
msgid ""
"Update README.md [\\#1246](https://github.com/vrm-c/UniVRM/pull/1246) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:40
msgid ""
"Fix throw by First. Use FirstOrDefault "
"[\\#1244](https://github.com/vrm-c/UniVRM/pull/1244) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""
#: ../../release/079/v0.85.0.md:41
msgid ""
"lambda `Func\\<Task\\<AnimationClip\\>\\>` cause warning. Use "
"Task.FromResult [\\#1243](https://github.com/vrm-c/UniVRM/pull/1243) "
"([ousttrue](https://github.com/ousttrue))"
msgstr ""

View File

@ -0,0 +1,126 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.86.0.md:1
msgid "v0.86.0: 1.0準備, [1.0]FastSpringBone"
msgstr ""
#: ../../release/079/v0.86.0.md:3
msgid "1.0"
msgstr ""
#: ../../release/079/v0.86.0.md:4
msgid ""
"[[\\#1287](https://github.com/vrm-c/UniVRM/pull/1287)] [1.0] !isSelf かつ "
"firstPersonOnly のときに VisibleRenderers から除去する"
msgstr ""
#: ../../release/079/v0.86.0.md:5
msgid ""
"[[\\#1280](https://github.com/vrm-c/UniVRM/pull/1280)] [1.0] "
"ヒエラルキーに回転・スケールが含まれているモデルのマイグレーション"
msgstr ""
#: ../../release/079/v0.86.0.md:6
msgid ""
"[[\\#1278](https://github.com/vrm-c/UniVRM/pull/1278)] Avoid "
"FastSpringBone in UnitTest"
msgstr ""
#: ../../release/079/v0.86.0.md:7
msgid ""
"[[\\#1277](https://github.com/vrm-c/UniVRM/pull/1277)] Add fastSpringBone"
" documents"
msgstr ""
#: ../../release/079/v0.86.0.md:8
msgid ""
"[[\\#1273](https://github.com/vrm-c/UniVRM/pull/1273)] Improve buffer "
"construction performance"
msgstr ""
#: ../../release/079/v0.86.0.md:9
msgid ""
"[[\\#1271](https://github.com/vrm-c/UniVRM/pull/1271)] Add FastSpringBone"
" for VRM1.0"
msgstr ""
#: ../../release/079/v0.86.0.md:11
msgid "その他"
msgstr ""
#: ../../release/079/v0.86.0.md:12
msgid "[[\\#1288](https://github.com/vrm-c/UniVRM/pull/1288)] Fix/test filter"
msgstr ""
#: ../../release/079/v0.86.0.md:13
msgid ""
"[[\\#1285](https://github.com/vrm-c/UniVRM/pull/1285)] Doc/add release "
"note"
msgstr ""
#: ../../release/079/v0.86.0.md:14
msgid ""
"[[\\#1283](https://github.com/vrm-c/UniVRM/pull/1283)] Ignore meshFilter "
"if it hided or hasn't vertex"
msgstr ""
#: ../../release/079/v0.86.0.md:15
msgid "[[\\#1282](https://github.com/vrm-c/UniVRM/pull/1282)] vrm.devから移動"
msgstr ""
#: ../../release/079/v0.86.0.md:16
msgid "[[\\#1281](https://github.com/vrm-c/UniVRM/pull/1281)] UniVRM-0.86.0"
msgstr ""
#: ../../release/079/v0.86.0.md:17
msgid ""
"[[\\#1279](https://github.com/vrm-c/UniVRM/pull/1279)] [Maintenance] mv "
"VrmLib.SpanLike to UniGLTF.SpanLike"
msgstr ""
#: ../../release/079/v0.86.0.md:18
msgid ""
"[[\\#1276](https://github.com/vrm-c/UniVRM/pull/1276)] conf.py "
"とコマンドラインの評価順ぽい"
msgstr ""
#: ../../release/079/v0.86.0.md:19
msgid "[[\\#1275](https://github.com/vrm-c/UniVRM/pull/1275)] もう一回"
msgstr ""
#: ../../release/079/v0.86.0.md:20
msgid "[[\\#1274](https://github.com/vrm-c/UniVRM/pull/1274)] Sphinx更新"
msgstr ""
#: ../../release/079/v0.86.0.md:21
msgid "[[\\#1272](https://github.com/vrm-c/UniVRM/pull/1272)] fix name"
msgstr ""
#: ../../release/079/v0.86.0.md:22
msgid ""
"[[\\#1270](https://github.com/vrm-c/UniVRM/pull/1270)] "
"BvhImporterContext.Parse の引き数間違いを修正"
msgstr ""
#: ../../release/079/v0.86.0.md:23
msgid "[[\\#1269](https://github.com/vrm-c/UniVRM/pull/1269)] fix typo"
msgstr ""

View File

@ -0,0 +1,68 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021, VRM Consortium
# This file is distributed under the same license as the UniVRM Programming
# Document package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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/index.md:1
msgid "Release"
msgstr ""
#: ../../release/index.md:3
msgid "0.55"
msgstr ""
#: ../../release/index.md:5
msgid "`Unity-5.6`"
msgstr ""
#: ../../release/index.md:14
msgid "0.56以降"
msgstr ""
#: ../../release/index.md:16
msgid "`Unity-2018.4`"
msgstr ""
#: ../../release/index.md:25
msgid "0.68以降 pre release"
msgstr ""
#: ../../release/index.md:27
msgid "`.Net-3.5` が無くなって `coRoutine` を `Task` に置き換え"
msgstr ""
#: ../../release/index.md:28
msgid "glb/gltf に `ScriptedImporter` の導入"
msgstr ""
#: ../../release/index.md:29
msgid "`Standard` マテリアルの import/export や mipmapパたメーター などの改修"
msgstr ""
#: ../../release/index.md:38
msgid "0.79 以降"
msgstr ""
#: ../../release/index.md:40
msgid "`from 0.80`: `Unity-2019.4`"
msgstr ""
#: ../../release/index.md:41
msgid "`from 0.81`: `UniGLTF_VRMShaders` and `UniVRM` 2パッケージ構成"
msgstr ""

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: UniVRM Programming Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-14 14:37+0900\n"
"POT-Creation-Date: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -23,80 +23,24 @@ msgid "VRMFirstPersonの使い方"
msgstr "How to use VRMFirstPerson"
#: ../../vrm0/firstperson.md:3
msgid "VRMFirstPersonの設定"
msgstr "VRMFirstPerson Settings"
msgid "{doc}`FirstPerson と Renderer の可視制御 </implementation/first_person>`"
msgstr ""
#: ../../vrm0/firstperson.md:4
#: ../../vrm0/firstperson.md:5
#, fuzzy
msgid ""
"[VRMFirstPerson]({{< relref \"univrm_firstperson.md\" "
">}})ではRendererに対して設定があります。"
msgstr "[VRMFirstPerson](univrm_firstperson.md) has the following settings for Renderer:"
#: ../../vrm0/firstperson.md
msgid "FirstPersonFlag"
"実行時に**VRMFirstPerson.Setup**を呼び出すことで、FirstPerson設定に応じた Renderer "
"の可視制御を行うことができます。 明示的に外部から呼び出してください。"
msgstr ""
"By calling **VRMFirstPerson.Setup** at runtime, the layer settings "
"described above can be performed. Please call the function explicitly "
"from outside."
#: ../../vrm0/firstperson.md
msgid "レイヤー"
msgstr "Layer"
#: ../../vrm0/firstperson.md
msgid "備考"
msgstr "Note"
#: ../../vrm0/firstperson.md
msgid "Both"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "default"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "一人称と三人称で分ける必要のない部分に指定します"
msgstr "Specify parts that are not necessarily separated between first-person view and third-person view."
#: ../../vrm0/firstperson.md
msgid "ThirdPersonOnly"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "VRMThirdPersonOnly"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "一人称時に描画したくない部分に指定します"
msgstr "Specify parts that are not rendered in first-person view."
#: ../../vrm0/firstperson.md
msgid "FirstPersonOnly"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "VRMFirstPersonOnly"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "三人称時に描画したくない部分に指定します。自動作成した頭部無しモデルが使います"
msgstr "Specify parts that are not rendered in third-person view. The auto-created headless model is used."
#: ../../vrm0/firstperson.md
msgid "Auto"
msgstr ""
#: ../../vrm0/firstperson.md
msgid "実行時に一人称用モデルを自動で作成し、それをFIRSTPERSON_ONLY_LAYERに設定します"
msgstr "Automatically create the model in first-person view at runtime and set it to FIRSTPERSON_ONLY_LAYER."
#: ../../vrm0/firstperson.md:13
msgid "実行時に**VRMFirstPerson.Setup**を呼び出すことで、上記のレイヤー設定を行うことができます。明示的に外部から呼び出してください。"
msgstr "By calling **VRMFirstPerson.Setup** at runtime, the layer settings described above can be performed. Please call the function explicitly from outside."
#: ../../vrm0/firstperson.md:15
#: ../../vrm0/firstperson.md:8
msgid "アプリケーションに追加の描画レイヤーを指定する"
msgstr "Specify the additional render layers for the application"
#: ../../vrm0/firstperson.md:17
#: ../../vrm0/firstperson.md:10
msgid "定数で以下のレイヤーを定義しています。"
msgstr "The following layers are defined as constant:"
@ -108,14 +52,76 @@ msgstr ""
msgid "9番と番にLayerを設定"
msgstr "Set Layer in #9 and #10"
#: ../../vrm0/firstperson.md:33
#: ../../vrm0/firstperson.md:26
msgid "実行時にSetupを呼び出して、カメラにLayerMaskを設定する"
msgstr "Call Setup function at runtime and set LayerMask in Camera"
#: ../../vrm0/firstperson.md:35
#: ../../vrm0/firstperson.md:28
msgid "VRMFirstPerson.Setupの呼び出し"
msgstr "Call VRMFirstPerson.Setup"
#: ../../vrm0/firstperson.md:36
#: ../../vrm0/firstperson.md:29
msgid "一人称カメラとその他のカメラに対してLayerMask"
msgstr " Set LayerMask for first-person camera view and other camera views"
#~ msgid "VRMFirstPersonの設定"
#~ msgstr "VRMFirstPerson Settings"
#~ msgid ""
#~ "[VRMFirstPerson]({{< relref \"univrm_firstperson.md\" "
#~ ">}})ではRendererに対して設定があります。"
#~ msgstr ""
#~ "[VRMFirstPerson](univrm_firstperson.md) has the "
#~ "following settings for Renderer:"
#~ msgid "FirstPersonFlag"
#~ msgstr ""
#~ msgid "レイヤー"
#~ msgstr "Layer"
#~ msgid "備考"
#~ msgstr "Note"
#~ msgid "Both"
#~ msgstr ""
#~ msgid "default"
#~ msgstr ""
#~ msgid "一人称と三人称で分ける必要のない部分に指定します"
#~ msgstr ""
#~ "Specify parts that are not necessarily"
#~ " separated between first-person view "
#~ "and third-person view."
#~ msgid "ThirdPersonOnly"
#~ msgstr ""
#~ msgid "VRMThirdPersonOnly"
#~ msgstr ""
#~ msgid "一人称時に描画したくない部分に指定します"
#~ msgstr "Specify parts that are not rendered in first-person view."
#~ msgid "FirstPersonOnly"
#~ msgstr ""
#~ msgid "VRMFirstPersonOnly"
#~ msgstr ""
#~ msgid "三人称時に描画したくない部分に指定します。自動作成した頭部無しモデルが使います"
#~ msgstr ""
#~ "Specify parts that are not rendered "
#~ "in third-person view. The auto-"
#~ "created headless model is used."
#~ msgid "Auto"
#~ msgstr ""
#~ msgid "実行時に一人称用モデルを自動で作成し、それをFIRSTPERSON_ONLY_LAYERに設定します"
#~ msgstr ""
#~ "Automatically create the model in "
#~ "first-person view at runtime and set"
#~ " it to FIRSTPERSON_ONLY_LAYER."

View File

@ -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: 2021-10-11 16:50+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -23,74 +23,91 @@ msgid "FirstPerson"
msgstr ""
#: ../../vrm1/vrm1_firstperson.md:3
msgid "{doc}`FirstPerson と Renderer の可視制御 </implementation/first_person>`"
msgstr ""
#: ../../vrm1/vrm1_firstperson.md:5
msgid "Runtime に FirstPerson 機能を有効にする"
msgstr "Enable FirstPerson function at runtime."
#: ../../vrm1/vrm1_firstperson.md:5
#: ../../vrm1/vrm1_firstperson.md:7
msgid "VR向け FirstPerson 設定の初期化手順です。"
msgstr "The VR First Person settings."
#: ../../vrm1/vrm1_firstperson.md:7
#: ../../vrm1/vrm1_firstperson.md:9
msgid "Load する"
msgstr "Load"
#: ../../vrm1/vrm1_firstperson.md:8
#: ../../vrm1/vrm1_firstperson.md:10
msgid "Vrm10Instance を取得する"
msgstr "Get Vrm10Instance"
#: ../../vrm1/vrm1_firstperson.md:9
#: ../../vrm1/vrm1_firstperson.md:11
msgid "`controller.Vrm.FirstPerson.SetupAsync` を呼び出す"
msgstr "Call `controller.Vrm.FirstPerson.SetupAsync`"
#: ../../vrm1/vrm1_firstperson.md:10
msgid ""
"`controller.Vrm.FirstPerson.SetupAsync` した結果新規に作成されたモデルを "
"`RuntimeGltfInstance` に渡す"
msgstr "Add the result of `controller.Vrm.FirstPerson.SetupAsync` to `RuntimeGltfInstance`"
#: ../../vrm1/vrm1_firstperson.md:11
#: ../../vrm1/vrm1_firstperson.md:12
msgid "ShowMeshes"
msgstr ""
#: ../../vrm1/vrm1_firstperson.md:43
#: ../../vrm1/vrm1_firstperson.md:41
msgid "VRMの推奨する VR 向けのカメラ構成"
msgstr "Recommended camera layer settings"
#: ../../vrm1/vrm1_firstperson.md:45
#: ../../vrm1/vrm1_firstperson.md:43
msgid "ヘッドマウントディスプレイを表すカメラ と その他のカメラという2種類のカメラを想定ます。 それぞれに対して、"
msgstr "Suppose your scene has a camera that represents a head-mounted display and other cameras."
msgstr ""
"Suppose your scene has a camera that represents a head-mounted display "
"and other cameras."
#: ../../vrm1/vrm1_firstperson.md:48
#: ../../vrm1/vrm1_firstperson.md:46
msgid "FIRSTPERSON_ONLY_LAYER(このレイヤーを指定した gameObject はその他のカメラから消えます)"
msgstr "FIRSTPERSON_ONLY_LAYER(The gameObject that specifies this layer disappears from other cameras)"
msgstr ""
"FIRSTPERSON_ONLY_LAYER(The gameObject that specifies this layer "
"disappears from other cameras)"
#: ../../vrm1/vrm1_firstperson.md:47
msgid "THIRDPERSON_ONLY_LAYER(このレイヤーを指定した gameObject はヘッドマウントディスプレイから消えます)"
msgstr ""
"THIRDPERSON_ONLY_LAYER(The gameObject that specifies this layer "
"disappears from the head-mounted display)"
#: ../../vrm1/vrm1_firstperson.md:49
msgid "THIRDPERSON_ONLY_LAYER(このレイヤーを指定した gameObject はヘッドマウントディスプレイから消えます)"
msgstr "THIRDPERSON_ONLY_LAYER(The gameObject that specifies this layer disappears from the head-mounted display)"
#: ../../vrm1/vrm1_firstperson.md:51
msgid "を定義します。 これにより、ヘッドマウント視点のアバターの描画を抑止しつつ、他者からは見えるようにします。"
msgstr "Stops drawing the avatar from the head-mounted display perspective and makes it visible to other cameras."
msgstr ""
"Stops drawing the avatar from the head-mounted display perspective and "
"makes it visible to other cameras."
#: ../../vrm1/vrm1_firstperson.md:54
#: ../../vrm1/vrm1_firstperson.md:52
msgid "例: アバターの頭の描画を抑止して前が見えるようにする"
msgstr "Example: Stop drawing the avatar's head so you can see the front"
#: ../../vrm1/vrm1_firstperson.md:56
#: ../../vrm1/vrm1_firstperson.md:54
msgid "VRMは、`VRMFirstPersonOnly` と `VRMThirdPersonOnly` という名前のレイヤーを予約しています。"
msgstr "VRM reserves layers named `VRMFirstPersonOnly` and` VRMThirdPersonOnly`."
#: ../../vrm1/vrm1_firstperson.md:58
#: ../../vrm1/vrm1_firstperson.md:56
msgid ""
"`Project Settings` - `Tags and Layers` に `VRMFirstPersonOnly` と "
"`VRMThirdPersonOnly` を 設定してください。 サンプルでは、それぞれに `9` と `10` を割り当ています。"
msgstr "Please set `VRMFirstPersonOnly` and` VRMThirdPersonOnly` to `Project Settings`-`Tags and Layers`. In the sample, we assign `9` and` 10` to each."
msgstr ""
"Please set `VRMFirstPersonOnly` and` VRMThirdPersonOnly` to `Project "
"Settings`-`Tags and Layers`. In the sample, we assign `9` and` 10` to "
"each."
#: ../../vrm1/vrm1_firstperson.md:62
#: ../../vrm1/vrm1_firstperson.md:60
msgid "初期化時に layer を明示する"
msgstr "Specify layer at initialization"
#: ../../vrm1/vrm1_firstperson.md:64
#: ../../vrm1/vrm1_firstperson.md:62
msgid "追加の引数で指定できます。"
msgstr "It can be specified with an additional argument."
#~ msgid ""
#~ "`controller.Vrm.FirstPerson.SetupAsync` した結果新規に作成されたモデルを "
#~ "`RuntimeGltfInstance` に渡す"
#~ msgstr ""
#~ "Add the result of "
#~ "`controller.Vrm.FirstPerson.SetupAsync` to "
#~ "`RuntimeGltfInstance`"