From 889f2f1adea1f7906d1dfa3f0d9506ec4794973c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 28 Feb 2022 18:34:19 +0900 Subject: [PATCH 1/2] v0.96.1 doc --- docs/api/0_96_1_use_gamma_colorspace.md | 14 ++++ docs/api/index.md | 1 + docs/index.html | 4 +- .../api/0_96_1_use_gamma_colorspace.po | 73 +++++++++++++++++++ .../en/LC_MESSAGES/release/079/v0.96.1.po | 28 +++++++ docs/release/079/v0.96.1.md | 3 + 6 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 docs/api/0_96_1_use_gamma_colorspace.md create mode 100644 docs/locale/en/LC_MESSAGES/api/0_96_1_use_gamma_colorspace.po create mode 100644 docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po create mode 100644 docs/release/079/v0.96.1.md diff --git a/docs/api/0_96_1_use_gamma_colorspace.md b/docs/api/0_96_1_use_gamma_colorspace.md new file mode 100644 index 000000000..2e4e70acc --- /dev/null +++ b/docs/api/0_96_1_use_gamma_colorspace.md @@ -0,0 +1,14 @@ +# `v0.96.1` ガンマ カラースペースを使う + +C# symbol `UNIGLTF_USE_GAMMA_COLORSPACE` を設定するとカラースペースダイアログが出なくなります。 + +| 用途 | ステータス | | +|----------------|------------|--------------------------------------------------------| +| Runtime Import | 非推奨 | アプリケーション・プラットフォームの必要に応じてどうぞ | +| Editor Import | 非推奨 | アプリケーション・プラットフォームの必要に応じてどうぞ | +| Runtime Export | 未対応 | アプリケーション・プラットフォームの必要に応じてどうぞ | +| Editor Export | 未対応 | あまり必要無いと思われるので、なるべくやめてください | + +ご利用いただくのはまったく問題ありませんが、 +色の再現性に問題が出ることはご承知おきください。 +(ガンマ設定に起因するimport/exportの問題はバグとして対応できません) diff --git a/docs/api/index.md b/docs/api/index.md index 14607c18c..74c8e8159 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -24,6 +24,7 @@ fast_spring_bone 0_87_runtime_import 0_95_dispose 0_95_highlevel +0_96_1_use_gamma_colorspace ``` ## VRM-1.0(β) diff --git a/docs/index.html b/docs/index.html index d4e0ceea1..a0155ff41 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,10 +42,10 @@
- +

Download

-

UniVRM-0.96.0

+

UniVRM-0.96.1

diff --git a/docs/locale/en/LC_MESSAGES/api/0_96_1_use_gamma_colorspace.po b/docs/locale/en/LC_MESSAGES/api/0_96_1_use_gamma_colorspace.po new file mode 100644 index 000000000..8b5474a7c --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/0_96_1_use_gamma_colorspace.po @@ -0,0 +1,73 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-02-28 18:29+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api/0_96_1_use_gamma_colorspace.md:1 +msgid "`v0.96.1` ガンマ カラースペースを使う" +msgstr "`v0.96.1` use gamma color space" + +#: ../../api/0_96_1_use_gamma_colorspace.md:3 +msgid "C# symbol `UNIGLTF_USE_GAMMA_COLORSPACE` を設定するとカラースペースダイアログが出なくなります。" +msgstr "Setting C # symbol `UNIGLTF_USE_GAMMA_COLORSPACE` will prevent the color space dialog." + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "用途" +msgstr "usage" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "ステータス" +msgstr "status" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "Runtime Import" +msgstr "" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "非推奨" +msgstr "not recommended" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "アプリケーション・プラットフォームの必要に応じてどうぞ" +msgstr "As needed" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "Editor Import" +msgstr "" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "Runtime Export" +msgstr "" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "未対応" +msgstr "not supported" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "Editor Export" +msgstr "" + +#: ../../api/0_96_1_use_gamma_colorspace.md +msgid "あまり必要無いと思われるので、なるべくやめてください" +msgstr "Please stop as much as possible." + +#: ../../api/0_96_1_use_gamma_colorspace.md:12 +msgid "" +"It is okay to use it, but please note that there is a problem with color reproducibility." +"(Import / export issues caused by gamma settings cannot be addressed as a bug)" +msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po b/docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po new file mode 100644 index 000000000..07a49069a --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, VRM Consortium +# This file is distributed under the same license as the UniVRM Programming +# package. +# FIRST AUTHOR , 2022. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: UniVRM Programming \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-02-28 18:29+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../release/079/v0.96.1.md:1 +msgid "v0.96.1: build/exporter bug fix" +msgstr "" + +#: ../../release/079/v0.96.1.md:3 +msgid "" +msgstr "" + diff --git a/docs/release/079/v0.96.1.md b/docs/release/079/v0.96.1.md new file mode 100644 index 000000000..9cebf2e1e --- /dev/null +++ b/docs/release/079/v0.96.1.md @@ -0,0 +1,3 @@ +# v0.96.1: build/exporter bug fix + + From 2a5da528e25b93164d4388388110855d0bac949a Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 28 Feb 2022 19:12:56 +0900 Subject: [PATCH 2/2] fix --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a0155ff41..7e948b76b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@
- +

Download

UniVRM-0.96.1