Gimp-Forum.net
Script-Fu: Where can I read the full list of functions? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP)
+--- Thread: Script-Fu: Where can I read the full list of functions? (/Thread-Script-Fu-Where-can-I-read-the-full-list-of-functions)



Script-Fu: Where can I read the full list of functions? - Tom0401 - 10-18-2018

I'm very new to script-Fu and very poor at English.
I would like to read the full list of functions or the corresponding documents of it, except for those described in "the procedure browser" of the software, but failed to find it.
Where can I read it? Is it in the software, any folder of installing PC or the website?
(I'm using ver. 2.10)
Thank you in advance.


RE: Script-Fu: Where can I read the full list of functions? - Ofnuts - 10-18-2018

In the script-fu console (Filters>Script-fu>Console) hit the "Browse..." button. Everything is documented there.

Now, if you want to keep your sanity, use Python instead of script-fu. More readable, more powerful... and you can later use your acquired Python skills for many other things.


RE: Script-Fu: Where can I read the full list of functions? - mholder - 10-23-2018

Is there a way to refresh the python scripts without having to close and re-open Gimp?


RE: Script-Fu: Where can I read the full list of functions? - Ofnuts - 10-23-2018

No... but this is needed only for the registration. While you debug you can change the code between two executions of the script without needing to restart Gimp, as long as the registration information doesn't change.