3 hours ago
(Yesterday, 11:41 AM)Sammeydw Wrote: Just a note:
I don’t know if this is a regression or not.
But gimp 3.0.6 has a script folder in the same directory as the plugin folder
And it will only look for scripts ( whether scm or not ) there .
The .exe still belongs in the plugin folder,
It’s only the scripts that have changed.
Do not be confused: Gimp 3 does have script-fu plugins. These start with a "shebang" like this
#!/usr/bin/env gimp-script-fu-interpreter-3.0
The same as other Gimp3 plugins (.exe .py..) these go in their own folder ( inside the over-all plug-ins folder ) and in linux are executable.
There are script-fu scripts which do go in the scripts folder, but not these.

