GNOME Bugzilla – Bug 749290
Animated Map Object fails
Last modified: 2015-05-14 17:24:32 UTC
Created attachment 303293 [details] [review] Update map object iterator for changed last values GIMP 2.8 introduced two new plug-in parameters to the plug-in-map-object interface. GIMP-GAP needs to be updated to account for these new parameters (as described in bug 526810 [1]). The attached patch, built against GIT master, accomplishes this for GIMP 2.8. [1] https://bugzilla.gnome.org/show_bug.cgi?id=526810#c5
The GIMP-GAP GIT repository already has a branch gap-2-8 that shall work with GIMP-2.8.x releases. The gap-2-8 branch already contains fixes for animated filter apply features (Itertors changed to follow API of GIMP-2.8 plugins, including MapObject) Further GIMP-2.8 related fixes shall be done primary in the gap-2-8 branch The iterator procedure in the gap/iter_ALT/mod/plug_in_map_object_iter_ALT.inc was updated according to the provided patch (by adding the lines: buf.create_new_layer = FALSE; buf.livepreview = FALSE; ) Note that the GIT master was still compatible with the older GIMP-2.6.x releases until 2015.05.14, but since this date it has been updated to the level of the gap-2-8 branch. Note that GIT master is now intended for further updates to follow GIMP-2.9.x and later API changes.