Gimp/data/tool-presets/FX/FX-Radial-Softlight.gtp
Asalle 614e1c6b4c app: make dynamics tool options a checkbox
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.
2022-02-03 20:33:45 +01:00

21 lines
504 B
Text

# GIMP tool preset file
(icon-name "gimp-tool-gradient")
(name "FX Radial Softlight")
(tool-options "GimpGradientOptions"
(tool "gimp-gradient-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(paint-mode softlight)
(gradient "FG to Transparent")
(brush-size 400.000000)
(dynamics-enabled yes)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file