diff --git a/docs/en/html/README.html b/docs/en/html/README.html index cab5e5858..28a4cb2d2 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -102,7 +102,7 @@

- December 22, 2023

+ December 23, 2023

2-point Perspective (vanishing point) Magic tool
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
Font details shown when selected
The name and size of the selected font are shown when using the Text and Label tools.
diff --git a/docs/es_ES.UTF-8/html/README.html b/docs/es_ES.UTF-8/html/README.html index 145c5edef..32c93d53c 100644 --- a/docs/es_ES.UTF-8/html/README.html +++ b/docs/es_ES.UTF-8/html/README.html @@ -102,7 +102,7 @@

- diciembre 22, 2023

+ diciembre 23, 2023

2-point Perspective (vanishing point) Magic tool
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
Font details shown when selected
The name and size of the selected font are shown when using the Text and Label tools.
diff --git a/docs/fr_FR.UTF-8/html/INSTALL.html b/docs/fr_FR.UTF-8/html/INSTALL.html index 01d8b7035..875f1f05e 100644 --- a/docs/fr_FR.UTF-8/html/INSTALL.html +++ b/docs/fr_FR.UTF-8/html/INSTALL.html @@ -1047,7 +1047,7 @@ ... pour crée l'application TuxPaint.app qui peut être exécutée sur place ou copiée sur /Applications. Pour créer le fichier DMG pour la distribution, faites 'make TuxPaint.dmg'.

- Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below.

+ Des étapes supplémentaires sont nécessaires pour construire un 'Universal Binary'. Voyez "Construire un Universal Binary" ci-dessous.

@@ -1134,7 +1134,7 @@

- To build Tux Paint as a Universal Binary, compile Tux Paint for the Intel CPU and the Apple Silicon separately first. Then rename the app bundle for the Intel CPU to TuxPaint-x86_64.app, and the bundle for the Apple Silicon to TuxPaint-arm64.app, copy the app bundle from the Intel machine to the Apple Silicon machine, then use the provided build-universal.sh script to combine the two application bundles as below. The DMG file can be built afterwards:

+ Pour fabriquer Tux Paint en tant que 'Universal Binary', compilez Tux Paint pour le CPU Intel et pour le Apple Silicon, chacun séparément. Puis renommez l'ensemble pour le CPU Intel en TuxPaint-x86_64.app et l'ensemble pour le Apple Silicon en TuxPaint-arm64.app. Copiez l'ensemble app pour Intel sur la machine Apple Silicon puis exécutez le script fourni build-universal.sh pour combiner les deux applications comme ci-dessous. Le fichier DMG, s'il est demandé, doit être fabriqué après :
$ macos/build-universal.sh
$ make TuxPaint.dmg diff --git a/docs/fr_FR.UTF-8/html/README.html b/docs/fr_FR.UTF-8/html/README.html index 458a1d139..a0b942cf3 100644 --- a/docs/fr_FR.UTF-8/html/README.html +++ b/docs/fr_FR.UTF-8/html/README.html @@ -102,7 +102,7 @@

- décembre 22, 2023

+ décembre 23, 2023

-
1-point Perspective (vanishing point) Magic tool
-
A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.
+
Outil Magie avec une perspective à 1 point de fuite
+
Des outils qui permettent de créer un point de fuite, et de dessiner ensuite des lignes avec une perspective à 1 point.
-
2-point Perspective (vanishing point) Magic tool
-
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
Outil Magie avec une perspective à 2 points de fuite
+
Des outils qui permettent de créer deux points de fuite, et de dessiner ensuite des lignes avec une perspective à 2 points.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
-
Font details shown when selected
-
The name and size of the selected font are shown when using the Text and Label tools.
+
Les détails de la police sont affichés lors du choix
+
Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.

@@ -1894,7 +1896,7 @@ Tux Paint est présent sur de nombreux media sociaux, où nous annonçons les mises à jour et les oeuvres d'art.

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

- 22 de Decembro de 2023

+ 23 de Decembro de 2023

2-point Perspective (vanishing point) Magic tool
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
Font details shown when selected
The name and size of the selected font are shown when using the Text and Label tools.
diff --git a/docs/html/images/magic_examples/3pt_perspective.png b/docs/html/images/magic_examples/3pt_perspective.png new file mode 100644 index 000000000..aca63f24a Binary files /dev/null and b/docs/html/images/magic_examples/3pt_perspective.png differ diff --git a/docs/is_IS.UTF-8/html/README.html b/docs/is_IS.UTF-8/html/README.html index bbe165cb1..79685e704 100644 --- a/docs/is_IS.UTF-8/html/README.html +++ b/docs/is_IS.UTF-8/html/README.html @@ -102,7 +102,7 @@

- desember 22, 2023

+ desember 23, 2023

2-point Perspective (vanishing point) Magic tool
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
Font details shown when selected
The name and size of the selected font are shown when using the Text and Label tools.
diff --git a/docs/ja_JP.UTF-8/html/README.html b/docs/ja_JP.UTF-8/html/README.html index f764de222..09bf097c1 100644 --- a/docs/ja_JP.UTF-8/html/README.html +++ b/docs/ja_JP.UTF-8/html/README.html @@ -102,7 +102,7 @@

- 2023年12月22日

+ 2023年12月23日

2-point Perspective (vanishing point) Magic tool
A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.
+
3-point Perspective (vanishing point) Magic tool
+
A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.
Font details shown when selected
The name and size of the selected font are shown when using the Text and Label tools.
diff --git a/magic/icons/3pt_persp_draw.png b/magic/icons/3pt_persp_draw.png new file mode 100644 index 000000000..7f5ef84aa Binary files /dev/null and b/magic/icons/3pt_persp_draw.png differ diff --git a/magic/icons/3pt_persp_select.png b/magic/icons/3pt_persp_select.png new file mode 100644 index 000000000..d419acdf5 Binary files /dev/null and b/magic/icons/3pt_persp_select.png differ diff --git a/magic/magic-docs/en/1pt_perspective.txt b/magic/magic-docs/en/1pt_perspective.txt index 305272827..a4aeec672 100644 --- a/magic/magic-docs/en/1pt_perspective.txt +++ b/magic/magic-docs/en/1pt_perspective.txt @@ -10,7 +10,8 @@ choose your vanishing point. This tool is operated in a freehand fashion. -See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/en/1pt_perspective_select.txt b/magic/magic-docs/en/1pt_perspective_select.txt index 04b54c738..1299ef48c 100644 --- a/magic/magic-docs/en/1pt_perspective_select.txt +++ b/magic/magic-docs/en/1pt_perspective_select.txt @@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the This tool is operated in a freehand fashion. -See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/en/2pt_perspective.txt b/magic/magic-docs/en/2pt_perspective.txt index eda73f6a0..ae6d78e57 100644 --- a/magic/magic-docs/en/2pt_perspective.txt +++ b/magic/magic-docs/en/2pt_perspective.txt @@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon". This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/en/2pt_perspective_select.txt b/magic/magic-docs/en/2pt_perspective_select.txt index dad0e3ee7..1f072c3b7 100644 --- a/magic/magic-docs/en/2pt_perspective_select.txt +++ b/magic/magic-docs/en/2pt_perspective_select.txt @@ -9,7 +9,8 @@ the "2-Point Draw" tool. This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/en/3pt_perspective.txt b/magic/magic-docs/en/3pt_perspective.txt new file mode 100644 index 000000000..a6b480084 --- /dev/null +++ b/magic/magic-docs/en/3pt_perspective.txt @@ -0,0 +1,19 @@ + Tux Paint "Magic" Tool: 3-Point Draw + + Group: Painting + + Author: Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/en/3pt_perspective_select.txt b/magic/magic-docs/en/3pt_perspective_select.txt new file mode 100644 index 000000000..75c3588fa --- /dev/null +++ b/magic/magic-docs/en/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: 3-Point Select + + Group: Painting + + Author: Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/en/html/1pt_perspective.html b/magic/magic-docs/en/html/1pt_perspective.html index 4f2e66570..4ae5dabea 100644 --- a/magic/magic-docs/en/html/1pt_perspective.html +++ b/magic/magic-docs/en/html/1pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

This tool is operated in a freehand fashion.

-

See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

+

See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


Tux Paint 0.9.32

\ No newline at end of file diff --git a/magic/magic-docs/en/html/1pt_perspective_select.html b/magic/magic-docs/en/html/1pt_perspective_select.html index b4f4f55e8..f4ea7f3e0 100644 --- a/magic/magic-docs/en/html/1pt_perspective_select.html +++ b/magic/magic-docs/en/html/1pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

This tool is operated in a freehand fashion.

-

See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

+

See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


Tux Paint 0.9.32

\ No newline at end of file diff --git a/magic/magic-docs/en/html/2pt_perspective.html b/magic/magic-docs/en/html/2pt_perspective.html index 0aa8388a2..f09c397e1 100644 --- a/magic/magic-docs/en/html/2pt_perspective.html +++ b/magic/magic-docs/en/html/2pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

This tool is operated in a freehand fashion.

-

See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

+

See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


Tux Paint 0.9.32

\ No newline at end of file diff --git a/magic/magic-docs/en/html/2pt_perspective_select.html b/magic/magic-docs/en/html/2pt_perspective_select.html index d0e05b844..43cdaa494 100644 --- a/magic/magic-docs/en/html/2pt_perspective_select.html +++ b/magic/magic-docs/en/html/2pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

This tool is operated in a freehand fashion.

-

See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

+

See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point Select, & Perspective.


Tux Paint 0.9.32

\ No newline at end of file diff --git a/magic/magic-docs/en/html/3pt_perspective.html b/magic/magic-docs/en/html/3pt_perspective.html new file mode 100644 index 000000000..cb6df7941 --- /dev/null +++ b/magic/magic-docs/en/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: 3-Point Draw + + + +

Tux Paint "Magic" Tool: 3-Point Draw

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

+

+

This tool is operated in a freehand fashion.

+

See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Select, & Perspective.

+
+

Tux Paint 0.9.32

+ \ No newline at end of file diff --git a/magic/magic-docs/en/html/3pt_perspective_select.html b/magic/magic-docs/en/html/3pt_perspective_select.html new file mode 100644 index 000000000..019fc4b84 --- /dev/null +++ b/magic/magic-docs/en/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: 3-Point Select + + + +

Tux Paint "Magic" Tool: 3-Point Select

+

Group: Painting

+

Author: +Bill Kendrick <bill@newbreedsoftware.com>

+

Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

+

This tool is operated in a freehand fashion.

+

See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, & Perspective.

+
+

Tux Paint 0.9.32

+ \ No newline at end of file diff --git a/magic/magic-docs/en/html/index.html b/magic/magic-docs/en/html/index.html index 63a2d19b8..63bb3d493 100644 --- a/magic/magic-docs/en/html/index.html +++ b/magic/magic-docs/en/html/index.html @@ -75,6 +75,8 @@
  • 1-Point Select
  • 2-Point Draw
  • 2-Point Select
  • +
  • 3-Point Draw
  • +
  • 3-Point Select
  • Bricks
  • Calligraphy
  • Confetti
  • diff --git a/magic/magic-docs/en/index.txt b/magic/magic-docs/en/index.txt index 27c877141..e3214cdb1 100644 --- a/magic/magic-docs/en/index.txt +++ b/magic/magic-docs/en/index.txt @@ -71,6 +71,8 @@ Painting * 1-Point Select * 2-Point Draw * 2-Point Select + * 3-Point Draw + * 3-Point Select * Bricks * Calligraphy * Confetti diff --git a/magic/magic-docs/es_ES.UTF-8/1pt_perspective.txt b/magic/magic-docs/es_ES.UTF-8/1pt_perspective.txt index 305272827..a4aeec672 100644 --- a/magic/magic-docs/es_ES.UTF-8/1pt_perspective.txt +++ b/magic/magic-docs/es_ES.UTF-8/1pt_perspective.txt @@ -10,7 +10,8 @@ choose your vanishing point. This tool is operated in a freehand fashion. -See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/es_ES.UTF-8/1pt_perspective_select.txt b/magic/magic-docs/es_ES.UTF-8/1pt_perspective_select.txt index 04b54c738..1299ef48c 100644 --- a/magic/magic-docs/es_ES.UTF-8/1pt_perspective_select.txt +++ b/magic/magic-docs/es_ES.UTF-8/1pt_perspective_select.txt @@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the This tool is operated in a freehand fashion. -See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/es_ES.UTF-8/2pt_perspective.txt b/magic/magic-docs/es_ES.UTF-8/2pt_perspective.txt index eda73f6a0..ae6d78e57 100644 --- a/magic/magic-docs/es_ES.UTF-8/2pt_perspective.txt +++ b/magic/magic-docs/es_ES.UTF-8/2pt_perspective.txt @@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon". This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/es_ES.UTF-8/2pt_perspective_select.txt b/magic/magic-docs/es_ES.UTF-8/2pt_perspective_select.txt index dad0e3ee7..1f072c3b7 100644 --- a/magic/magic-docs/es_ES.UTF-8/2pt_perspective_select.txt +++ b/magic/magic-docs/es_ES.UTF-8/2pt_perspective_select.txt @@ -9,7 +9,8 @@ the "2-Point Draw" tool. This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/es_ES.UTF-8/3pt_perspective.txt b/magic/magic-docs/es_ES.UTF-8/3pt_perspective.txt new file mode 100644 index 000000000..a6b480084 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/3pt_perspective.txt @@ -0,0 +1,19 @@ + Tux Paint "Magic" Tool: 3-Point Draw + + Group: Painting + + Author: Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/es_ES.UTF-8/3pt_perspective_select.txt b/magic/magic-docs/es_ES.UTF-8/3pt_perspective_select.txt new file mode 100644 index 000000000..75c3588fa --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: 3-Point Select + + Group: Painting + + Author: Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective.html b/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective.html index 4f2e66570..4ae5dabea 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective.html +++ b/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

    Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

    This tool is operated in a freehand fashion.

    -

    See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

    +

    See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective_select.html b/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective_select.html index b4f4f55e8..f4ea7f3e0 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective_select.html +++ b/magic/magic-docs/es_ES.UTF-8/html/1pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

    This tool is operated in a freehand fashion.

    -

    See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

    +

    See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective.html b/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective.html index 0aa8388a2..f09c397e1 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective.html +++ b/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

    Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

    This tool is operated in a freehand fashion.

    -

    See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

    +

    See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective_select.html b/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective_select.html index d0e05b844..43cdaa494 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective_select.html +++ b/magic/magic-docs/es_ES.UTF-8/html/2pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

    Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

    This tool is operated in a freehand fashion.

    -

    See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

    +

    See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective.html b/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective.html new file mode 100644 index 000000000..cb6df7941 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: 3-Point Draw + + + +

    Tux Paint "Magic" Tool: 3-Point Draw

    +

    Group: Painting

    +

    Author: +Bill Kendrick <bill@newbreedsoftware.com>

    +

    Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

    +

    +

    This tool is operated in a freehand fashion.

    +

    See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Select, & Perspective.

    +
    +

    Tux Paint 0.9.32

    + \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective_select.html b/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective_select.html new file mode 100644 index 000000000..019fc4b84 --- /dev/null +++ b/magic/magic-docs/es_ES.UTF-8/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: 3-Point Select + + + +

    Tux Paint "Magic" Tool: 3-Point Select

    +

    Group: Painting

    +

    Author: +Bill Kendrick <bill@newbreedsoftware.com>

    +

    Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

    +

    This tool is operated in a freehand fashion.

    +

    See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, & Perspective.

    +
    +

    Tux Paint 0.9.32

    + \ No newline at end of file diff --git a/magic/magic-docs/es_ES.UTF-8/html/index.html b/magic/magic-docs/es_ES.UTF-8/html/index.html index 27b45becd..e1787c58d 100644 --- a/magic/magic-docs/es_ES.UTF-8/html/index.html +++ b/magic/magic-docs/es_ES.UTF-8/html/index.html @@ -75,6 +75,8 @@
  • 1-Point Select
  • 2-Point Draw
  • 2-Point Select
  • +
  • 3-Point Draw
  • +
  • 3-Point Select
  • Bricks
  • Calligraphy
  • Confetti
  • diff --git a/magic/magic-docs/es_ES.UTF-8/index.txt b/magic/magic-docs/es_ES.UTF-8/index.txt index 967cae36e..28b63abe2 100644 --- a/magic/magic-docs/es_ES.UTF-8/index.txt +++ b/magic/magic-docs/es_ES.UTF-8/index.txt @@ -71,6 +71,8 @@ Painting * 1-Point Select * 2-Point Draw * 2-Point Select + * 3-Point Draw + * 3-Point Select * Bricks * Calligraphy * Confetti diff --git a/magic/magic-docs/fr_FR.UTF-8/1pt_perspective.txt b/magic/magic-docs/fr_FR.UTF-8/1pt_perspective.txt index 0a4e30e0b..9a725a29e 100644 --- a/magic/magic-docs/fr_FR.UTF-8/1pt_perspective.txt +++ b/magic/magic-docs/fr_FR.UTF-8/1pt_perspective.txt @@ -1,16 +1,18 @@ - Outil 'Magie' de Tux Paint : 1-Point Draw + Outil 'Magie' de Tux Paint : Dessin 1 point Groupe: Peindre Auteur : Bill Kendrick -Click and drag to draw with 1-point perspective. Lines will only go towards -your vanishing point, or be horizontal or vertical. Use "1-Point Select" to -choose your vanishing point. +Clique et promène la souris pour dessiner des lignes avec une perspective à 1 +point de fuite. Les lignes iront uniquement vers le point de fuite, ou bien +seront horizontales ou verticales. Utilise "Choix 1 point" pour choisir le +point de fuite. Cet outil permet de travailler en mode à main levée. -Voir aussi : 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +Voir aussi : Choix 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw, +3-Point Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/fr_FR.UTF-8/1pt_perspective_select.txt b/magic/magic-docs/fr_FR.UTF-8/1pt_perspective_select.txt index f40927854..eacdfbc98 100644 --- a/magic/magic-docs/fr_FR.UTF-8/1pt_perspective_select.txt +++ b/magic/magic-docs/fr_FR.UTF-8/1pt_perspective_select.txt @@ -1,15 +1,16 @@ - Outil 'Magie' de Tux Paint : 1-Point Select + Outil 'Magie' de Tux Paint : Choix 1 point Groupe: Peindre Auteur : Bill Kendrick -Click (and drag) to position the vanishing point that will be used with the -"1-Point Draw" tool. +Clique et promène la souris pour positionner le point de fuite utilisé par +l'outil "Dessin 1 point". Cet outil permet de travailler en mode à main levée. -Voir aussi : 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +Voir aussi : Dessin 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw, +3-Point Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/fr_FR.UTF-8/2pt_perspective.txt b/magic/magic-docs/fr_FR.UTF-8/2pt_perspective.txt index 24a649715..6ae7a3234 100644 --- a/magic/magic-docs/fr_FR.UTF-8/2pt_perspective.txt +++ b/magic/magic-docs/fr_FR.UTF-8/2pt_perspective.txt @@ -1,16 +1,18 @@ - Outil 'Magie' de Tux Paint : 2-Point Draw + Outil 'Magie' de Tux Paint : Dessin 2 points Groupe: Peindre Auteur : Bill Kendrick -Click and drag to draw with 2-point perspective. Lines will only go towards -your two vanishing points, or aligned with either the "horizon" defined by the -two vanishing points, or a line perpendicular to that "horizon". +Clique et promène la souris pour dessiner des lignes avec une perspective à 2 +points de fuite. Les lignes iront uniquement vers les deux points de fuite, ou +bien seront parallèles par rapport à "l'horizon" défini par les deux points de +fuite, ou bien perpendiculaires à cet "horizon". Cet outil permet de travailler en mode à main levée. -Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +Voir aussi : Dessin 1 point, Choix 1 point, Choix 2 points, 3-Point Draw, +3-Point Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/fr_FR.UTF-8/2pt_perspective_select.txt b/magic/magic-docs/fr_FR.UTF-8/2pt_perspective_select.txt index 44d4fb220..a80ca5eba 100644 --- a/magic/magic-docs/fr_FR.UTF-8/2pt_perspective_select.txt +++ b/magic/magic-docs/fr_FR.UTF-8/2pt_perspective_select.txt @@ -1,15 +1,16 @@ - Outil 'Magie' de Tux Paint : 2-Point Select + Outil 'Magie' de Tux Paint : Choix 2 points Groupe: Peindre Auteur : Bill Kendrick -Click (and drag) to position the two vanishing points that will be used with -the "2-Point Draw" tool. +Clique et promène la souris pour positionner les deux ponts de fuite qui seront +utilisés dans l'outil "Dessin 2 points". Cet outil permet de travailler en mode à main levée. -Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, 3-Point Draw, +3-Point Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/fr_FR.UTF-8/3pt_perspective.txt b/magic/magic-docs/fr_FR.UTF-8/3pt_perspective.txt new file mode 100644 index 000000000..b34ffe653 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/3pt_perspective.txt @@ -0,0 +1,19 @@ + Outil 'Magie' de Tux Paint : 3-Point Draw + + Groupe: Peindre + + Auteur : Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +Cet outil permet de travailler en mode à main levée. + +Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points, +3-Point Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/fr_FR.UTF-8/3pt_perspective_select.txt b/magic/magic-docs/fr_FR.UTF-8/3pt_perspective_select.txt new file mode 100644 index 000000000..4af1390f3 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Outil 'Magie' de Tux Paint : 3-Point Select + + Groupe: Peindre + + Auteur : Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +Cet outil permet de travailler en mode à main levée. + +Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points, +3-Point Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective.html b/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective.html index 487d15969..09cd22cdd 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective.html @@ -1,16 +1,16 @@ -Outil 'Magie' de Tux Paint : 1-Point Draw +Outil 'Magie' de Tux Paint : Dessin 1 point -

    Outil 'Magie' de Tux Paint : 1-Point Draw

    +

    Outil 'Magie' de Tux Paint : Dessin 1 point

    Groupe: Peindre

    Auteur : Bill Kendrick <bill@newbreedsoftware.com>

    -

    Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

    +

    Clique et promène la souris pour dessiner des lignes avec une perspective à 1 point de fuite. Les lignes iront uniquement vers le point de fuite, ou bien seront horizontales ou verticales. Utilise "Choix 1 point" pour choisir le point de fuite.

    Cet outil permet de travailler en mode à main levée.

    -

    Voir aussi : 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

    +

    Voir aussi : Choix 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective_select.html b/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective_select.html index 11e0c0802..899a57b2f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective_select.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/1pt_perspective_select.html @@ -1,15 +1,15 @@ -Outil 'Magie' de Tux Paint : 1-Point Select +Outil 'Magie' de Tux Paint : Choix 1 point -

    Outil 'Magie' de Tux Paint : 1-Point Select

    +

    Outil 'Magie' de Tux Paint : Choix 1 point

    Groupe: Peindre

    Auteur : Bill Kendrick <bill@newbreedsoftware.com>

    -

    Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

    +

    Clique et promène la souris pour positionner le point de fuite utilisé par l'outil "Dessin 1 point".

    Cet outil permet de travailler en mode à main levée.

    -

    Voir aussi : 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

    +

    Voir aussi : Dessin 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective.html b/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective.html index 31434c54c..e6bc81ef5 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective.html @@ -1,16 +1,16 @@ -Outil 'Magie' de Tux Paint : 2-Point Draw +Outil 'Magie' de Tux Paint : Dessin 2 points -

    Outil 'Magie' de Tux Paint : 2-Point Draw

    +

    Outil 'Magie' de Tux Paint : Dessin 2 points

    Groupe: Peindre

    Auteur : Bill Kendrick <bill@newbreedsoftware.com>

    -

    Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

    +

    Clique et promène la souris pour dessiner des lignes avec une perspective à 2 points de fuite. Les lignes iront uniquement vers les deux points de fuite, ou bien seront parallèles par rapport à "l'horizon" défini par les deux points de fuite, ou bien perpendiculaires à cet "horizon".

    Cet outil permet de travailler en mode à main levée.

    -

    Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

    +

    Voir aussi : Dessin 1 point, Choix 1 point, Choix 2 points, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective_select.html b/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective_select.html index 63c506803..d191ce302 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective_select.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/2pt_perspective_select.html @@ -1,15 +1,15 @@ -Outil 'Magie' de Tux Paint : 2-Point Select +Outil 'Magie' de Tux Paint : Choix 2 points -

    Outil 'Magie' de Tux Paint : 2-Point Select

    +

    Outil 'Magie' de Tux Paint : Choix 2 points

    Groupe: Peindre

    Auteur : Bill Kendrick <bill@newbreedsoftware.com>

    -

    Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

    +

    Clique et promène la souris pour positionner les deux ponts de fuite qui seront utilisés dans l'outil "Dessin 2 points".

    Cet outil permet de travailler en mode à main levée.

    -

    Voir aussi : 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

    +

    Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, 3-Point Draw, 3-Point Select, & Perspective.


    Tux Paint 0.9.32

    \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective.html b/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective.html new file mode 100644 index 000000000..51856c326 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Outil 'Magie' de Tux Paint : 3-Point Draw + + + +

    Outil 'Magie' de Tux Paint : 3-Point Draw

    +

    Groupe: Peindre

    +

    Auteur : +Bill Kendrick <bill@newbreedsoftware.com>

    +

    Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

    +

    +

    Cet outil permet de travailler en mode à main levée.

    +

    Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points, 3-Point Select, & Perspective.

    +
    +

    Tux Paint 0.9.32

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective_select.html b/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective_select.html new file mode 100644 index 000000000..02f82a124 --- /dev/null +++ b/magic/magic-docs/fr_FR.UTF-8/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Outil 'Magie' de Tux Paint : 3-Point Select + + + +

    Outil 'Magie' de Tux Paint : 3-Point Select

    +

    Groupe: Peindre

    +

    Auteur : +Bill Kendrick <bill@newbreedsoftware.com>

    +

    Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

    +

    Cet outil permet de travailler en mode à main levée.

    +

    Voir aussi : Dessin 1 point, Choix 1 point, Dessin 2 points, Choix 2 points, 3-Point Draw, & Perspective.

    +
    +

    Tux Paint 0.9.32

    + \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/html/index.html b/magic/magic-docs/fr_FR.UTF-8/html/index.html index 97a1bb527..42104a72f 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/index.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/index.html @@ -71,18 +71,20 @@

    Peindre

      -
    • 1-Point Draw
    • -
    • 1-Point Select
    • -
    • 2-Point Draw
    • -
    • 2-Point Select
    • +
    • 3-Point Draw
    • +
    • 3-Point Select
    • Arc-en-ciel
    • Arc-en-ciel
    • Arc-en-ciel doux
    • Boucles
    • Briques
    • Calligraphie
    • +
    • Choix 1 point
    • +
    • Choix 2 points
    • Confettis
    • Dentifrice
    • +
    • Dessin 1 point
    • +
    • Dessin 2 points
    • Doux
    • Effet mouillé
    • Fourrure
    • diff --git a/magic/magic-docs/fr_FR.UTF-8/html/perspective.html b/magic/magic-docs/fr_FR.UTF-8/html/perspective.html index 28bc1f270..dd63167f4 100644 --- a/magic/magic-docs/fr_FR.UTF-8/html/perspective.html +++ b/magic/magic-docs/fr_FR.UTF-8/html/perspective.html @@ -10,7 +10,7 @@ Pere Pujal i Carabantes <pere@fornol.n

      Cliquez et balayez à partir d'un coin pour changer la paerspective de votre dessin.

      Cet outil permet de travailler en mode à main levée.

      -

      Voir aussi : 1-Point Draw.

      +

      Voir aussi : Dessin 1 point.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/fr_FR.UTF-8/index.txt b/magic/magic-docs/fr_FR.UTF-8/index.txt index 9992d3b1c..533f7efc3 100644 --- a/magic/magic-docs/fr_FR.UTF-8/index.txt +++ b/magic/magic-docs/fr_FR.UTF-8/index.txt @@ -67,18 +67,20 @@ Déformations de l'image Peindre - * 1-Point Draw - * 1-Point Select - * 2-Point Draw - * 2-Point Select + * 3-Point Draw + * 3-Point Select * Arc-en-ciel * Arc-en-ciel * Arc-en-ciel doux * Boucles * Briques * Calligraphie + * Choix 1 point + * Choix 2 points * Confettis * Dentifrice + * Dessin 1 point + * Dessin 2 points * Doux * Effet mouillé * Fourrure diff --git a/magic/magic-docs/fr_FR.UTF-8/perspective.txt b/magic/magic-docs/fr_FR.UTF-8/perspective.txt index 06acd7bea..98c049b9c 100644 --- a/magic/magic-docs/fr_FR.UTF-8/perspective.txt +++ b/magic/magic-docs/fr_FR.UTF-8/perspective.txt @@ -9,7 +9,7 @@ dessin. Cet outil permet de travailler en mode à main levée. -Voir aussi : 1-Point Draw. +Voir aussi : Dessin 1 point. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/1pt_perspective.txt b/magic/magic-docs/gl_ES.UTF-8/1pt_perspective.txt index 305272827..a4aeec672 100644 --- a/magic/magic-docs/gl_ES.UTF-8/1pt_perspective.txt +++ b/magic/magic-docs/gl_ES.UTF-8/1pt_perspective.txt @@ -10,7 +10,8 @@ choose your vanishing point. This tool is operated in a freehand fashion. -See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/1pt_perspective_select.txt b/magic/magic-docs/gl_ES.UTF-8/1pt_perspective_select.txt index 04b54c738..1299ef48c 100644 --- a/magic/magic-docs/gl_ES.UTF-8/1pt_perspective_select.txt +++ b/magic/magic-docs/gl_ES.UTF-8/1pt_perspective_select.txt @@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the This tool is operated in a freehand fashion. -See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/2pt_perspective.txt b/magic/magic-docs/gl_ES.UTF-8/2pt_perspective.txt index eda73f6a0..ae6d78e57 100644 --- a/magic/magic-docs/gl_ES.UTF-8/2pt_perspective.txt +++ b/magic/magic-docs/gl_ES.UTF-8/2pt_perspective.txt @@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon". This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/2pt_perspective_select.txt b/magic/magic-docs/gl_ES.UTF-8/2pt_perspective_select.txt index dad0e3ee7..1f072c3b7 100644 --- a/magic/magic-docs/gl_ES.UTF-8/2pt_perspective_select.txt +++ b/magic/magic-docs/gl_ES.UTF-8/2pt_perspective_select.txt @@ -9,7 +9,8 @@ the "2-Point Draw" tool. This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/gl_ES.UTF-8/3pt_perspective.txt b/magic/magic-docs/gl_ES.UTF-8/3pt_perspective.txt new file mode 100644 index 000000000..a6b480084 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/3pt_perspective.txt @@ -0,0 +1,19 @@ + Tux Paint "Magic" Tool: 3-Point Draw + + Group: Painting + + Author: Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/gl_ES.UTF-8/3pt_perspective_select.txt b/magic/magic-docs/gl_ES.UTF-8/3pt_perspective_select.txt new file mode 100644 index 000000000..75c3588fa --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: 3-Point Select + + Group: Painting + + Author: Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective.html b/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective.html index 4f2e66570..4ae5dabea 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective_select.html b/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective_select.html index b4f4f55e8..f4ea7f3e0 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective_select.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/1pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective.html b/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective.html index 0aa8388a2..f09c397e1 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective_select.html b/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective_select.html index d0e05b844..43cdaa494 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective_select.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/2pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective.html b/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective.html new file mode 100644 index 000000000..cb6df7941 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: 3-Point Draw + + + +

      Tux Paint "Magic" Tool: 3-Point Draw

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

      +

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Select, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective_select.html b/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective_select.html new file mode 100644 index 000000000..019fc4b84 --- /dev/null +++ b/magic/magic-docs/gl_ES.UTF-8/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: 3-Point Select + + + +

      Tux Paint "Magic" Tool: 3-Point Select

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/gl_ES.UTF-8/html/index.html b/magic/magic-docs/gl_ES.UTF-8/html/index.html index 27b45becd..e1787c58d 100644 --- a/magic/magic-docs/gl_ES.UTF-8/html/index.html +++ b/magic/magic-docs/gl_ES.UTF-8/html/index.html @@ -75,6 +75,8 @@
    • 1-Point Select
    • 2-Point Draw
    • 2-Point Select
    • +
    • 3-Point Draw
    • +
    • 3-Point Select
    • Bricks
    • Calligraphy
    • Confetti
    • diff --git a/magic/magic-docs/gl_ES.UTF-8/index.txt b/magic/magic-docs/gl_ES.UTF-8/index.txt index 967cae36e..28b63abe2 100644 --- a/magic/magic-docs/gl_ES.UTF-8/index.txt +++ b/magic/magic-docs/gl_ES.UTF-8/index.txt @@ -71,6 +71,8 @@ Painting * 1-Point Select * 2-Point Draw * 2-Point Select + * 3-Point Draw + * 3-Point Select * Bricks * Calligraphy * Confetti diff --git a/magic/magic-docs/is_IS.UTF-8/1pt_perspective.txt b/magic/magic-docs/is_IS.UTF-8/1pt_perspective.txt index 305272827..a4aeec672 100644 --- a/magic/magic-docs/is_IS.UTF-8/1pt_perspective.txt +++ b/magic/magic-docs/is_IS.UTF-8/1pt_perspective.txt @@ -10,7 +10,8 @@ choose your vanishing point. This tool is operated in a freehand fashion. -See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/is_IS.UTF-8/1pt_perspective_select.txt b/magic/magic-docs/is_IS.UTF-8/1pt_perspective_select.txt index 04b54c738..1299ef48c 100644 --- a/magic/magic-docs/is_IS.UTF-8/1pt_perspective_select.txt +++ b/magic/magic-docs/is_IS.UTF-8/1pt_perspective_select.txt @@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the This tool is operated in a freehand fashion. -See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/is_IS.UTF-8/2pt_perspective.txt b/magic/magic-docs/is_IS.UTF-8/2pt_perspective.txt index eda73f6a0..ae6d78e57 100644 --- a/magic/magic-docs/is_IS.UTF-8/2pt_perspective.txt +++ b/magic/magic-docs/is_IS.UTF-8/2pt_perspective.txt @@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon". This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/is_IS.UTF-8/2pt_perspective_select.txt b/magic/magic-docs/is_IS.UTF-8/2pt_perspective_select.txt index dad0e3ee7..1f072c3b7 100644 --- a/magic/magic-docs/is_IS.UTF-8/2pt_perspective_select.txt +++ b/magic/magic-docs/is_IS.UTF-8/2pt_perspective_select.txt @@ -9,7 +9,8 @@ the "2-Point Draw" tool. This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/is_IS.UTF-8/3pt_perspective.txt b/magic/magic-docs/is_IS.UTF-8/3pt_perspective.txt new file mode 100644 index 000000000..a6b480084 --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/3pt_perspective.txt @@ -0,0 +1,19 @@ + Tux Paint "Magic" Tool: 3-Point Draw + + Group: Painting + + Author: Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/is_IS.UTF-8/3pt_perspective_select.txt b/magic/magic-docs/is_IS.UTF-8/3pt_perspective_select.txt new file mode 100644 index 000000000..75c3588fa --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: 3-Point Select + + Group: Painting + + Author: Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective.html b/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective.html index 4f2e66570..4ae5dabea 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective.html +++ b/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective_select.html b/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective_select.html index b4f4f55e8..f4ea7f3e0 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective_select.html +++ b/magic/magic-docs/is_IS.UTF-8/html/1pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective.html b/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective.html index 0aa8388a2..f09c397e1 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective.html +++ b/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective_select.html b/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective_select.html index d0e05b844..43cdaa494 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective_select.html +++ b/magic/magic-docs/is_IS.UTF-8/html/2pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective.html b/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective.html new file mode 100644 index 000000000..cb6df7941 --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: 3-Point Draw + + + +

      Tux Paint "Magic" Tool: 3-Point Draw

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

      +

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Select, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective_select.html b/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective_select.html new file mode 100644 index 000000000..019fc4b84 --- /dev/null +++ b/magic/magic-docs/is_IS.UTF-8/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: 3-Point Select + + + +

      Tux Paint "Magic" Tool: 3-Point Select

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/is_IS.UTF-8/html/index.html b/magic/magic-docs/is_IS.UTF-8/html/index.html index 27b45becd..e1787c58d 100644 --- a/magic/magic-docs/is_IS.UTF-8/html/index.html +++ b/magic/magic-docs/is_IS.UTF-8/html/index.html @@ -75,6 +75,8 @@
    • 1-Point Select
    • 2-Point Draw
    • 2-Point Select
    • +
    • 3-Point Draw
    • +
    • 3-Point Select
    • Bricks
    • Calligraphy
    • Confetti
    • diff --git a/magic/magic-docs/is_IS.UTF-8/index.txt b/magic/magic-docs/is_IS.UTF-8/index.txt index 967cae36e..28b63abe2 100644 --- a/magic/magic-docs/is_IS.UTF-8/index.txt +++ b/magic/magic-docs/is_IS.UTF-8/index.txt @@ -71,6 +71,8 @@ Painting * 1-Point Select * 2-Point Draw * 2-Point Select + * 3-Point Draw + * 3-Point Select * Bricks * Calligraphy * Confetti diff --git a/magic/magic-docs/ja_JP.UTF-8/1pt_perspective.txt b/magic/magic-docs/ja_JP.UTF-8/1pt_perspective.txt index 305272827..a4aeec672 100644 --- a/magic/magic-docs/ja_JP.UTF-8/1pt_perspective.txt +++ b/magic/magic-docs/ja_JP.UTF-8/1pt_perspective.txt @@ -10,7 +10,8 @@ choose your vanishing point. This tool is operated in a freehand fashion. -See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/ja_JP.UTF-8/1pt_perspective_select.txt b/magic/magic-docs/ja_JP.UTF-8/1pt_perspective_select.txt index 04b54c738..1299ef48c 100644 --- a/magic/magic-docs/ja_JP.UTF-8/1pt_perspective_select.txt +++ b/magic/magic-docs/ja_JP.UTF-8/1pt_perspective_select.txt @@ -9,7 +9,8 @@ Click (and drag) to position the vanishing point that will be used with the This tool is operated in a freehand fashion. -See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective. +See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/ja_JP.UTF-8/2pt_perspective.txt b/magic/magic-docs/ja_JP.UTF-8/2pt_perspective.txt index eda73f6a0..ae6d78e57 100644 --- a/magic/magic-docs/ja_JP.UTF-8/2pt_perspective.txt +++ b/magic/magic-docs/ja_JP.UTF-8/2pt_perspective.txt @@ -10,7 +10,8 @@ two vanishing points, or a line perpendicular to that "horizon". This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/ja_JP.UTF-8/2pt_perspective_select.txt b/magic/magic-docs/ja_JP.UTF-8/2pt_perspective_select.txt index dad0e3ee7..1f072c3b7 100644 --- a/magic/magic-docs/ja_JP.UTF-8/2pt_perspective_select.txt +++ b/magic/magic-docs/ja_JP.UTF-8/2pt_perspective_select.txt @@ -9,7 +9,8 @@ the "2-Point Draw" tool. This tool is operated in a freehand fashion. -See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective. +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point +Select, & Perspective. ------------------------------------------------------------------------------- diff --git a/magic/magic-docs/ja_JP.UTF-8/3pt_perspective.txt b/magic/magic-docs/ja_JP.UTF-8/3pt_perspective.txt new file mode 100644 index 000000000..a6b480084 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/3pt_perspective.txt @@ -0,0 +1,19 @@ + Tux Paint "Magic" Tool: 3-Point Draw + + Group: Painting + + Author: Bill Kendrick + +Click and drag to draw with 3-point perspective. Lines will only go towards +your three vanishing points, or aligned with the "horizon" defined by two of +the vanishing points. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Select, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/ja_JP.UTF-8/3pt_perspective_select.txt b/magic/magic-docs/ja_JP.UTF-8/3pt_perspective_select.txt new file mode 100644 index 000000000..75c3588fa --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/3pt_perspective_select.txt @@ -0,0 +1,18 @@ + Tux Paint "Magic" Tool: 3-Point Select + + Group: Painting + + Author: Bill Kendrick + +Click (and drag) to position the three vanishing points that will be used with +the "3-Point Draw" tool. + +This tool is operated in a freehand fashion. + +See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point +Draw, & Perspective. + +------------------------------------------------------------------------------- + + Tux Paint 0.9.32 + diff --git a/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective.html b/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective.html index 4f2e66570..4ae5dabea 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 1-point perspective. Lines will only go towards your vanishing point, or be horizontal or vertical. Use "1-Point Select" to choose your vanishing point.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective_select.html b/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective_select.html index b4f4f55e8..f4ea7f3e0 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective_select.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/1pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the vanishing point that will be used with the "1-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 2-Point Draw, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective.html b/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective.html index 0aa8388a2..f09c397e1 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective.html @@ -10,7 +10,7 @@ Bill Kendrick <bill@newbreedsoftwa

      Click and drag to draw with 2-point perspective. Lines will only go towards your two vanishing points, or aligned with either the "horizon" defined by the two vanishing points, or a line perpendicular to that "horizon".

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Select, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective_select.html b/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective_select.html index d0e05b844..43cdaa494 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective_select.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/2pt_perspective_select.html @@ -9,7 +9,7 @@ Bill Kendrick <bill@newbreedsoftware.com>

      Click (and drag) to position the two vanishing points that will be used with the "2-Point Draw" tool.

      This tool is operated in a freehand fashion.

      -

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, & Perspective.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 3-Point Draw, 3-Point Select, & Perspective.


      Tux Paint 0.9.32

      \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective.html b/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective.html new file mode 100644 index 000000000..cb6df7941 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective.html @@ -0,0 +1,16 @@ + +Tux Paint "Magic" Tool: 3-Point Draw + + + +

      Tux Paint "Magic" Tool: 3-Point Draw

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click and drag to draw with 3-point perspective. Lines will only go towards your three vanishing points, or aligned with the "horizon" defined by two of the vanishing points.

      +

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Select, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective_select.html b/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective_select.html new file mode 100644 index 000000000..019fc4b84 --- /dev/null +++ b/magic/magic-docs/ja_JP.UTF-8/html/3pt_perspective_select.html @@ -0,0 +1,15 @@ + +Tux Paint "Magic" Tool: 3-Point Select + + + +

      Tux Paint "Magic" Tool: 3-Point Select

      +

      Group: Painting

      +

      Author: +Bill Kendrick <bill@newbreedsoftware.com>

      +

      Click (and drag) to position the three vanishing points that will be used with the "3-Point Draw" tool.

      +

      This tool is operated in a freehand fashion.

      +

      See also: 1-Point Draw, 1-Point Select, 2-Point Draw, 2-Point Select, 3-Point Draw, & Perspective.

      +
      +

      Tux Paint 0.9.32

      + \ No newline at end of file diff --git a/magic/magic-docs/ja_JP.UTF-8/html/index.html b/magic/magic-docs/ja_JP.UTF-8/html/index.html index 199cb1e15..03e0fb71a 100644 --- a/magic/magic-docs/ja_JP.UTF-8/html/index.html +++ b/magic/magic-docs/ja_JP.UTF-8/html/index.html @@ -75,6 +75,8 @@
    • 1-Point Select
    • 2-Point Draw
    • 2-Point Select
    • +
    • 3-Point Draw
    • +
    • 3-Point Select
    • Bricks
    • Calligraphy
    • Confetti
    • diff --git a/magic/magic-docs/ja_JP.UTF-8/index.txt b/magic/magic-docs/ja_JP.UTF-8/index.txt index 3c9b9acbb..8836588e4 100644 --- a/magic/magic-docs/ja_JP.UTF-8/index.txt +++ b/magic/magic-docs/ja_JP.UTF-8/index.txt @@ -71,6 +71,8 @@ Painting * 1-Point Select * 2-Point Draw * 2-Point Select + * 3-Point Draw + * 3-Point Select * Bricks * Calligraphy * Confetti diff --git a/magic/src/n_pt_persp.c b/magic/src/n_pt_persp.c index 3a658c3cc..67b7b0c86 100644 --- a/magic/src/n_pt_persp.c +++ b/magic/src/n_pt_persp.c @@ -5,7 +5,7 @@ by Bill Kendrick - December 12, 2023 - December 22, 2023 + December 12, 2023 - December 23, 2023 */ @@ -46,8 +46,8 @@ const char *icon_filenames[NUM_TOOLS] = { "1pt_persp_draw.png", "2pt_persp_select.png", "2pt_persp_draw.png", - "perspective.png", // FIXME - "perspective.png", // FIXME + "3pt_persp_select.png", + "3pt_persp_draw.png", }; @@ -82,6 +82,7 @@ int a2_pt_x[2], a2_pt_y[2], a2_pt_cur; int a3_pt_x[3], a3_pt_y[3], a3_pt_cur; int line_start_x, line_start_y; float a2_valid_angle[8]; +float a3_valid_angle[8]; /* Function prototypes: */ Uint32 n_pt_persp_api_version(void); @@ -146,6 +147,8 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED) sound_effects[i] = Mix_LoadWAV(filename); } + /* Set default vanishing point positions: */ + /* 1-pt perspective initial vanishing point: Center of canvas */ a1_pt_x = api->canvas_w / 2; a1_pt_y = api->canvas_w / 2; @@ -160,14 +163,14 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED) a2_pt_cur = 0; /* 3-pt perspective initial vanishing points: top center, and left and right near bottom of canvas */ - a3_pt_x[0] = api->canvas_w / 2; - a3_pt_y[0] = 0; + a3_pt_x[0] = api->canvas_w * 1 / 20; + a3_pt_y[0] = api->canvas_h * 19 / 20; - a3_pt_x[1] = 0; - a3_pt_y[1] = api->canvas_h * 4 / 5; + a3_pt_x[1] = api->canvas_w * 19 / 20; + a3_pt_y[1] = api->canvas_h * 19 / 20; - a3_pt_x[2] = api->canvas_w - 1; - a3_pt_y[2] = api->canvas_h * 4 / 5; + a3_pt_x[2] = api->canvas_w / 2; + a3_pt_y[2] = api->canvas_h * 1 / 20; a3_pt_cur = 0; @@ -184,8 +187,7 @@ int n_pt_persp_init(magic_api * api, Uint32 disabled_features ATTRIBUTE_UNUSED) int n_pt_persp_get_tool_count(magic_api * api ATTRIBUTE_UNUSED) { - return 4; // FIXME - // return (NUM_TOOLS); + return (NUM_TOOLS); } @@ -314,12 +316,12 @@ void n_pt_persp_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED, n_pt_persp_vanish_pt_moved(api, which, canvas, update_rect); } else { + int i; + /* Start drawing a line */ SDL_BlitSurface(canvas, NULL, n_pt_persp_snapshot, NULL); if (which == TOOL_2PT_DRAW) { - int i; - /* Horizon between vanishing points, and perpendicular (rise above/below) */ a2_valid_angle[0] = atan2(a2_pt_y[1] - a2_pt_y[0], a2_pt_x[1] - a2_pt_x[0]); a2_valid_angle[1] = a2_valid_angle[0] + M_PI; @@ -343,6 +345,24 @@ void n_pt_persp_click(magic_api * api, int which, int mode ATTRIBUTE_UNUSED, a2_valid_angle[i] -= (M_PI * 2); } } + } else if (which == TOOL_3PT_DRAW) { + /* Horizon between vanishing points, and perpendicular (rise above/below) */ + a3_valid_angle[0] = atan2(a3_pt_y[1] - a3_pt_y[0], a3_pt_x[1] - a3_pt_x[0]); + a3_valid_angle[1] = a3_valid_angle[0] + M_PI; + + /* Angles that point toward the three vanishing points */ + a3_valid_angle[2] = atan2(a3_pt_y[0] - y, a3_pt_x[0] - x); + a3_valid_angle[3] = a3_valid_angle[2] + M_PI; + a3_valid_angle[4] = atan2(a3_pt_y[1] - y, a3_pt_x[1] - x); + a3_valid_angle[5] = a3_valid_angle[4] + M_PI; + a3_valid_angle[6] = atan2(a3_pt_y[2] - y, a3_pt_x[2] - x); + a3_valid_angle[7] = a3_valid_angle[6] + M_PI; + + for (i = 0; i < 8; i++) { + if (a3_valid_angle[i] > M_PI) { + a3_valid_angle[i] -= (M_PI * 2); + } + } } line_start_x = x; @@ -369,6 +389,9 @@ void n_pt_persp_drag(magic_api * api, int which, int old_x ATTRIBUTE_UNUSED, int old_y ATTRIBUTE_UNUSED, int x, int y, SDL_Rect * update_rect) { + int i, x1, y1, x2, y2; + float slope; + /* Draw the line (preview) */ n_pt_persp_work(api, which, canvas, x, y, update_rect, 1); @@ -399,9 +422,6 @@ void n_pt_persp_drag(magic_api * api, int which, n_pt_persp_line_xor_callback); } else if (which == TOOL_2PT_DRAW) { /* 2-point perspective - draw */ - int i, x1, y1, x2, y2; - float slope; - n_pt_persp_draw_points(api, TOOL_2PT_SELECT, canvas); slope = ((float) a2_pt_y[0] - (float) a2_pt_y[1]) / ((float) a2_pt_x[0] - (float) a2_pt_x[1]); @@ -439,19 +459,48 @@ void n_pt_persp_drag(magic_api * api, int which, if (x != a2_pt_x[i]) { slope = ((float) y - (float) a2_pt_y[i]) / ((float) x - (float) a2_pt_x[i]); - x1 = 0; - y1 = a2_pt_y[i] - (a2_pt_x[i] * slope); - x2 = canvas->w; - y2 = a2_pt_y[i] + ((canvas->w - a2_pt_x[i]) * slope); + x1 = 0; + y1 = a2_pt_y[i] - (a2_pt_x[i] * slope); + x2 = canvas->w; + y2 = a2_pt_y[i] + ((canvas->w - a2_pt_x[i]) * slope); - api->line((void *) api, which, canvas, NULL, - x1, y1, x2, y2, 2, - n_pt_persp_line_xor_callback); + api->line((void *) api, which, canvas, NULL, + x1, y1, x2, y2, 2, + n_pt_persp_line_xor_callback); } } } else if (which == TOOL_3PT_DRAW) { /* 3-point perspective - draw */ - /* FIXME */ + + n_pt_persp_draw_points(api, TOOL_3PT_SELECT, canvas); + + /* Horizon line (from the cursor) */ + slope = ((float) a3_pt_y[0] - (float) a3_pt_y[1]) / ((float) a3_pt_x[0] - (float) a3_pt_x[1]); + x1 = 0; + y1 = y - (x * slope); + x2 = canvas->w; + y2 = y + ((canvas->w - x) * slope); + api->line((void *) api, which, canvas, NULL, + x1, y1, x2, y2, 5, + n_pt_persp_line_xor_callback); + + /* N.B. No "vertical" line; the 3rd vanishing point defines "up" and "down" */ + + /* Diagonal lines from cursor to the vanishing points */ + for (i = 0; i < 3; i++) { + if (x != a3_pt_x[i]) { + slope = ((float) y - (float) a3_pt_y[i]) / ((float) x - (float) a3_pt_x[i]); + + x1 = 0; + y1 = a3_pt_y[i] - (a3_pt_x[i] * slope); + x2 = canvas->w; + y2 = a3_pt_y[i] + ((canvas->w - a3_pt_x[i]) * slope); + + api->line((void *) api, which, canvas, NULL, + x1, y1, x2, y2, 2, + n_pt_persp_line_xor_callback); + } + } } else if (which == TOOL_1PT_SELECT) { /* 1-point perspective - select */ a1_pt_x = x; @@ -477,9 +526,10 @@ void n_pt_persp_work(magic_api * api, int which, SDL_Surface * canvas, int x, int y, SDL_Rect * update_rect, int xor) { - int portion_x1, portion_y1, portion_x2, portion_y2, portion_w, portion_h; int x1, y1, x2, y2; float slope, slope2; + int i, best_angle_idx; + float cursor_angle, diff, best_diff; /* SDL_Rect area_rect; */ if (n_pt_persp_snapshot == NULL) @@ -527,10 +577,16 @@ void n_pt_persp_work(magic_api * api, int which, y2 = y1; } } - } else if (which == TOOL_2PT_DRAW) { - /* 2-point perspective */ - int i, best_angle_idx; - float cursor_angle, diff, best_diff; + } else if (which == TOOL_2PT_DRAW || which == TOOL_3PT_DRAW) { + float * valid_angle; + + /* 2- & 3-point perspective */ + + if (which == TOOL_2PT_DRAW) { + valid_angle = a2_valid_angle; + } else { + valid_angle = a3_valid_angle; + } /* Find the valid angle that the drawn angle fits best to */ cursor_angle = atan2f(y - line_start_y, x - line_start_x); @@ -539,7 +595,7 @@ void n_pt_persp_work(magic_api * api, int which, best_diff = M_PI * 2; for (i = 0; i < 8; i++) { - diff = fabs(cursor_angle - a2_valid_angle[i]); + diff = fabs(cursor_angle - valid_angle[i]); if (diff < best_diff) { best_angle_idx = i; @@ -555,8 +611,8 @@ void n_pt_persp_work(magic_api * api, int which, /* Calculate a line segment, so we can determine the slope */ x1 = line_start_x; y1 = line_start_y; - x2 = line_start_x + cos(a2_valid_angle[best_angle_idx]) * 1000; - y2 = line_start_y + sin(a2_valid_angle[best_angle_idx]) * 1000; + x2 = line_start_x + cos(valid_angle[best_angle_idx]) * 1000; + y2 = line_start_y + sin(valid_angle[best_angle_idx]) * 1000; if (abs(x2 - x1) >= 2) { slope = ((float) y2 - (float) y1) / ((float) x2 - (float) x1); @@ -575,45 +631,9 @@ void n_pt_persp_work(magic_api * api, int which, x2 = x1; y2 = y; } - } else if (which == TOOL_3PT_DRAW) { - /* 3-point perspective */ - - /* FIXME */ - return; } - portion_x1 = x1; - portion_y1 = y1; - portion_x2 = x2; - portion_y2 = y2; - - if (portion_x1 > portion_x2) - { - int temp = portion_x1; - - portion_x1 = portion_x2; - portion_x2 = temp; - } - if (portion_y1 > portion_y2) - { - int temp = portion_y1; - - portion_y1 = portion_y2; - portion_y2 = temp; - } - - portion_w = (portion_x2 - portion_x1) + 1; - portion_h = (portion_y2 - portion_y1) + 1; - - /* FIXME: Not working correctly!? -bjk 2023.12.13 */ - /* - area_rect.x = portion_x1; - area_rect.y = portion_y1; - area_rect.w = portion_w; - area_rect.h = portion_h; - */ - - SDL_BlitSurface(n_pt_persp_snapshot, NULL /* FIXME &area_rect */, canvas, NULL /* FIXME &area_rect */); + SDL_BlitSurface(n_pt_persp_snapshot, NULL, canvas, NULL); /* Draw the line */ @@ -623,32 +643,20 @@ void n_pt_persp_work(magic_api * api, int which, api->line((void *) api, which, canvas, NULL, x1, y1, x2, y2, 3, n_pt_persp_line_xor_callback); - - update_rect->x = portion_x1; - update_rect->y = portion_y1; - update_rect->w = portion_w + 1; - update_rect->h = portion_h + 1; } else { /* Released; draw the line for real */ api->line((void *) api, which, canvas, NULL, x1, y1, x2, y2, 1, n_pt_persp_line_callback); - - update_rect->x = portion_x1 - n_pt_persp_size; - update_rect->y = portion_y1 - n_pt_persp_size; - update_rect->w = portion_w + n_pt_persp_size; - update_rect->h = portion_h + n_pt_persp_size; } - /* FIXME */ update_rect->x = 0; update_rect->y = 0; update_rect->w = canvas->w; update_rect->h = canvas->h; - api->playsound(sound_effects[which], - (x * 255) / canvas->w, 255); + api->playsound(sound_effects[which], (x * 255) / canvas->w, 255); } @@ -845,13 +853,33 @@ void n_pt_persp_draw_points(magic_api * api, int which, SDL_Surface * canvas) { x1, y1, a2_pt_x[1], a2_pt_y[1], 12, n_pt_persp_line_xor_callback); } else if (which == TOOL_3PT_SELECT) { - /* 2-point perspective */ + /* 3-point perspective */ for (i = 0; i < 3; i++) { n_pt_persp_draw_one_point(api, canvas, a3_pt_x[i], a3_pt_y[i], i); } - /* FIXME: Draw a grid */ + /* Horizon line (vanishing point) */ + slope = ((float) a3_pt_y[0] - (float) a3_pt_y[1]) / ((float) a3_pt_x[0] - (float) a3_pt_x[1]); + x1 = 0; + y1 = a3_pt_y[0] - (a3_pt_x[0] * slope); + x2 = canvas->w; + y2 = a3_pt_y[0] + ((canvas->w - a3_pt_x[0]) * slope); + + api->line((void *) api, which, canvas, NULL, + x1, y1, x2, y2, 12, + n_pt_persp_line_xor_callback); + + for (i = 0; i < 6; i++) { + x1 = a3_pt_x[0] + (((a3_pt_x[1] - a3_pt_x[0]) / 5) * i); + y1 = a3_pt_y[0] + ((x1 - a3_pt_x[0]) * slope); + x2 = a3_pt_x[2]; + y2 = a3_pt_y[2]; + + api->line((void *) api, which, canvas, NULL, + x1, y1, x2, y2, 12, + n_pt_persp_line_xor_callback); + } } }