Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error while parsing
#2
The devicerc is a text file which governs the properties of the mouse / graphic tablet (if there is one) You can read it with a suitable text editor.

Line 9 is about a brush dynamic as the first few lines

Code:
# GIMP devicerc
(GimpDeviceInfo "Virtual Core Pointer"
    (icon-name "gimp-cursor")
    (name "Virtual Core Pointer")
    (tool-options "GimpPaintOptions"
        (tool "gimp-paintbrush-tool")
        (brush "1. Pixel")
        (dynamics "Pressure Size") <<<<<< line 9
        (pattern "Marble #1")
        (gradient "FG to BG (RGB)")
        (palette "Color History")
        (brush-size 3)
        (brush-spacing 0.20000000000000001)
        (dynamics-enabled no))

You could try renaming it and when Gimp starts up it will scan the current hardware and write a new devicerc.
A long shot but might be a fix.
Reply


Messages In This Thread
Error while parsing - by rdoty - 03-29-2025, 04:38 PM
RE: Error while parsing - by rich2005 - 03-29-2025, 05:45 PM

Forum Jump: