Ability to disable Template creation from Open dialog
This commit is contained in:
parent
36d7e0daf3
commit
65378f6fdd
30 changed files with 291 additions and 72 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023年5月18日
|
||||
2023年5月29日
|
||||
|
||||
+---------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -378,7 +378,8 @@ Windows のユーザー
|
|||
|
||||
nobrushspacing=yes
|
||||
|
||||
「ふで」ツールと「せん」ツールで、描画間隔の調整を無効にします。標準の描画間隔が用いられます。
|
||||
Disables the brush spacing option of the Paint and Lines tools.
|
||||
The brushes' default spacings will be used.
|
||||
|
||||
📜 注: 描画間隔調整のオプションは、バージョン 0.9.28
|
||||
で追加されました。描画間隔調整についての詳細は、EXTENDING.htmlを参照してください。
|
||||
|
|
@ -387,6 +388,19 @@ Windows のユーザー
|
|||
"brushspacing=yes" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの
|
||||
"--brushspacing" で変更できます。
|
||||
|
||||
notemplateexport=yes
|
||||
|
||||
Disables the ability to create a new Template image (based on a
|
||||
saved drawing) from within the Open dialog.
|
||||
|
||||
📜 Note: The Template creation feature was added to Tux Paint in
|
||||
version 0.9.31.
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "notemplateexport=no"
|
||||
または "templateexport=yes"
|
||||
を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "--templateexport"
|
||||
で変更できます。
|
||||
|
||||
言語関連
|
||||
|
||||
言語
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023年5月18日
|
||||
2023年5月29日
|
||||
|
||||
+-------------------------------------+
|
||||
|目次 |
|
||||
|
|
@ -277,8 +277,10 @@ Tux Paint の起動
|
|||
アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。
|
||||
さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。
|
||||
|
||||
線に沿って形が並んだり、連続した線になったりと、それぞれの「ふで」毎に異なる描画間隔が設定されており、この間隔は変更することができます。詳しくは、上の
|
||||
"ペイントブラシ「ふで」" のセクションを参照して下さい。
|
||||
Different brushes have different spacing, leaving either a series
|
||||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See the brush spacing section of
|
||||
the "Paint" tool, above, to learn more.
|
||||
|
||||
「かたち」ツール
|
||||
|
||||
|
|
@ -508,7 +510,11 @@ Tux Paint の起動
|
|||
be used as the basis for new drawings.
|
||||
|
||||
📜 Note: The Template creation feature was added to Tux Paint
|
||||
in version 0.9.30.
|
||||
in version 0.9.31.
|
||||
|
||||
⚙ The Template creation feature can be disabled (e.g., by
|
||||
selecting "Disable 'Make Template'" in Tux Paint Config. or
|
||||
running Tux Paint with the "notemplateexport" option).
|
||||
|
||||
* 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2023年5月18日 </p>
|
||||
2023年5月29日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -704,12 +704,25 @@
|
|||
|
||||
<dd>
|
||||
<p>
|
||||
「ふで」ツールと「せん」ツールで、描画間隔の調整を無効にします。標準の描画間隔が用いられます。 </p>
|
||||
Disables the <a href="README.html#brush_spacing">brush spacing</a> option of the <a href="README.html#using_tools_drawing_paint"><b>Paint</b></a> and <a href="using_tools_drawing_lines"><b>Lines</b></a> tools. The brushes' default spacings will be used. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>注:</strong> 描画間隔調整のオプションは、バージョン 0.9.28 で追加されました。描画間隔調整についての詳細は、<a href="EXTENDING.html">EXTENDING.html</a>を参照してください。 </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>nobrushspacing=no</code>" または "<code>brushspacing=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--brushspacing</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
|
||||
<dt>
|
||||
<code><b>notemplateexport=yes</b></code>
|
||||
</dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
Disables the ability to create a new <a href="README.html#using_tools_other_new">Template</a> image (based on a saved drawing) from within the <a href="README.html#using_tools_other_open"><strong>Open</strong></a> dialog. </p>
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.31. </p>
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> <strong>注:</strong> システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファイルで "<code>notemplateexport=no</code>" または "<code>templateexport=yes</code>" を設定すると上書きされることがあります。また、どちらの設定も、コマンドラインオプションの "<code>--templateexport</code>" で変更できます。 </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2023年5月18日 </p>
|
||||
2023年5月29日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -556,7 +556,7 @@
|
|||
alt="">
|
||||
</div>
|
||||
|
||||
<strong>ブラシの描画間隔</strong>
|
||||
<strong id="brush_spacing">ブラシの描画間隔</strong>
|
||||
<blockquote>
|
||||
<p>
|
||||
「ふで」でキャンバスに描画する際の間隔を変更できます。標準で、いくつかのブラシ (足跡や花など) は重ならないように十分な間隔を空けてあります。他のブラシ (基本的な円形のものなど) は狭い間隔で連続した線になるように設定されています。 </p>
|
||||
|
|
@ -699,7 +699,7 @@
|
|||
アニメーション対応のブラシでは、線に沿って形が変化します。 指向性のブラシでは、線の角度に応じて異なる形状を表示します。 さらに、アニメーションと指向性の両方を備えたブラシもあります。 詳しくは、上記の「ふで」の項をご覧ください。 </p>
|
||||
|
||||
<p>
|
||||
線に沿って形が並んだり、連続した線になったりと、それぞれの「ふで」毎に異なる描画間隔が設定されており、この間隔は変更することができます。詳しくは、上の "ペイントブラシ「ふで」" のセクションを参照して下さい。 </p>
|
||||
Different brushes have different spacing, leaving either a series of individual shapes, or a continuous stroke of the brush shape. Brush spacing may be adjusted. See the <a href="#brush_spacing">brush spacing</a> section of the "Paint" tool, above, to learn more. </p>
|
||||
|
||||
<div class="screenshot-center">
|
||||
<img src="../../html/images/ex_lines.png"
|
||||
|
|
@ -1161,7 +1161,10 @@
|
|||
<div class="screenshot-right-after"></div>
|
||||
|
||||
<p class="note">
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
|
||||
<span title="Version variation">📜</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.31. </p>
|
||||
|
||||
<p class="note">
|
||||
<span title="Configuration option">⚙</span> The Template creation feature can be disabled (e.g., by selecting "Disable 'Make Template'" in <em>Tux Paint Config.</em> or running <em>Tux Paint</em> with the "<code>notemplateexport</code>" option). </p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue