This patch adds a Dynamic for the 'Color From Gradient' option
and three Paint tool presets (Airbrush, Paintbrush, Pencil), which
use this preset.
new file: data/dynamics/Color-From-Gradient.gdyn
new file: data/tool-presets/Paint/Airbrush-Color-From-Gradient.gtp
new file: data/tool-presets/Paint/Paintbrush-Color-From-Gradient.gtp
new file: data/tool-presets/Paint/Pencil-Color-From-Gradient.gtp
modified: data/dynamics/Makefile.am
modified: data/tool-presets/Paint/Makefile.am
modified: AUTHORS
modified: authors.xml
(cherry picked from commit 54b28a5b60)
93 lines
1.8 KiB
Text
93 lines
1.8 KiB
Text
# GIMP dynamics file
|
|
|
|
(name "Color From Gradient")
|
|
(opacity-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(size-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(angle-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(color-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade yes))
|
|
(force-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(hardness-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(aspect-ratio-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(spacing-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(rate-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(flow-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
(jitter-output
|
|
(use-pressure no)
|
|
(use-velocity no)
|
|
(use-direction no)
|
|
(use-tilt no)
|
|
(use-wheel no)
|
|
(use-random no)
|
|
(use-fade no))
|
|
|
|
# end of GIMP dynamics file
|