« Return to Thread: Error on script-fu

Re: Error on script-fu

by saulgoode :: Rate this Message:

Reply to Author | View in Thread

Quoting Didier Bretin <didier@...>:

> 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.


_______________________________________________
Gimp-user mailing list
Gimp-user@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

 « Return to Thread: Error on script-fu