data: don't use deprecated enum value nicks in tool presets
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
(tool-options "GimpGradientOptions"
|
||||
(tool "gimp-gradient-tool")
|
||||
(foreground (color-rgb 0.102075 0.183901 0.594317))
|
||||
(paint-mode softlight-mode)
|
||||
(paint-mode softlight)
|
||||
(gradient "FG to Transparent")
|
||||
(brush-size 400.000000)
|
||||
(dynamics-expanded yes)
|
||||
|
@ -6,10 +6,10 @@
|
||||
(tool "gimp-bucket-fill-tool")
|
||||
(foreground (color-rgb 0.102075 0.183901 0.594317))
|
||||
(opacity 0.500000)
|
||||
(paint-mode multiply-mode)
|
||||
(paint-mode multiply)
|
||||
(pattern "Paper")
|
||||
(brush-size 80.000000)
|
||||
(fill-mode pattern-bucket-fill)
|
||||
(fill-mode pattern)
|
||||
(fill-selection yes)
|
||||
(sample-merged yes))
|
||||
(use-fg-bg no)
|
||||
|
@ -6,7 +6,7 @@
|
||||
(tool "gimp-paintbrush-tool")
|
||||
(foreground (color-rgb 0.102075 0.183901 0.594317))
|
||||
(opacity 0.400000)
|
||||
(paint-mode addition-mode)
|
||||
(paint-mode addition)
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pressure Opacity")
|
||||
(gradient "FG to Transparent")
|
||||
|
@ -5,7 +5,7 @@
|
||||
(tool-options "GimpGradientOptions"
|
||||
(tool "gimp-gradient-tool")
|
||||
(opacity 0.750000)
|
||||
(paint-mode multiply-mode)
|
||||
(paint-mode multiply)
|
||||
(gradient "FG to Transparent")
|
||||
(brush-size 250.000000)
|
||||
(dynamics-expanded yes)
|
||||
|
@ -6,7 +6,7 @@
|
||||
(tool "gimp-paintbrush-tool")
|
||||
(foreground (color-rgb 0.102075 0.183901 0.594317))
|
||||
(opacity 0.750000)
|
||||
(paint-mode multiply-mode)
|
||||
(paint-mode multiply)
|
||||
(brush "2. Hardness 050")
|
||||
(dynamics "Pen Generic")
|
||||
(gradient "FG to BG (RGB)")
|
||||
|
Reference in New Issue
Block a user