Hello,
I have been studying the Python scripting library, and it seems to be very advanced and powerful, but unfortunately I haven't found good documentation for it, and I am pretty much flying blind with it.
I have GIMP 2.8.14 on a Win7 pc.
Does anybody has a link for the API or SDK? I have found this page (http://www.gimp.org/docs/python/) but it seems to be a short introduction to GIMP+Python.
What is the best way to develop scripts for GIMP? Right now I have to edit the script, save, open GIMP, test script, close, repeat... every time... Is there a way to unload a script?
How can I see Python error messages? If something fails, GIMP just shows a 'invalid state' message, but I don't get the Python error message.
Any help on this topic will be greatly appreciated!
Thank you!
I have been studying the Python scripting library, and it seems to be very advanced and powerful, but unfortunately I haven't found good documentation for it, and I am pretty much flying blind with it.
I have GIMP 2.8.14 on a Win7 pc.
Does anybody has a link for the API or SDK? I have found this page (http://www.gimp.org/docs/python/) but it seems to be a short introduction to GIMP+Python.
What is the best way to develop scripts for GIMP? Right now I have to edit the script, save, open GIMP, test script, close, repeat... every time... Is there a way to unload a script?
How can I see Python error messages? If something fails, GIMP just shows a 'invalid state' message, but I don't get the Python error message.
Any help on this topic will be greatly appreciated!
Thank you!
Comment