From c089ba9f28d140b99d321f772d7844c806bf142a Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Thu, 10 Oct 2024 23:45:30 -0700 Subject: [PATCH] Sync'ing docs to get "chaotic" brush option... ...in EXTENDING and What's New ...and "Watercolor splotches" brush in What's New --- docs/en/EXTENDING.txt | 20 +++++++++++++++----- docs/en/README.txt | 8 ++++++-- docs/en/html/EXTENDING.html | 14 +++++++++++--- docs/en/html/README.html | 7 +++++-- docs/es_ES.UTF-8/EXTENDING.txt | 20 +++++++++++++++----- docs/es_ES.UTF-8/README.txt | 8 ++++++-- docs/es_ES.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/es_ES.UTF-8/html/README.html | 7 +++++-- docs/fr_FR.UTF-8/EXTENDING.txt | 20 +++++++++++++++----- docs/fr_FR.UTF-8/README.txt | 8 ++++++-- docs/fr_FR.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/fr_FR.UTF-8/html/README.html | 7 +++++-- docs/gl_ES.UTF-8/EXTENDING.txt | 21 ++++++++++++++++----- docs/gl_ES.UTF-8/README.txt | 8 ++++++-- docs/gl_ES.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/gl_ES.UTF-8/html/README.html | 7 +++++-- docs/is_IS.UTF-8/EXTENDING.txt | 20 +++++++++++++++----- docs/is_IS.UTF-8/README.txt | 8 ++++++-- docs/is_IS.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/is_IS.UTF-8/html/README.html | 7 +++++-- docs/ja_JP.UTF-8/EXTENDING.txt | 20 +++++++++++++++----- docs/ja_JP.UTF-8/README.txt | 8 ++++++-- docs/ja_JP.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/ja_JP.UTF-8/html/README.html | 7 +++++-- docs/sq_AL.UTF-8/EXTENDING.txt | 22 ++++++++++++++++------ docs/sq_AL.UTF-8/README.txt | 8 ++++++-- docs/sq_AL.UTF-8/html/EXTENDING.html | 14 +++++++++++--- docs/sq_AL.UTF-8/html/README.html | 7 +++++-- 28 files changed, 261 insertions(+), 85 deletions(-) diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt index 1a0b314e0..9dd86a062 100644 --- a/docs/en/EXTENDING.txt +++ b/docs/en/EXTENDING.txt @@ -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 diff --git a/docs/en/README.txt b/docs/en/README.txt index 2847425f2..caeabe633 100644 --- a/docs/en/README.txt +++ b/docs/en/README.txt @@ -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. diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html index 0205703bd..18db00275 100644 --- a/docs/en/html/EXTENDING.html +++ b/docs/en/html/EXTENDING.html @@ -100,7 +100,7 @@

- April 29, 2024

+ October 10, 2024

@@ -372,10 +372,18 @@ Add a line containing the word "rotate" to the brush's data file.

-
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 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.)

diff --git a/docs/en/html/README.html b/docs/en/html/README.html index 647304936..e4eced4f3 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -102,7 +102,7 @@

- October 9, 2024

+ October 10, 2024

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/es_ES.UTF-8/EXTENDING.txt b/docs/es_ES.UTF-8/EXTENDING.txt index b20364946..66406cdff 100644 --- a/docs/es_ES.UTF-8/EXTENDING.txt +++ b/docs/es_ES.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/es_ES.UTF-8/README.txt b/docs/es_ES.UTF-8/README.txt index 83b8798e0..5ae46fd31 100644 --- a/docs/es_ES.UTF-8/README.txt +++ b/docs/es_ES.UTF-8/README.txt @@ -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. diff --git a/docs/es_ES.UTF-8/html/EXTENDING.html b/docs/es_ES.UTF-8/html/EXTENDING.html index 5cf6aa17a..66431fde3 100644 --- a/docs/es_ES.UTF-8/html/EXTENDING.html +++ b/docs/es_ES.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- abril 29, 2024

+ octubre 10, 2024

@@ -372,10 +372,18 @@ Add a line containing the word "rotate" to the brush's data file.

-
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 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.)

diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index b4a9f6606..f7bbd0975 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -102,7 +102,7 @@

- octubre 9, 2024

+ octubre 10, 2024

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/fr_FR.UTF-8/EXTENDING.txt b/docs/fr_FR.UTF-8/EXTENDING.txt index 3d3ac324c..586fd1e1a 100644 --- a/docs/fr_FR.UTF-8/EXTENDING.txt +++ b/docs/fr_FR.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/fr_FR.UTF-8/README.txt b/docs/fr_FR.UTF-8/README.txt index fe94bdc30..b863a0d18 100644 --- a/docs/fr_FR.UTF-8/README.txt +++ b/docs/fr_FR.UTF-8/README.txt @@ -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. diff --git a/docs/fr_FR.UTF-8/html/EXTENDING.html b/docs/fr_FR.UTF-8/html/EXTENDING.html index 8b603a4b0..ee2abbc90 100644 --- a/docs/fr_FR.UTF-8/html/EXTENDING.html +++ b/docs/fr_FR.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- avril 29, 2024

+ octobre 10, 2024

@@ -372,10 +372,18 @@ Ajoute une ligne contenant le mot "rotate" au fichier de données brosse.

-
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 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).

diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 9ac025eed..c79aa365f 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -102,7 +102,7 @@

- octobre 9, 2024

+ octobre 10, 2024

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/gl_ES.UTF-8/EXTENDING.txt b/docs/gl_ES.UTF-8/EXTENDING.txt index 1881e83c6..aa4c5e822 100644 --- a/docs/gl_ES.UTF-8/EXTENDING.txt +++ b/docs/gl_ES.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/gl_ES.UTF-8/README.txt b/docs/gl_ES.UTF-8/README.txt index 835772d68..eda29fe32 100644 --- a/docs/gl_ES.UTF-8/README.txt +++ b/docs/gl_ES.UTF-8/README.txt @@ -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. diff --git a/docs/gl_ES.UTF-8/html/EXTENDING.html b/docs/gl_ES.UTF-8/html/EXTENDING.html index 520125165..ca5d4aa4a 100644 --- a/docs/gl_ES.UTF-8/html/EXTENDING.html +++ b/docs/gl_ES.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- 29 de Abril de 2024

+ 10 de Outubro de 2024

@@ -372,10 +372,18 @@ Engada unha liña que conteña a palabra «rotate» ao ficheiro de datos debrush's.

-
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 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.)

diff --git a/docs/gl_ES.UTF-8/html/README.html b/docs/gl_ES.UTF-8/html/README.html index 9a383fe0f..b4ccf2a9f 100644 --- a/docs/gl_ES.UTF-8/html/README.html +++ b/docs/gl_ES.UTF-8/html/README.html @@ -102,7 +102,7 @@

- 9 de Outubro de 2024

+ 10 de Outubro de 2024

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/is_IS.UTF-8/EXTENDING.txt b/docs/is_IS.UTF-8/EXTENDING.txt index 3fcc0306f..da3ded2ef 100644 --- a/docs/is_IS.UTF-8/EXTENDING.txt +++ b/docs/is_IS.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/is_IS.UTF-8/README.txt b/docs/is_IS.UTF-8/README.txt index 9a8cdd4f6..4b93a6f46 100644 --- a/docs/is_IS.UTF-8/README.txt +++ b/docs/is_IS.UTF-8/README.txt @@ -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. diff --git a/docs/is_IS.UTF-8/html/EXTENDING.html b/docs/is_IS.UTF-8/html/EXTENDING.html index 2af0d4d70..e25d7422d 100644 --- a/docs/is_IS.UTF-8/html/EXTENDING.html +++ b/docs/is_IS.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- apríl 29, 2024

+ október 10, 2024

@@ -372,10 +372,18 @@ Add a line containing the word "rotate" to the brush's data file.

-
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 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.)

diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html index 2da04ee61..d80a822c3 100644 --- a/docs/is_IS.UTF-8/html/README.html +++ b/docs/is_IS.UTF-8/html/README.html @@ -102,7 +102,7 @@

- október 9, 2024

+ október 10, 2024

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/ja_JP.UTF-8/EXTENDING.txt b/docs/ja_JP.UTF-8/EXTENDING.txt index b0fdd9336..a9d3d00c8 100644 --- a/docs/ja_JP.UTF-8/EXTENDING.txt +++ b/docs/ja_JP.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/ja_JP.UTF-8/README.txt b/docs/ja_JP.UTF-8/README.txt index d616b73c6..c1eb8601e 100644 --- a/docs/ja_JP.UTF-8/README.txt +++ b/docs/ja_JP.UTF-8/README.txt @@ -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. diff --git a/docs/ja_JP.UTF-8/html/EXTENDING.html b/docs/ja_JP.UTF-8/html/EXTENDING.html index d3203e1b9..3824e7c41 100644 --- a/docs/ja_JP.UTF-8/html/EXTENDING.html +++ b/docs/ja_JP.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- 2024年4月29日

+ 2024年10月10日

@@ -372,10 +372,18 @@ Add a line containing the word "rotate" to the brush's data file.

-
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 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.)

diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index fa4e28d31..563af3e06 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -102,7 +102,7 @@

- 2024年10月 9日

+ 2024年10月10日

A flood fill option that fills the canvas with the background color, or 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.
diff --git a/docs/sq_AL.UTF-8/EXTENDING.txt b/docs/sq_AL.UTF-8/EXTENDING.txt index f1be1f42f..87722f8c6 100644 --- a/docs/sq_AL.UTF-8/EXTENDING.txt +++ b/docs/sq_AL.UTF-8/EXTENDING.txt @@ -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 diff --git a/docs/sq_AL.UTF-8/README.txt b/docs/sq_AL.UTF-8/README.txt index 099ee42cb..a080bf35d 100644 --- a/docs/sq_AL.UTF-8/README.txt +++ b/docs/sq_AL.UTF-8/README.txt @@ -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. diff --git a/docs/sq_AL.UTF-8/html/EXTENDING.html b/docs/sq_AL.UTF-8/html/EXTENDING.html index bbf7157e3..afc261830 100644 --- a/docs/sq_AL.UTF-8/html/EXTENDING.html +++ b/docs/sq_AL.UTF-8/html/EXTENDING.html @@ -100,7 +100,7 @@

- 29 prill 2024

+ 10 tetor 2024

@@ -372,10 +372,18 @@ Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “rotate”.

-
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 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.)

diff --git a/docs/sq_AL.UTF-8/html/README.html b/docs/sq_AL.UTF-8/html/README.html index e321f0ce8..1dddca077 100644 --- a/docs/sq_AL.UTF-8/html/README.html +++ b/docs/sq_AL.UTF-8/html/README.html @@ -102,7 +102,7 @@

- 9 tetor 2024

+ 10 tetor 2024

A flood fill option that fills the canvas with the background color, or 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.