Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Time to update your script-fu...

Mon Aug 14, 2023 11:26 pm

any third-party plugins that call
Code:
script-fu-copy-visible

will not work in Gimp 3, unless they are changed to call
Code:
gimp-edit-copy-visible
instead.

https://gitlab.gnome.org/GNOME/gimp/-/issues/9868

Re: Time to update your script-fu...

Tue Aug 15, 2023 2:10 am

There are plenty of things that won't work the same in Gimp3...

Re: Time to update your script-fu...

Sat Aug 19, 2023 11:47 am

You probably know it well that in Gimp 3.0 only 17 of the old procedures will not change (out of 208 listed).
https://gitlab.gnome.org/GNOME/gimp/-/b ... nctions.md
The replacement is not necessarily a direct search-and-replace equivalent. Some may have different parameters.
Some examples:
https://samjcreations.blogspot.com/2022 ... pt-fu.html

Re: Time to update your script-fu...

Sun Aug 20, 2023 9:05 pm

You might need to follow this guy https://gitlab.gnome.org/bootchk on the GIMP issues/gnome website, to be kept updated
It's him who posted and continue to post thing that will change in script fu, like those:

https://gitlab.gnome.org/GNOME/gimp/-/issues/9876
https://gitlab.gnome.org/GNOME/gimp/-/issues/9867

and so on... ;)
Image
Post a reply