Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "16×10")
(tool-options "PikaCropOptions"
(aspect-denominator 10.000000)
(aspect-numerator 16.000000)
(desired-fixed-size-height 1280.000000)
(desired-fixed-size-width 800.000000)
(desired-fixed-width 1280.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "16×9")
(tool-options "PikaCropOptions"
(aspect-denominator 9.000000)
(aspect-numerator 16.000000)
(desired-fixed-size-height 1280.000000)
(desired-fixed-size-width 720.000000)
(desired-fixed-width 1290.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "3×2 Landscape")
(tool-options "PikaCropOptions"
(aspect-denominator 2.000000)
(aspect-numerator 3.000000)
(desired-fixed-size-height 200.000000)
(desired-fixed-size-width 300.000000)
(desired-fixed-width 300.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "3×2 Portrait")
(tool-options "PikaCropOptions"
(aspect-denominator 3.000000)
(aspect-numerator 2.000000)
(desired-fixed-size-height 300.000000)
(desired-fixed-size-width 200.000000)
(desired-fixed-width 200.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "4×3 Landscape")
(tool-options "PikaCropOptions"
(aspect-denominator 3.000000)
(aspect-numerator 4.000000)
(desired-fixed-size-height 300.000000)
(desired-fixed-size-width 400.000000)
(desired-fixed-width 400.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "4×3 Portrait")
(tool-options "PikaCropOptions"
(aspect-denominator 4.000000)
(aspect-numerator 3.000000)
(desired-fixed-size-height 400.000000)
(desired-fixed-size-width 300.000000)
(desired-fixed-width 300.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,22 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "Square")
(tool-options "PikaCropOptions"
(desired-fixed-size-height 400.000000)
(desired-fixed-size-width 400.000000)
(desired-fixed-width 400.000000)
(fixed-rule-active yes)
(overridden-fixed-aspect yes)
(overridden-fixed-size yes)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-mypaint-brush no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,9 @@
tool_presets = files(
'16_10.gtp',
'16_9.gtp',
'3_2-Landscape.gtp',
'3_2-Portrait.gtp',
'4_3-Landscape.gtp',
'4_3-Portrait.gtp',
'Square.gtp',
)

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "Crop 16:9")
(tool-options "PikaCropOptions"
(aspect-denominator 9.000000)
(aspect-numerator 16.000000)
(fixed-rule-active yes)
(guide thirds)
(overridden-fixed-aspect yes)
(tool "pika-crop-tool")
(allow-growing yes))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,18 @@
# PIKA tool preset file
(icon-name "pika-tool-crop")
(name "Crop Composition")
(tool-options "PikaCropOptions"
(aspect-denominator 1251.403099)
(aspect-numerator 1835.387351)
(guide thirds)
(tool "pika-crop-tool"))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,27 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "FX Confetti")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.800000)
(brush "1. Pixel")
(dynamics "Confetti")
(gradient "Tropical Colors")
(brush-size 100.000000)
(brush-aspect-ratio 0.100000)
(use-jitter yes)
(jitter-amount 5.000000)
(dynamics-enabled yes)
(fade-length 140.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-gradient")
(name "FX Radial Softlight")
(tool-options "PikaGradientOptions"
(tool "pika-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 PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-bucket-fill")
(name "Fill Paper (Multiply ! Sel.Pattern)")
(tool-options "PikaBucketFillOptions"
(tool "pika-bucket-fill-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.500000)
(paint-mode multiply)
(pattern "Paper")
(brush-size 80.000000)
(fill-mode pattern)
(fill-area selection)
(sample-merged yes))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient no)
(use-pattern yes)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,26 @@
# PIKA tool preset file
(icon-name "pika-color-triangle")
(name "Glow Lights (Addition !)")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.400000)
(paint-mode addition)
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(gradient "FG to Transparent")
(brush-size 400.000000)
(application-mode incremental)
(jitter-amount 3.506494)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-clone")
(name "Smooth Clone (Press.Ctrl)")
(tool-options "PikaCloneOptions"
(tool "pika-clone-tool")
(foreground (color-rgb 0.318741 0.318741 0.318741))
(brush "2. Hardness 050")
(enable-dynamics no)
(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 PIKA tool preset file

View File

@ -0,0 +1,25 @@
# PIKA tool preset file
(icon-name "pika-tool-gradient")
(name "Vignette")
(tool-options "PikaGradientOptions"
(tool "pika-gradient-tool")
(opacity 0.750000)
(paint-mode multiply)
(gradient "FG to Transparent")
(brush-size 250.000000)
(dynamics-enabled yes)
(fade-length 138.000000)
(fade-unit percent)
(gradient-reverse yes)
(offset 25.000000)
(gradient-type radial))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,10 @@
tool_presets = files(
'Crop-16-9.gtp',
'Crop-Composition.gtp',
'Fill-Paper.gtp',
'FX-Confetti.gtp',
'FX-Radial-Softlight.gtp',
'Glow-Lights.gtp',
'Smooth-Clone.gtp',
'Vignette.gtp',
)

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-airbrush")
(name "Airbrush (Color From Gradient)")
(tool-options "PikaAirbrushOptions"
(tool "pika-airbrush-tool")
(foreground (color-rgb 0.572549 0.363737 0.363737))
(brush "2. Hardness 050")
(dynamics "Color From Gradient")
(gradient "Default")
(palette "Default")
(brush-size 500.000000)
(dynamics-enabled yes)
(fade-repeat triangular)
(rate 30.000000))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-airbrush")
(name "Airbrush")
(tool-options "PikaAirbrushOptions"
(tool "pika-airbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(brush-size 500.000000)
(rate 30.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 PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Basic Knife")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "2. Block 03")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(brush-size 180.000000)
(jitter-amount 0.350000)
(fade-length 150.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,20 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Basic Round Detail")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "2. Hardness 075")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(fade-length 0.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 PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Basic Round")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "2. Hardness 100")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(brush-size 80.000000)
(jitter-amount 0.350000)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Bristles")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(brush "Bristles 01")
(dynamics "Pressure Opacity")
(gradient "Tropical Colors")
(brush-size 60.000000)
(jitter-amount 0.350000)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,19 @@
# PIKA tool preset file
(icon-name "pika-tool-eraser")
(name "Eraser Hard")
(tool-options "PikaEraserOptions"
(tool "pika-eraser-tool")
(brush "2. Block 01")
(dynamics "Pressure Opacity")
(brush-size 80.000000)
(gradient-reverse yes))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient yes)
(use-pattern yes)
(use-palette yes)
(use-font yes)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Noise")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(brush "Sponge 01")
(dynamics "Pressure Opacity")
(gradient "FG to Transparent")
(brush-size 450.000000)
(brush-angle 90.000000)
(jitter-amount 2.758621)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,24 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Paintbrush (Color From Gradient)")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.572549 0.363737 0.363737))
(brush "2. Hardness 050")
(dynamics "Color From Gradient")
(gradient "Default")
(palette "Default")
(brush-size 500.000000)
(jitter-amount 9.170000)
(dynamics-enabled yes)
(fade-repeat triangular))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-pencil")
(name "Pencil (Color From Gradient)")
(tool-options "PikaPencilOptions"
(tool "pika-pencil-tool")
(foreground (color-rgb 0.572549 0.363737 0.363737))
(brush "2. Hardness 050")
(dynamics "Color From Gradient")
(gradient "Default")
(palette "Default")
(brush-size 500.000000)
(dynamics-enabled yes)
(fade-repeat triangular))
(use-fg-bg no)
(use-brush no)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,22 @@
# PIKA tool preset file
(icon-name "pika-tool-smudge")
(name "Smudge Rough")
(tool-options "PikaSmudgeOptions"
(tool "pika-smudge-tool")
(opacity 0.500000)
(brush "Acrylic 01")
(dynamics "Pressure Opacity")
(brush-size 200.000000)
(jitter-amount 0.339806)
(gradient-reverse yes)
(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 PIKA tool preset file

View File

@ -0,0 +1,21 @@
# PIKA tool preset file
(icon-name "pika-tool-smudge")
(name "Smudge Soft")
(tool-options "PikaSmudgeOptions"
(tool "pika-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 PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Soft Oil Brush")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "Oils 02")
(dynamics "Pressure Opacity")
(gradient "FG to BG (RGB)")
(brush-size 80.000000)
(jitter-amount 0.350000)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,20 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Splatters")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush "Splats 01")
(dynamics "Pressure Opacity")
(gradient "FG to BG (RGB)")
(brush-size 200.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 PIKA tool preset file

View File

@ -0,0 +1,19 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Structure")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(brush "Structure")
(dynamics "Perspective")
(gradient "FG to BG (RGB)")
(brush-size 283.550000))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient yes)
(use-pattern yes)
(use-palette yes)
(use-font yes)
# end of PIKA tool preset file

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Vegetation")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(brush "Vegetation 02")
(dynamics "Pressure Opacity")
(gradient "FG to BG (RGB)")
(brush-size 250.000000)
(application-mode incremental)
(jitter-amount 0.350000)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient yes)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,18 @@
tool_presets = files(
'Airbrush-Color-From-Gradient.gtp',
'Airbrush.gtp',
'Basic-Knife.gtp',
'Basic-Round-Detail.gtp',
'Basic-Round.gtp',
'Bristles.gtp',
'Eraser-Hard.gtp',
'Noise.gtp',
'Paintbrush-Color-From-Gradient.gtp',
'Pencil-Color-From-Gradient.gtp',
'Smudge-Rough.gtp',
'Smudge-Soft.gtp',
'Soft-Oil.gtp',
'Splatters.gtp',
'Structure.gtp',
'Vegetal.gtp',
)

View File

@ -0,0 +1,23 @@
# PIKA tool preset file
(icon-name "pika-tool-ellipse-select")
(name "Circle 200px")
(tool-options "PikaRectangleSelectOptions"
(aspect-denominator 200.000000)
(aspect-numerator 200.000000)
(desired-fixed-size-height 200.000000)
(desired-fixed-size-width 200.000000)
(fixed-rule size)
(fixed-rule-active yes)
(overridden-fixed-size yes)
(tool "pika-ellipse-select-tool")
(operation add))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,22 @@
# PIKA tool preset file
(icon-name "pika-tool-rect-select")
(name "Feathered Selection")
(tool-options "PikaRectangleSelectOptions"
(aspect-denominator 424.483617)
(aspect-numerator 453.543307)
(guide center-lines)
(tool "pika-rect-select-tool")
(feather yes)
(feather-radius 25.000000)
(round-corners yes)
(corner-radius 50.000000))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,4 @@
tool_presets = files(
'Circle-200px.gtp',
'Feathered-Selection.gtp',
)

View File

@ -0,0 +1,27 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Blue Pen (Multiply)")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(opacity 0.750000)
(paint-mode multiply)
(brush "2. Hardness 050")
(dynamics "Pen Generic")
(gradient "FG to BG (RGB)")
(brush-size 15.000000)
(application-mode incremental)
(use-jitter yes)
(jitter-amount 0.150000)
(fade-length 138.000000)
(fade-unit percent))
(use-fg-bg yes)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,18 @@
# PIKA tool preset file
(icon-name "pika-tool-eraser")
(name "Eraser Soft")
(tool-options "PikaEraserOptions"
(tool "pika-eraser-tool")
(brush "2. Hardness 050")
(dynamics "Pressure Opacity")
(brush-size 80.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 PIKA tool preset file

View File

@ -0,0 +1,25 @@
# PIKA tool preset file
(icon-name "pika-tool-ink")
(name "Ink Smooth")
(tool-options "PikaInkOptions"
(tool "pika-ink-tool")
(foreground (color-rgb 0.000000 0.023605 0.142004))
(brush-size 250.000000)
(use-smoothing yes)
(smoothing-quality 75)
(smoothing-factor 300.000000)
(size 10.000000)
(vel-sensitivity 0.900000)
(tilt-sensitivity 0.000000)
(blob-aspect 3.264353)
(blob-angle -1.012197))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,22 @@
# PIKA tool preset file
(icon-name "pika-tool-ink")
(name "Ink Thin")
(tool-options "PikaInkOptions"
(tool "pika-ink-tool")
(foreground (color-rgb 0.102075 0.183901 0.594317))
(brush-size 400.000000)
(size 10.000000)
(tilt-angle 5.000000)
(vel-sensitivity 1.000000)
(tilt-sensitivity 0.000000)
(blob-angle 1.107149))
(use-fg-bg no)
(use-brush no)
(use-dynamics no)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,26 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Pencil Soft")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(foreground (color-rgb 0.007812 0.007812 0.007812))
(opacity 0.500000)
(brush "Charcoal 02")
(dynamics "Pencil Shader")
(gradient "FG to BG (RGB)")
(brush-size 200.000000)
(application-mode incremental)
(use-jitter yes)
(dynamics-enabled yes)
(fade-length 140.000000)
(fade-unit percent))
(use-fg-bg no)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,25 @@
# PIKA tool preset file
(icon-name "pika-tool-paintbrush")
(name "Pencil")
(tool-options "PikaPaintOptions"
(tool "pika-paintbrush-tool")
(opacity 0.250000)
(brush "Pencil 01")
(dynamics "Pencil Generic")
(gradient "FG to BG (RGB)")
(brush-size 50.000000)
(application-mode incremental)
(use-jitter yes)
(dynamics-enabled yes)
(fade-length 140.000000)
(fade-unit percent))
(use-fg-bg yes)
(use-brush yes)
(use-dynamics yes)
(use-gradient no)
(use-pattern no)
(use-palette no)
(use-font no)
# end of PIKA tool preset file

View File

@ -0,0 +1,8 @@
tool_presets = files(
'Blue-Pen.gtp',
'Eraser-Soft.gtp',
'Ink-Smooth.gtp',
'Ink-Thin.gtp',
'Pencil-Soft.gtp',
'Pencil.gtp',
)

View File

@ -0,0 +1,15 @@
tool_presets_types = [
'Crop',
'FX',
'Paint',
'Selection',
'Sketch',
]
foreach tool_presets_type : tool_presets_types
subdir(tool_presets_type)
install_data(
tool_presets,
install_dir: pikadatadir / 'tool-presets' / tool_presets_type,
)
endforeach