Gimp/data/dynamics/Color-From-Gradient.gdyn
Sven Claussner 3bc112bd07 Bug 692956 - Bring back 'Color from gradient' option to Paint tools
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)
2013-04-24 19:59:08 +02:00

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