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,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',
)