Gimp-Forum.net
Can't find path plug-in - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Can't find path plug-in (/Thread-Can-t-find-path-plug-in)



Can't find path plug-in - Zero01 - 10-30-2025

Hi folks! I'm using GIMP 3.0.6 -1 (aarch64) on an X-server (Termux:X11) for Android, so that's a challenge for a start.
Literally not used the program for a couple of years(??)..since 2.10.

There is a plug-in I saved that has the following line:
menupath = '<Vectors>/Tools/Transformations/Moebius map with control of poles'
...which tells GIMP where to put to path (location) to the plugin, as I can't find it anywhere, in the Paths menu I assume the path used is outdated for GIMP3, or will a lot of plugins made for 2.10 and earlier simply not work on 3.x.x?


RE: Can't find path plug-in - rich2005 - 10-30-2025

Unfortunately, the author of the path-transformations plugins has dropped out of the Gimp scene
see: https://www.gimp-forum.net/Thread-The-main-page-for-all-my-plugins?pid=39623#pid39623

Gimp 2.10 plugins do not work with Gimp 3 So there will be more than just that line to fix.

If it was anything other than Android and ARM I suggest running both Gimp 2.10 for those useful plugins and a Gimp 3 (to see how it works)


RE: Can't find path plug-in - Zero01 - 10-30-2025

OK thanks -  that's a pity all that.
I'll be on an Android device for the foreseeable, so it'll be fun and nausea inducing in equal amounts lol.. but mainly fun. ?
I take it scripts (script-fu) can be migrated without issue though?


RE: Can't find path plug-in - programmer_ceds - 10-30-2025

(8 hours ago)Zero01 Wrote: OK thanks -  that's a pity all that.
I'll be on an Android device for the foreseeable, so it'll be fun and nausea inducing in equal amounts lol.. but mainly fun. ?
I take it scripts (script-fu) can be migrated without issue though?

path_transformations_0_24 is a Python script so it should be possible to update it for V3. If I get time I might look at it.


RE: Can't find path plug-in - Zero01 - 10-30-2025

Thanks, but you realise it's about 4800 lines of code..?  Confused