Re: [Gimp-developer] Selecting a tool by default

2004-08-11 Thread Sven Neumann
Hi, "javi palau" <[EMAIL PROTECTED]> writes: > I'd like to know if it's possible to select a tool when my plug-in > it's executed. I've seen searching in the API documentation that > exist a method capable to select a brush (gimp_brushes_set_brush), > my question is: exist a method like (gimp_to

[Gimp-developer] Selecting a tool by default

2004-08-11 Thread javi palau
Hi, I'd like to know if it's possible to select a tool when my plug-in it's executed. I've seen searching in the API documentation that exist a method capable to select a brush (gimp_brushes_set_brush), my question is: exist a method like (gimp_tools_set_tool)? Thanks. Javi. ___

Re: [Gimp-developer] Re: script-fu gimp-flip problems? "procedural database execution failed"

2004-08-11 Thread Simon Budig
Alan Horkan ([EMAIL PROTECTED]) wrote: > > everything else works fine except gimp-flip > > "procedural database execution failed" > > > Any ideas? The script for gimp 2.0 differs in an important detail from the script for 1.2: The newly created layer (gimp-layer-copy temp-drawable TRUE) does not

Re: [Gimp-developer] Re: script-fu gimp-flip problems? "procedural database execution failed"

2004-08-11 Thread Sven Neumann
Hi, Alan Horkan <[EMAIL PROTECTED]> writes: > On Tue, 10 Aug 2004, Alan Horkan wrote: > > > Date: Tue, 10 Aug 2004 22:26:39 +0100 (BST) > > From: Alan Horkan <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: script-fu gimp-flip problems? "procedural database execution > > failed" >

[Gimp-developer] Re: script-fu gimp-flip problems? "procedural database execution failed"

2004-08-11 Thread Alan Horkan
On Tue, 10 Aug 2004, Alan Horkan wrote: > Date: Tue, 10 Aug 2004 22:26:39 +0100 (BST) > From: Alan Horkan <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: script-fu gimp-flip problems? "procedural database execution > failed" > > > I'm trying to port a script from gimp 1.2 to gimp 2 he