GNOME Bugzilla – Bug 144913
Make the Gimpressionist Automatable
Last modified: 2004-12-22 21:47:04 UTC
The Gimpressionist PDB function is at the moment completely useless for automatic scripts. It can only run interactively, and does not accept a preset argument. It needs to be made automatable, and a patch that will be attached here will make it just that.
Created attachment 28982 [details] [review] A Patch to Implement the Functionality. This is a patch that implements the desired functionality. It's not very complex, and it was a relatively straightforward change.
Created attachment 29005 [details] [review] An updated Patch This is an updated patch to this issue. It also corrects the Ballpark theme bug reported in bug 144922.
Created attachment 29040 [details] [review] An updated Patch, that fixes a bug. This patch fixes a (possible) bug in the previous version of the patch that was spotted after reviewing the patch contents themselves. A common pattern was encapsulated as a function, which was not added to one of the lines there.
Fixed in CVS: 2004-07-02 Michael Natterer <mitch@gimp.org> * plug-ins/gimpressionist/Makefile.am * plug-ins/gimpressionist/*.[ch]: applied patch from Shlomi Fish that massively cleans up gimppressionist (touching all files and addding some new ones) and adds a simple PDB interface for selecting one of the previously created presets. Fixes bugs #145191, #144913 and #144922.