Re: [Gimp-developer] Preview Windows in Python-Fu - Do they exist?

2007-12-14 Thread Danko Dolch
Hi Jim! You can use Glade to create Python GUI's and as described it's also possible to create complete new Glade widgets in Python... Custom PyGTK Widgets in Glade3 http://unpythonic.blogspot.com/2007/03/custom-pygtk-widgets-in-glade3.html I havn't done this by myself but want to try it as soo

[Gimp-developer] Python-Fu print messages on win32?

2007-12-14 Thread Danko Dolch
Hi! I have a problem printing status messages from Python-Fu scrips on win32. On Linux systems the print messages will show on the shell window but on Windows only plugin init error messages show with -c option. Is there a way to use the gimp build in python console to show print messages from

[Gimp-developer] new psd-load plugin

2007-12-14 Thread William Skaggs
John Marshall has written a new psd-load plug-in, based on the old one but rewritten from scratch, with several new features added. To us (Sven and me) it looks pretty nice, but neither of us are expertson the PSD format, or have huge numbers of files to test it on. We would like to commit it