08-11-2025, 08:05 PM
So if that is assumed to attempt to loop, my first suspect is the GEGL call, with a very suspicious-looking "border-behavior" "none". Because according to the (rather short, I'll admit) doc, that field is an "enum", so normally integer values (to which a mnemonic name is given). So given that "none" is the first in the list, I would try to replace it with an integer 0.
In any case, you should have a error message in the console when you run this. Run with gimp-console.exe or else, and report the error there if you want more help (or try the call in the script-fu console).
In any case, you should have a error message in the console when you run this. Run with gimp-console.exe or else, and report the error there if you want more help (or try the call in the script-fu console).