« 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@...>:

> Nobody can help me with this issue ?

You should report back on whether a suggestion works, else people  
might assume all is copacetic.

Looking deeper at your script, the problem is with the call which adds  
the bevel:

>> (script-fu-add-bevel 0 image newCalque 30 FALSE FALSE)

When a Script-fu calls another Script-fu, you need to omit the  
RUN-MODE (when calling a plug-in though, the RUN-MODE is needed). Your  
call should be emended to:

>> (script-fu-add-bevel image newCalque 30 FALSE FALSE)


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

 « Return to Thread: Error on script-fu