Re: [Gimp-developer] Register script in Vectors Menu?

2009-07-28 Thread Rob Antonishen
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  

Re: [Gimp-developer] Register script in Vectors Menu?

2009-07-28 Thread saulgoode
Quoting Rob Antonishen rob.antonis...@gmail.com: 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). Actually, the first argument is the RUN-MODE, which is implicit when calling a Script-fu

Re: [Gimp-developer] Register script in Vectors Menu?

2009-07-28 Thread Rob Antonishen
Hmm. I assumed because the error was in a register call that it referref to the image type param. In either case, it worked. Thanks! -Rob A On 7/28/09, saulgo...@flashingtwelve.brickfilms.com saulgo...@flashingtwelve.brickfilms.com wrote: Quoting Rob Antonishen rob.antonis...@gmail.com:

[Gimp-developer] Register script in Vectors Menu?

2009-07-27 Thread 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: (script-fu-register fractalize_path Fractalize Path... Fractalize the active path. Rob

Re: [Gimp-developer] Register script in Vectors Menu?

2009-07-27 Thread saulgoode
Quoting Rob Antonishen rob.antonis...@gmail.com: 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