Hi,
I would like to perform undo edits from my Python script. However, in Gimp.Image, despite the existence of the undo_enable, undo_disable, undo_freeze, undo_thaw, undo_group_start, and undo_group_end methods, there does not appear to be a perform undo method.
Does anyone know how to execute undo edits from a Python script?