Wilbur let me get away with this
Quote:
;;;;create the brush layers
(aset *newpoint* 0 (/ width 2)) ; set the paint array
(aset *newpoint* 1 (/ height 2))
(set! brush1-layer (car (gimp-layer-new image width height RGBA-IMAGE "brush1" 100 NORMAL-MODE)))
(multi-brush-fill-include-layer image brush1-layer layer 0) ;stack 0=above 1=below
(gimp-context-set-brush (car brush1))
(gimp-paintbrush-default brush1-layer 2 *newpoint*)
(gimp-layer-scale brush1-layer (* (/ width 100) max-size) (* (/ height 100) max-size) TRUE)
(gimp-layer-resize-to-image-size brush1-layer)
But I'd still like to know why brush-size did not work
_________________

No matter how much you push the envelope, it'll still be stationery.