Gimp-Forum.net
Gimp 3 Wrappers for Python Plug-ins - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Gimp 2.99 & Gimp 3.0 (https://www.gimp-forum.net/Forum-Gimp-2-99-Gimp-3-0)
+--- Thread: Gimp 3 Wrappers for Python Plug-ins (/Thread-Gimp-3-Wrappers-for-Python-Plug-ins)



Gimp 3 Wrappers for Python Plug-ins - Tas_mania - 12-12-2024

I found this some time ago and just re-found it
It's a GitHub project that 'provides a simplified interface to call procedures and plug-ins from the GIMP procedural database (PDB) - the same style used in Python plug-ins for GIMP 2.10 and lower:

Ofnuts could be interested in the way this works.


RE: Gimp 3 Wrappers for Python Plug-ins - Ofnuts - 12-12-2024

Already done my ownBig Grin

Does registration, PDB calls, and GEGL calls. In 3.0, there aren't many PDB calls left, many things are GEGL calls these days.