Animated brushes can be randomized. Use "random" in its ".dat" file.
Made newly-animated spray brush random.
This commit is contained in:
parent
53b3e5a99c
commit
a52c4c3fe0
5 changed files with 34 additions and 8 deletions
|
|
@ -81,6 +81,8 @@ $Id$
|
|||
(Create an image (W*N) x H in size (where N is number of frames),
|
||||
then create a ".dat" file for the brush, containing the line "frames=N".
|
||||
|
||||
* Animated brushes can be randomized. Use "random" in its ".dat" file.
|
||||
|
||||
* Brushes can include directional variations. (Implements RFE #1522694)
|
||||
(Create an image (W*3) x (H*3) in size, then create a ".dat" file
|
||||
for the brush, containing the line: "directional". Each of the 9
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - September 3, 2006
|
||||
June 14, 2002 - September 28, 2006
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -164,6 +164,10 @@ Brushes
|
|||
Add a line containing the line "frames=N" to the brush's data file,
|
||||
where N is the number of frames in the brush.
|
||||
|
||||
Note: If you'd rather the frames be flipped through randomly, rather
|
||||
than sequentially, also add a line containing "random" to the
|
||||
brush's data file.
|
||||
|
||||
Directional Brushes
|
||||
|
||||
As of Tux Paint version 0.9.16, you may now create directional
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - September 3, 2006</p>
|
||||
<p>June 14, 2002 - September 28, 2006</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -241,6 +241,10 @@ effect.</p>
|
|||
<p>Add a line containing the line "<code><b>frames=<i>N</i></b></code>"
|
||||
to the brush's data file, where <i>N</i> is the number of frames
|
||||
in the brush.</p>
|
||||
|
||||
<p><b>Note:</b> If you'd rather the frames be flipped through
|
||||
randomly, rather than sequentially, also add a line containing
|
||||
"<code><b>random</b></code>" to the brush's data file.</p>
|
||||
</blockquote>
|
||||
|
||||
<h4>Directional Brushes</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue