blob: 12b4c7ce4bacd14ccea56e7ef58dbc32e0528d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# GIMP tool preset file
(icon-name "gimp-tool-smudge")
(name "Smudge Soft")
(tool-options "GimpSmudgeOptions"
(tool "gimp-smudge-tool")
(opacity 0.500000)
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(brush-size 100.000000)
(jitter-amount 0.339806)
(rate 60.000000))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|