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"
> >
> >
> > I'm trying to port a script from gimp 1.2 to gimp 2
> 
> here is the currently slightly broken gimp 2.0 version, you can find the
> relevant part of the file by searching for gimp-flip and it is clearly
> marked by cursing in block caps which some may find offensive

I just had a quick look but it seems that your script is trying to
flip a drawable that hasn't been added to any image yet. GIMP 1.2 let
you get away with such things but GIMP 2.0 is more strict. You
absolutely need to add a drawable to an image if you want to perform
further actions on it.


Sven
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to