Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unbound variable: FG-IMAGE-FILL
#11
First you need to have a GIMP 2.10 operation without deprecations
Code:
--pdb-compat-mode=off
in gimp start line, then starting from this version to go on, but the Gegl in Gimp 3.0 have a completely different operation, see default script-fu for inspiration, it is not impossible to replace, but you really have to love a script to modernize it.

https://gegl.org/operations/index.html
Reply
#12
(05-30-2025, 12:11 PM)vitforlinux Wrote: but you really have to love a script to modernize it.

Wise words.

Also, looking at my own collection, a good deal is no longer needed because you can achieve the same with native function, and another good chunk can be rewritten very differently either because the Gimp API allows different things or because Python v3 itself allows different things.
Reply


Forum Jump: