Fixes #4333 If the checkbox is unchecked: dynamics falls back to "Dynamics Off", the current dynamics name and its options are hidden in the UI. If the checkbox is checked: dynamics is set to previously used one or the default one, all dynamics options are seen in the UI.
24 lines
602 B
Text
24 lines
602 B
Text
# GIMP tool preset file
|
|
|
|
(icon-name "gimp-tool-paintbrush")
|
|
(name "Paintbrush (Color From Gradient)")
|
|
(tool-options "GimpPaintOptions"
|
|
(tool "gimp-paintbrush-tool")
|
|
(foreground (color-rgb 0.572549 0.363737 0.363737))
|
|
(brush "2. Hardness 050")
|
|
(dynamics "Color From Gradient")
|
|
(gradient "Default")
|
|
(palette "Default")
|
|
(brush-size 500.000000)
|
|
(jitter-amount 9.170000)
|
|
(dynamics-enabled yes)
|
|
(fade-repeat triangular))
|
|
(use-fg-bg no)
|
|
(use-brush no)
|
|
(use-dynamics yes)
|
|
(use-gradient no)
|
|
(use-pattern no)
|
|
(use-palette no)
|
|
(use-font no)
|
|
|
|
# end of GIMP tool preset file
|