Sync'ing docs to get "chaotic" brush option...
...in EXTENDING and What's New ...and "Watercolor splotches" brush in What's New
This commit is contained in:
parent
e62db79e8f
commit
c089ba9f28
28 changed files with 261 additions and 85 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
April 29, 2024
|
||||
October 10, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -266,11 +266,21 @@ Rotating Brushes
|
|||
|
||||
|
||||
|
||||
Animated Directional or Rotating Brushes
|
||||
Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional or rotating features into
|
||||
one brush. Use both options desired ("frames=N" and "directional" or "
|
||||
rotate"), in separate lines in the brush's ".dat" file.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Add a line containing the word "chaotic" to the brush's data file.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
October 9, 2024
|
||||
October 10, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -104,7 +104,11 @@ D. What's New in Tux Paint version 0.9.34?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
April 29, 2024 </p>
|
||||
October 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional or Rotating Brushes</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional or rotating features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>" or "<code><b>rotate</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
October 9, 2024 </p>
|
||||
October 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
abril 29, 2024
|
||||
octubre 10, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -266,11 +266,21 @@ Rotating Brushes
|
|||
|
||||
|
||||
|
||||
Animated Directional or Rotating Brushes
|
||||
Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional or rotating features into
|
||||
one brush. Use both options desired ("frames=N" and "directional" or "
|
||||
rotate"), in separate lines in the brush's ".dat" file.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Add a line containing the word "chaotic" to the brush's data file.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
octubre 9, 2024
|
||||
octubre 10, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -104,7 +104,11 @@ D. What's New in Tux Paint version 0.9.34?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
abril 29, 2024 </p>
|
||||
octubre 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional or Rotating Brushes</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional or rotating features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>" or "<code><b>rotate</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octubre 9, 2024 </p>
|
||||
octubre 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
avril 29, 2024
|
||||
octobre 10, 2024
|
||||
|
||||
+-------------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -281,11 +281,21 @@ Pinceaux tournants
|
|||
|
||||
|
||||
|
||||
Pinceaux animés orientables ou tournants
|
||||
Chaotic Brushes
|
||||
|
||||
Vous pouvez mélanger animation et orientation (ou rotation) dans un même
|
||||
pinceau. Utilisez les deux options ("frames=N" et "directional" ou "rotate)
|
||||
en deux lignes séparées dans le fichier ".dat" qui concerne le pinceau.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Ajoute une ligne contenant le mot "chaotic" au fichier de données brosse.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
Pour les pinceaux directionnels, disposez le pinceau de manière à ce que
|
||||
chaque ensemble 3x3 de formes orientables soit disposé sur une grande image
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
octobre 9, 2024
|
||||
octobre 10, 2024
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -109,7 +109,11 @@ D. Qu'y a-t-il de neuf dans la version 0.9.34 de Tux Paint ?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
avril 29, 2024 </p>
|
||||
octobre 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Ajoute une ligne contenant le mot "<code><b>rotate</b></code>" au fichier de données brosse. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Pinceaux animés orientables ou tournants</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Vous pouvez mélanger animation et orientation (ou rotation) dans un même pinceau. Utilisez les deux options ("<code><b>frames=<i>N</i></b></code>" et "<code><b>directional</b></code>" ou "<code><b>rotate</b></code>) en deux lignes séparées dans le fichier "<code>.dat</code>" qui concerne le pinceau. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Ajoute une ligne contenant le mot "<code><b>chaotic</b></code>" au fichier de données brosse. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
Pour les pinceaux directionnels, disposez le pinceau de manière à ce que chaque ensemble 3x3 de formes orientables soit disposé sur une grande image PNG. Par exemple, si le pinceau mesure 30x30 et qu'il y a 5 cadres, ce sera 450x90. (Les 150x90 pixels les plus à gauche de l'image représentent les 9 formes de direction pour la première image, par exemple). </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octobre 9, 2024 </p>
|
||||
octobre 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
29 de Abril de 2024
|
||||
10 de Outubro de 2024
|
||||
|
||||
+-------------------------------------------------------------+
|
||||
| Índice |
|
||||
|
|
@ -275,11 +275,22 @@ Rotating Brushes
|
|||
|
||||
|
||||
|
||||
Animated Directional or Rotating Brushes
|
||||
Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional or rotating features into
|
||||
one brush. Use both options desired ("frames=N" and "directional" or "
|
||||
rotate"), in separate lines in the brush's ".dat" file.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Engada unha liña que conteña a palabra «chaotic» ao ficheiro de datos
|
||||
debrush's.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
9 de Outubro de 2024
|
||||
10 de Outubro de 2024
|
||||
|
||||
+--------------------------------------------------------+
|
||||
| Índice |
|
||||
|
|
@ -105,7 +105,11 @@ D. What's New in Tux Paint version 0.9.34?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
29 de Abril de 2024 </p>
|
||||
10 de Outubro de 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Engada unha liña que conteña a palabra «<code><b>rotate</b></code>» ao ficheiro de datos debrush's. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional or Rotating Brushes</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional or rotating features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>" or "<code><b>rotate</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Engada unha liña que conteña a palabra «<code><b>chaotic</b></code>» ao ficheiro de datos debrush's. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
9 de Outubro de 2024 </p>
|
||||
10 de Outubro de 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
apríl 29, 2024
|
||||
október 10, 2024
|
||||
|
||||
+-----------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -266,11 +266,21 @@ Rotating Brushes
|
|||
|
||||
|
||||
|
||||
Animated Directional or Rotating Brushes
|
||||
Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional or rotating features into
|
||||
one brush. Use both options desired ("frames=N" and "directional" or "
|
||||
rotate"), in separate lines in the brush's ".dat" file.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Add a line containing the word "chaotic" to the brush's data file.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
október 9, 2024
|
||||
október 10, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -104,7 +104,11 @@ D. What's New in Tux Paint version 0.9.34?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
apríl 29, 2024 </p>
|
||||
október 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional or Rotating Brushes</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional or rotating features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>" or "<code><b>rotate</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
október 9, 2024 </p>
|
||||
október 10, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2024年4月29日
|
||||
2024年10月10日
|
||||
|
||||
+-----------------------------------------+
|
||||
| 目次 |
|
||||
|
|
@ -266,11 +266,21 @@ Rotating Brushes
|
|||
|
||||
|
||||
|
||||
Animated Directional or Rotating Brushes
|
||||
Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional or rotating features into
|
||||
one brush. Use both options desired ("frames=N" and "directional" or "
|
||||
rotate"), in separate lines in the brush's ".dat" file.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Add a line containing the word "chaotic" to the brush's data file.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2024年10月 9日
|
||||
2024年10月10日
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 目次 |
|
||||
|
|
@ -102,7 +102,11 @@ D. Tux Paint バージョン 0.9.34 での変更点
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
ブラシの追加
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年4月29日 </p>
|
||||
2024年10月10日 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Add a line containing the word "<code><b>rotate</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional or Rotating Brushes</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional or rotating features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>" or "<code><b>rotate</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Add a line containing the word "<code><b>chaotic</b></code>" to the brush's data file. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年10月 9日 </p>
|
||||
2024年10月10日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>ブラシの追加</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
29 prill 2024
|
||||
10 tetor 2024
|
||||
|
||||
+------------------------------------------------------------------------+
|
||||
| Pasqyrë e Lëndës |
|
||||
|
|
@ -272,12 +272,22 @@ Penela Me Rrotullim
|
|||
|
||||
|
||||
|
||||
Penela të Animuar dhe Me drejtim ose Me Rrotullim
|
||||
Chaotic Brushes
|
||||
|
||||
Mundeni të përzieni në një penel edhe veçori peneli të animuar, edhe peneli
|
||||
me drejtim ose me rrotullim. Përdorni të dyja mundësitë e dëshiruara (“
|
||||
frames=N” dhe “directional” ose “rotate”), në rreshta më vete te kartela
|
||||
“.dat” e penelit.
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously
|
||||
pick random directions as you draw with them.
|
||||
|
||||
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “
|
||||
chaotic”.
|
||||
|
||||
|
||||
|
||||
Animated Directional, Rotating, or Chaotic Brushes
|
||||
|
||||
You may mix both animated and either directional, rotating, or chaotic
|
||||
features into one brush. Use both options desired ("frames=N" and "
|
||||
directional", "rotate", or "chaotic"), in separate lines in the brush's
|
||||
".dat" file.
|
||||
|
||||
For directional brushes, lay the brush out so that each 3x3 set of
|
||||
directional shapes are laid out across a wide PNG image. For example, if
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
9 tetor 2024
|
||||
10 tetor 2024
|
||||
|
||||
+---------------------------------------------------+
|
||||
| Pasqyrë e Lëndës |
|
||||
|
|
@ -104,7 +104,11 @@ D. What's New in Tux Paint version 0.9.34?
|
|||
template or starter background, upon which the drawing was based.
|
||||
|
||||
New brushes
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient).
|
||||
New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor
|
||||
splotches.
|
||||
New brush option
|
||||
Brushes may be given a "chaotic" setting, causing them to rotate
|
||||
continuously while drawing with them.
|
||||
New Magic tool: Comic dots
|
||||
Draws a repeating dot pattern, simulating the "Ben Day process" used in
|
||||
early comic books.
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
29 prill 2024 </p>
|
||||
10 tetor 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
|
||||
|
|
@ -372,10 +372,18 @@
|
|||
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>rotate</b></code>”. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Penela të Animuar dhe Me drejtim ose Me Rrotullim</strong></dt>
|
||||
<dt><strong>Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Mundeni të përzieni në një penel edhe veçori peneli të animuar, edhe peneli me drejtim ose me rrotullim. Përdorni të dyja mundësitë e dëshiruara (“<code><b>frames=<i>N</i></b></code>” dhe “<code><b>directional</b></code>” ose “<code><b>rotate</b></code>”), në rreshta më vete te kartela “<code>.dat</code>” e penelit. </p>
|
||||
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
|
||||
<p>
|
||||
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>chaotic</b></code>”. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
|
||||
<p>
|
||||
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
|
||||
</dd>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
9 tetor 2024 </p>
|
||||
10 tetor 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -232,7 +232,10 @@
|
|||
<dd>A flood fill option that fills the canvas with the background color, or template or starter background, upon which the drawing was based.</dd>
|
||||
|
||||
<dt>New brushes</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient).</dt>
|
||||
<dd>New brushes for the Paint and Lines tools: Fluff (gradient) and Watercolor splotches.</dt>
|
||||
|
||||
<dt>New brush option</dt>
|
||||
<dd>Brushes may be given a "chaotic" setting, causing them to rotate continuously while drawing with them.</dt>
|
||||
|
||||
<dt>New Magic tool: Comic dots</dt>
|
||||
<dd>Draws a repeating dot pattern, simulating the "Ben Day process" used in early comic books.</dd>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue