[Gimp-developer] Register script in Vectors Menu?
Rob Antonishen
rob.antonishen at gmail.com
Tue Jul 28 05:38:39 PDT 2009
On Tue, Jul 28, 2009 at 12:15 AM, wrote:
> Quoting Rob Antonishen
>
>> I have written a script to fractalize a path (vector) and wanted to
>> register it in the paths menu.
>> Here is my register statements:
>> :
>> :
>> SF-IMAGE "image" 0
>> SF-DRAWABLE "drawable" 0
>> :
>> :
>> And the error I get is:
>> attempted to install <Vectors> procedure "fractalize-path" which does
>> not take the standard <Vectors> Plug-In arguments: (INT32, IMAGE,
>> VECTORS).
>
> After SF-IMAGE, the next argument must be of type SF-VECTORS (not
> SF-DRAWABLE).
>
Brilliant - Thanks. I was confused by the message, not realizing that
the initial INT32 in the error message was the image type (set to ""
in my case).
Thanks-
-Rob A>
More information about the Gimp-developer
mailing list