Brushes can include spacing information.

Added an animated, directional, colored, spaced 'squirrel' brush, as an
example of all new brush features.
----------------------------------------------------------------------
This commit is contained in:
William Kendrick 2006-09-04 11:06:23 +00:00
parent 1f5665437e
commit b5a3d6a6d8
4 changed files with 232 additions and 195 deletions

View file

@ -9,7 +9,8 @@ http://www.newbreedsoftware.com/tuxpaint/
$Id$
2006.September.3 (0.9.16)
2006.September.4 (0.9.16)
* Interface improvements:
-----------------------
* New slideshow tool! ("Slides", available in "Open" dialog.)
@ -70,19 +71,24 @@ $Id$
* Brushes may be animated. (Implements RFE #1522694)
(Create an image (W*N) x H in size (where N is number of frames),
then create a ".dat" file for the brush containing "frames=N".
then create a ".dat" file for the brush, containing the line "frames=N".
* 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
for the brush, containing the line: "directional". Each of the 9
sectors corresponds to 8 different directions, and center.)
* Brushes can include spacing information.
(Create a ".dat" file for the brush, containing the line "spacing=N".
* New Brushes:
------------
* Vines (animated)
* Angle Lines (directional)
* Squirrel (animated, directional)
* New Starter Images:
-------------------