[Gimp-user] python-fu script

2008-05-10 Thread peter kostov
Hello, I am trying to write a python script. The problematic part of it is: --- snip --- def run_resynthesize(image, drawable, vtileable=1, htileable=1): defalut_args = (0, 0, 0, 0, 0.50, 0.12, 30, 200) args = list(defalut_args)

Re: [Gimp-user] python-fu script

2008-05-10 Thread Sven Neumann
Hi, On Sat, 2008-05-10 at 17:00 +0300, peter kostov wrote: Procedure 'gimp-drawable-width' has been called with an invalid ID for argument 'drawable'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer. And an 'RuntimeError: execution error' message on the

Re: [Gimp-user] GIMP template and tutorial for designing business card

2008-05-10 Thread Akkana Peck
satimis writes: I have been googling a while searching for Gimp template and tutorial to design business card without result, only Photoshop tutorial found. Can any folk point me to the right direction. TIA I've made business cards with GIMP: I wrote a script to generate an image of the

Re: [Gimp-user] python-fu script

2008-05-10 Thread Joao S. O. Bueno
On Sat 10 May 2008 12:45:09 pm Sven Neumann wrote: Hi, On Sat, 2008-05-10 at 17:00 +0300, peter kostov wrote: Procedure 'gimp-drawable-width' has been called with an invalid ID for argument 'drawable'. Most likely a plug-in is trying to work on a layer that doesn't exist any longer.

Re: [Gimp-user] python-fu script

2008-05-10 Thread Joao S. O. Bueno
On Sat 10 May 2008 11:00:57 am peter kostov wrote: Hello, I am trying to write a python script. The problematic part of it is: --- snip --- def run_resynthesize(image, drawable, vtileable=1, htileable=1): defalut_args = (0, 0, 0, 0, 0.50, 0.12, 30, 200) args =

[Gimp-user] object templates

2008-05-10 Thread tamaeus
Do you know anywhere I can download templates that I can use to skin 3D objects, like tables, folders, etc...?? I'm doing a school project, and don't really feel like using MilkShape to create them.? If you could let me know where that is, I would really appreciate it!

Re: [Gimp-user] python-fu script

2008-05-10 Thread David Gowers
On Sun, May 11, 2008 at 7:27 AM, Joao S. O. Bueno [EMAIL PROTECTED] wrote: The drawable you are passing looks just right. But doesn't the resynthesizer PDB procedure take run-mode as its first parameter? When caling PDB stuff from a python plug-in, the run-mode parameter is always omited and

[Gimp-user] Foreground Select tool - 2.5

2008-05-10 Thread Owen
I would like to thank those responsible for the foreground select tool. It is a wonderful tool and saves many hours of otherwise tedious work. Also, it has been instructive in how to take photographs with a view to selecting the subject. Thanks Owen