RSS/Atom feed Twitter
Site is read-only, email is disabled

Remove red eyes plug-in doesn't use old settings if applied via "repeat the last plug-in"

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

Alexander Rabtchevich
2008-06-03 17:38:00 UTC (almost 17 years ago)

Remove red eyes plug-in doesn't use old settings if applied via "repeat the last plug-in"

If I use "repeat the last plug-in" menu item for remove red eyes plug-in, it is always applied with initial (50%) settings, not the last one used. GIMP 2.4.6 for Windows. Should I fill a bug for it?

Sven Neumann
2008-06-04 22:21:15 UTC (almost 17 years ago)

Remove red eyes plug-in doesn't use old settings if applied via "repeat the last plug-in"

Hi,

On Tue, 2008-06-03 at 18:38 +0300, Alexander Rabtchevich wrote:

If I use "repeat the last plug-in" menu item for remove red eyes plug-in, it is always applied with initial (50%) settings, not the last one used. GIMP 2.4.6 for Windows. Should I fill a bug for it?

The code in the plug-in was pretty weird and I did some cleanups to it in trunk. Perhaps I also fixed a bug. If there was one at all. The code looked weird, but as far as I can tell it would have done the right thing.

Sven

Alexander Rabtchevich
2008-06-05 17:28:28 UTC (almost 17 years ago)

Remove red eyes plug-in doesn't use old settings if applied via "repeat the last plug-in"

Yes, the plug-in works nice itself. The only complain was for the plug-in recall via last used plug-in menu item, as it was always applied with 50% settings, not with the last ones it has been used before in the same session.

Sven Neumann wrote:

The code in the plug-in was pretty weird and I did some cleanups to it in trunk. Perhaps I also fixed a bug. If there was one at all. The code looked weird, but as far as I can tell it would have done the right thing.

Sven Neumann
2008-06-05 19:19:56 UTC (almost 17 years ago)

Remove red eyes plug-in doesn't use old settings if applied via "repeat the last plug-in"

Hi,

On Thu, 2008-06-05 at 18:28 +0300, Alexander Rabtchevich wrote:

Yes, the plug-in works nice itself. The only complain was for the plug-in recall via last used plug-in menu item, as it was always applied with 50% settings, not with the last ones it has been used before in the same session.

Yes, I understood that. The code looked as if it would have done that correctly though.

Sven