Attention:
All Plugins LinuxBeaver · GitHub stopped working in GIMP 3.2RC1
The reason:
GEGL scans all plugins (added by the user) at startup.
The plug-ins in AppData\Local\gegl-0.4 plug-ins do not match the GEGL 0.4 version of GIMP 3.2 RC1 → hence warnings will appear if you use the CMD command line tool => type a command with the flag
–list-all:
gegl –list-all
messages will appear:
- cannot find a specific procedure
and in Tools => GEGL library operation also do not appear.
This means that the plugins were compiled for a different version of GEGL / GIMP, so GIMP/GEGL can’t load them. GIMP 3.2 has a new API and the .dll plugins for GEGL must be recompiled.