Sync'ing docs to get "chaotic" brush option...

...in EXTENDING and What's New

...and "Watercolor splotches" brush in What's New
This commit is contained in:
Bill Kendrick 2024-10-10 23:45:30 -07:00
parent e62db79e8f
commit c089ba9f28
28 changed files with 261 additions and 85 deletions

View file

@ -100,7 +100,7 @@
</p>
<p>
29 prill 2024 </p>
10 tetor 2024 </p>
</center>
</header>
@ -372,10 +372,18 @@
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>rotate</b></code>”. </p>
</dd>
<dt><strong>Penela të Animuar dhe Me drejtim ose Me Rrotullim</strong></dt>
<dt><strong>Chaotic Brushes</strong></dt>
<dd>
<p>
Mundeni të përzieni në një penel edhe veçori peneli të animuar, edhe peneli me drejtim ose me rrotullim. Përdorni të dyja mundësitë e dëshiruara (“<code><b>frames=<i>N</i></b></code>” dhe “<code><b>directional</b></code>” ose “<code><b>rotate</b></code>”), në rreshta më vete te kartela “<code>.dat</code>” e penelit. </p>
As of Tux Paint version 0.9.34, brushes can be configured to continuously pick random directions as you draw with them. </p>
<p>
Shtoni te kartela e të dhënave të penelit një rresht që përmban fjalën “<code><b>chaotic</b></code>”. </p>
</dd>
<dt><strong>Animated Directional, Rotating, or Chaotic Brushes</strong></dt>
<dd>
<p>
You may mix both animated and either directional, rotating, or chaotic features into one brush. Use both options desired ("<code><b>frames=<i>N</i></b></code>" and "<code><b>directional</b></code>", "<code><b>rotate</b></code>", or "<code><b>chaotic</b></code>"), in separate lines in the brush's "<code>.dat</code>" file. </p>
<p>
For directional brushes, lay the brush out so that each 3x3 set of directional shapes are laid out across a wide PNG image. For example, if the brush is 30x30 and there are 5 frames, it would be 450x90. (The leftmost 150x90 pixels of the image represent the 9 direction shapes for the first frame, for example.) </p>
</dd>