11-08-2024, 11:20 AM
(11-08-2024, 02:10 AM)ttt Wrote: GIMP 3.0 plug-ins
add_path_argument and successfully get a path to show up on UI?
I don't know why mine is not showing up.
I got add_file_argument to show up
and path just has this extra boolean in param, I tried true and false...nothing.
Over at gimpchat.com i got this plug-in called GIMP cards and it requires a directory/path and this add_path_argument is a show stopper for me trying to convert from GIMP 2.10 to GIMP 3.0.
I recently discussed this here: https://discourse.gnome.org/t/some-quest...ui/24927/2
So the answer is: no widget for this right now.
From my dealings with RC1, on the plugin UI side it covers 70% of the cases, on the script side it misses things (so classic plugins have been removed but calling GEGL instead isn't that easy) and in the general side it is still rather buggy so not fit for regular use.
I'm porting what works, and the rest stays on the back burner.