mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-20 09:47:56 -05:00
commit
c55edd8010
14
docs/api/0_96_1_use_gamma_colorspace.md
Normal file
14
docs/api/0_96_1_use_gamma_colorspace.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# `v0.96.1` ガンマ カラースペースを使う
|
||||
|
||||
C# symbol `UNIGLTF_USE_GAMMA_COLORSPACE` を設定するとカラースペースダイアログが出なくなります。
|
||||
|
||||
| 用途 | ステータス | |
|
||||
|----------------|------------|--------------------------------------------------------|
|
||||
| Runtime Import | 非推奨 | アプリケーション・プラットフォームの必要に応じてどうぞ |
|
||||
| Editor Import | 非推奨 | アプリケーション・プラットフォームの必要に応じてどうぞ |
|
||||
| Runtime Export | 未対応 | アプリケーション・プラットフォームの必要に応じてどうぞ |
|
||||
| Editor Export | 未対応 | あまり必要無いと思われるので、なるべくやめてください |
|
||||
|
||||
ご利用いただくのはまったく問題ありませんが、
|
||||
色の再現性に問題が出ることはご承知おきください。
|
||||
(ガンマ設定に起因するimport/exportの問題はバグとして対応できません)
|
||||
|
|
@ -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(β)
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
|
||||
</header>
|
||||
<main>
|
||||
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.96.0/UniVRM-0.96.0_9693.unitypackage" class="btn">
|
||||
<a href="https://github.com/vrm-c/UniVRM/releases/download/v0.96.1/UniVRM-0.96.1_2f47.unitypackage" class="btn">
|
||||
<div class="btn">
|
||||
<h1>Download</h1>
|
||||
<h2>UniVRM-0.96.0</h2>
|
||||
<h2>UniVRM-0.96.1</h2>
|
||||
</div>
|
||||
</a>
|
||||
</main>
|
||||
|
|
|
|||
|
|
@ -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 <EMAIL@ADDRESS>, 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 <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"
|
||||
|
||||
#: ../../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 ""
|
||||
28
docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po
Normal file
28
docs/locale/en/LC_MESSAGES/release/079/v0.96.1.po
Normal file
|
|
@ -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 <EMAIL@ADDRESS>, 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 <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.96.1.md:1
|
||||
msgid "v0.96.1: build/exporter bug fix"
|
||||
msgstr ""
|
||||
|
||||
#: ../../release/079/v0.96.1.md:3
|
||||
msgid "<https://github.com/vrm-c/UniVRM/milestone/61?closed=1>"
|
||||
msgstr ""
|
||||
|
||||
3
docs/release/079/v0.96.1.md
Normal file
3
docs/release/079/v0.96.1.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# v0.96.1: build/exporter bug fix
|
||||
|
||||
<https://github.com/vrm-c/UniVRM/milestone/61?closed=1>
|
||||
Loading…
Reference in New Issue
Block a user