(07-26-2024, 10:42 AM)patrislav Wrote: I need to script Filters -> Map -> Panorama Projection, but can't find it in the Procedure Browser.
Did I miss something, or is it just not available?
It is a GEGL function so does not register in the pdb.
You can see the parameters here: https://gegl.org/operations/gegl-panoram...ction.html
It is possible to script in python a GEGL function using a utility plugin, gegl_command.py
The plugin with a very simple example is in this recent post.
https://www.gimp-forum.net/Thread-How-do...n-fu--9136
A possible / probable snag is if you do not have a working python.
This machine i am using is kubuntu 24.04 / Gimp 2.10.38 from a PPA and an appimage launcher from https://github.com/TasMania17/Gimp-Appim...p-v2.10.38 (It is the whole Gimp but I prefer to keep a regular installation.)
...or the flatpak Gimp also provides python2