[Gimp-user] Error on script-fu
saulgoode at flashingtwelve.brickfilms.com
saulgoode at flashingtwelve.brickfilms.com
Fri Jul 3 14:25:05 PDT 2009
Quoting Didier Bretin <didier at bretin.net>:
> 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)
More information about the Gimp-user
mailing list