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 divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
juillet 20, 2023
|
||||
décembre 29, 2023
|
||||
|
||||
+--------------------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -554,6 +554,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 (par défaut)
|
||||
"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.
|
||||
|
||||
⚙ Note : si utilisé dans un fichier de configuration pour tout le monde, il
|
||||
peut être remplacé par le fichier de configuration de l'utilisateur en
|
||||
utilisant "complexity=advanced". Dans les deux cas, il peut être remplacé
|
||||
avec l'option en ligne de commande "--complexity=advanced".
|
||||
|
||||
|
||||
|
||||
notemplateexport=yes
|
||||
|
||||
Désactive la possibilité de créer de nouvelles images Modèle (basées sur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue