[Gimp-developer] image warping

2019-05-08 Thread Ben Thurston via gimp-developer-list
I sent this to the list but I didn’t get any confirmation or error email or see it in the usual gimp-developer emails so I guess I’ll try again I'm working on this idea for physics but it seems like it could be pretty good for image manipulation. I only know simple python so I don't think I could

Re: [Gimp-developer] When writing a GIMP Plugin using Python, can the Plugin display a GIMP based Dialog box informing the user if they haven't provided an argument?

2019-05-08 Thread Craig Sanders via gimp-developer-list
Ahhh. I didn't even think that it might be able to be done that way - but your solution is exactly what I was looking for. Thankyou very much. I was thinking that there might be a GIMP Procedure such as; pdb.display_dialog(...) or something similar. After I submitted my question, I found a

Re: [Gimp-developer] When writing a GIMP Plugin using Python, can the Plugin display a GIMP based Dialog box informing the user if they haven't provided an argument?

2019-05-08 Thread Carol Spears via gimp-developer-list
On Wednesday, May 8, 2019, Craig Sanders via gimp-developer-list < gimp-developer-list@gnome.org> wrote: > Hello. > > I am writing a GIMP Plugin using Python, and this Plugin expects to receive > a list of files as one of its arguments. My question is, if the user > doesn't provide any files as ar

[Gimp-developer] When writing a GIMP Plugin using Python, can the Plugin display a GIMP based Dialog box informing the user if they haven't provided an argument?

2019-05-08 Thread Craig Sanders via gimp-developer-list
Hello. I am writing a GIMP Plugin using Python, and this Plugin expects to receive a list of files as one of its arguments. My question is, if the user doesn't provide any files as arguments, can my Plugin display a GIMP based Dialog box informing them of this? My Plugin is working as I expect, h