Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Migrating Python plug-in from Gimp 2.10
#2
1) AFAIK not all argument types have existing selectors in current Gimp3 versions (for instance, image and paths) so when they are used as arguments, there is nothing for them in the auto-generated dialog

2) you can generate you own complete dialog. AFAIK you can add GimpUI elements in a regular pyGTK script.

3) see 2)
Reply


Messages In This Thread
RE: Migrating Python plug-in from Gimp 2.10 - by Ofnuts - 05-28-2025, 07:42 AM

Forum Jump: