GNOME Bugzilla – Bug 796368
Broken script which used to work in 2.8
Last modified: 2018-05-23 20:43:15 UTC
Someone reported (on a French website) a script which used to work on GIMP 2.8: https://github.com/samrocketman/home/blob/master/dotfiles/.gimp/scripts/hall-edge-mask-sharpen.scm When I run it, I get this error: > Error while executing script-fu-edge-mask-sharpen: > Error: eval: unbound variable: WHITE-MASK Apparently this was renamed to ADD-WHITE-MASK. But even changing this, I get other errors, like on VALUE-LUT.
These values are from the GIMP 1.2 (sic) API, we kept them around for a long time, and they should have gone away much earlier. People had over 15 years to port their scripts, now I'm afraid they have to. Reference: gimp-2.8: libgimp/gimpcompat.h