data: don't use deprecated enum value nicks in tool presets

This commit is contained in:
Michael Natterer
2018-05-01 13:57:44 +02:00
parent a204d922b4
commit e8d0f8e3cf
5 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
(tool-options "GimpGradientOptions" (tool-options "GimpGradientOptions"
(tool "gimp-gradient-tool") (tool "gimp-gradient-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317)) (foreground (color-rgb 0.102075 0.183901 0.594317))
(paint-mode softlight-mode) (paint-mode softlight)
(gradient "FG to Transparent") (gradient "FG to Transparent")
(brush-size 400.000000) (brush-size 400.000000)
(dynamics-expanded yes) (dynamics-expanded yes)

View File

@ -6,10 +6,10 @@
(tool "gimp-bucket-fill-tool") (tool "gimp-bucket-fill-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317)) (foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.500000) (opacity 0.500000)
(paint-mode multiply-mode) (paint-mode multiply)
(pattern "Paper") (pattern "Paper")
(brush-size 80.000000) (brush-size 80.000000)
(fill-mode pattern-bucket-fill) (fill-mode pattern)
(fill-selection yes) (fill-selection yes)
(sample-merged yes)) (sample-merged yes))
(use-fg-bg no) (use-fg-bg no)

View File

@ -6,7 +6,7 @@
(tool "gimp-paintbrush-tool") (tool "gimp-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317)) (foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.400000) (opacity 0.400000)
(paint-mode addition-mode) (paint-mode addition)
(brush "2. Hardness 050") (brush "2. Hardness 050")
(dynamics "Pressure Opacity") (dynamics "Pressure Opacity")
(gradient "FG to Transparent") (gradient "FG to Transparent")

View File

@ -5,7 +5,7 @@
(tool-options "GimpGradientOptions" (tool-options "GimpGradientOptions"
(tool "gimp-gradient-tool") (tool "gimp-gradient-tool")
(opacity 0.750000) (opacity 0.750000)
(paint-mode multiply-mode) (paint-mode multiply)
(gradient "FG to Transparent") (gradient "FG to Transparent")
(brush-size 250.000000) (brush-size 250.000000)
(dynamics-expanded yes) (dynamics-expanded yes)

View File

@ -6,7 +6,7 @@
(tool "gimp-paintbrush-tool") (tool "gimp-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317)) (foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.750000) (opacity 0.750000)
(paint-mode multiply-mode) (paint-mode multiply)
(brush "2. Hardness 050") (brush "2. Hardness 050")
(dynamics "Pen Generic") (dynamics "Pen Generic")
(gradient "FG to BG (RGB)") (gradient "FG to BG (RGB)")