(07-02-2025, 07:56 PM)Ofnuts Wrote: (07-02-2025, 06:39 PM)Frenchie Wrote: (07-02-2025, 01:53 PM)rich2005 Wrote: Works here. A simple observable example. https://i.imgur.com/d8NMTRX.mp4
I ran the test with the same file as you (quick-save-webp.scm) saved in the Gimp scripts directory:
- Open a Gimp 3.0 session
- Open an image file
- Run quick-save-webp from the Tools menu
- Edit the quick-save-webp.scm file with NotePad
- Save the file
- Run quick-save-webp from the Tools menu
The last update in quick-save-webp.scm file was not taken into account (it only happens if I close Gimp).
One clarification: I'm using a Windows 10 PC.
If it's in the scripts directory then it is a script. To work as a plugin it should be in the plug-ins directory.
I tried putting the quick-save-webp.scm file in the plugins directory, but the quick-save-webp function was no longer present in the Tools menu.
I just ran another test, this time creating a quick-save-webp subdirectory in the plugins directory and moving the quick-save-webp.scm file there.
It works!!!
There's probably a reason why the "Refresh Scripts" option was removed in Gimp 3.0. I'll miss it.
Thanks again, ofnuts, rich2005, and MrsP-from-C.
Postscript: I just saw richie2005's answer "Put the file in its folder". I came to this solution by comparing with existing plugins.