[Gimp-developer] How to make a PyGimp plugin rerunnable?
David Gowers
00ai99 at gmail.com
Fri Aug 11 20:33:57 PDT 2006
On 8/11/06, Seth Burgess <seth.burgess at gmail.com> wrote:
>
> I think the better question is why is it runnable at all? The
> install_procedure call has an argument of '' for image types it can work on;
> since you're under the <Image>, this should be dynamically changed based
> upon the characteristics of the image under it. Try using a type of '*'
> instead, or RGB* if you want to be more specific, and see if that helps.
>
Yes, that was exactly what's needed.
Looks like '' means 'image is irrelevant' while '*' means 'all'.
Kevin: Nope; read more carefully. it did show up, it just wasn't rerunnable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /lists/gimp-developer/attachments/20060811/b9a1e961/attachment.html
More information about the Gimp-developer
mailing list