[Gimp-user] Error on script-fu
saulgoode at flashingtwelve.brickfilms.com
saulgoode at flashingtwelve.brickfilms.com
Wed Jun 24 06:15:10 PDT 2009
Quoting Didier Bretin <didier at bretin.net>:
> And when I try to apply it on a layer, I got the following error:
> Erreur d'exécution « Make pion 3D » :
> Error: Procedure execution of gimp-image-get-active-drawable failed on
> invalid input arguments: La procédure « gimp-image-get-active-drawable »
> a été appelée avec un ID erroné pour le paramètre « image ». Très
> probablement un greffon est en train d'essayer de travailler sur une
> image qui n'existe plus.
It would seem you are executing the script with no image open. I would
recommend moving the command from the <Toolbox>/Xtns menu to the
<Image>/Filters menu, and also using a constraint of "*" (in the line
just before SF-IMAGE ...). This will ensure that an image exists when
the script is executed.
More information about the Gimp-user
mailing list