Sync docs re: forthcoming complexity option
This commit is contained in:
parent
67b1908fd0
commit
a0f90185a5
32 changed files with 471 additions and 25 deletions
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2023年7月20日
|
||||
2023年12月29日
|
||||
|
||||
+------------------------------------------------------+
|
||||
| 目次 |
|
||||
|
|
@ -524,6 +524,39 @@ nobrushspacing=yes
|
|||
|
||||
|
||||
|
||||
complexity=COMPLEXITY
|
||||
|
||||
Sets the complexity (expertise) level of Tux Paint, which can either
|
||||
disable some Magic tools, or cause them to operate differently. (For
|
||||
example, the "Clone" tool is not available in novice mode, and the 1-, 2-,
|
||||
and 3-point perspective tools do not allow vanishing points to be edited in
|
||||
beginner mode.)
|
||||
|
||||
The COMPLEXITY value may be one of:
|
||||
|
||||
advanced (the default)
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
||||
beginner
|
||||
"Beginner" — For users comfortable with Tux Paint, but where complex
|
||||
tools may cause confusion or frustration.
|
||||
|
||||
novice
|
||||
"Novice" — For first-time Tux Paint users, users inexperienced with
|
||||
computers, or those with special accessibility needs.
|
||||
|
||||
|
||||
📜 Note: The complexity option was added to Tux Paint in version 0.9.32.
|
||||
Consult the individual Magic tools' documentation.
|
||||
|
||||
⚙ 注: システム全体の設定ファイルで設定されている場合は、ユーザーの設定ファ
|
||||
イルで "complexity=advanced" を設定すると上書きされることがあります。また、
|
||||
どちらの設定も、コマンドラインオプションの "--complexity=advanced" で変更で
|
||||
きます。
|
||||
|
||||
|
||||
|
||||
notemplateexport=yes
|
||||
|
||||
「ひらく」ダイアログで、保存された作品を用いて新しいテンプレート画像を作成
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue