Any chance to see support for Gimp.Image and Gimp.Path arguments added to GimpUi.ProcedureDialog?

It’s all in the title…

Hi! Yes, it’s on the TODO list. I think we have an issue tracking it as well.
EDIT: Here it is!

I made a make-shift Path widget for the PSD export dialogue to pick a clipping path, and it will be nice to eventually reduce that code to a few lines. :slight_smile:

Thanks. Subscribed.

While we are at it, thanks to whoever for adding a decent FileChooser support, its absence was a blocker for several of may more popular scripts. However I don’t see the point of Gimp.FileChooserAction.ANY because if I use it in any file argument the file selector doesn’t show up in the auto-generated dialog.

1 Like

That was @Jehan ! I think it’s just a straight mapping of the GtkFileChooserAction enum: Gimp.FileChooserAction

We’ll take a look and see what Gimp.FileChooserAction.ANY causes issues. Thanks for the heads-up!