11-05-2021, 10:24 PM
(11-05-2021, 09:38 PM)Krikor Wrote: Hi guys!
There is only one open image, one layer, and two paths.
However, when I use the ofn-path-inbetweener-0.2 plugin it accuses several other options of non-existent paths.
These extra path options should no longer be accessible as they were closed several hours ago.
Is there any way to clear the gimp's memory so that it doesn't load these paths (information) anymore?
Thx!
I suspect that this means that the image is still around, even if not associated with a "display". Can you start the Python console, and enter:
Code:
print [(i.ID,i.name) for i in gimp.image_list()]
You should see that your "Arial-something" image with ID 38 is still around. Whatever created it (script?) should have deleted it. Any chance that it could be another script of mine?