Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Simple" python script in gimp 3
#2
IgnisVeneficus: Hi! You don't need to restart GIMP each time you edit your Python script. As long as it loads the first time successfully, you can edit the script and rerun it, and it should run the updated the version.
(The only exception is if you add new parameters to the procedure)

You can anchor a floating selection with Gimp.floating_sel_anchor (): Gimp.floating_sel_anchor

Invert a section with Gimp.Selection.invert(): Gimp.Selection.invert

You can use the DrawableFilter API to add filters like Normal Mapp and HSV: Gimp.DrawableFilter.new

Normal Map parameters: https://gegl.org/operations/gegl-normal-map.html
HSV Noise parameters: https://gegl.org/operations/gegl-noise-hsv.html
Reply


Messages In This Thread
RE: "Simple" python script in gimp 3 - by CmykStudent - Today, 09:40 AM

Forum Jump: