blob: 0b9635a06310cecda691c0d238b4382ed858027e (
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-clone")
(name "Smooth Clone (Press.Ctrl)")
(tool-options "GimpCloneOptions"
(tool "gimp-clone-tool")
(foreground (color-rgb 0.318741 0.318741 0.318741))
(brush "2. Hardness 050")
(dynamics "Dynamics Off")
(pattern "Paper")
(brush-size 150.000000)
(sample-merged yes))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern yes)
(use-palette no)
(use-font no)
# end of GIMP tool preset file
|