Yesterday, 09:40 AM
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
(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