Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Translating scripts back into steps
#2
Nothing for this purpose. ... But what you can do, however, is:
  • remove the calls that alter the undo stack (usually, undo_group_start() and undo_group_end(), that put all the script actions into a single undo/redo step).
  • play the script (with a big undo stack...)
  • undo  (Ctr-Z) repeatedly until you are back to the initial state,
  • play the Gimp actions step by step using Edit>Redo (Ctrl-Y).

If there are too many steps, you won't be able to redo them manually anyway Smile
Reply


Messages In This Thread
RE: Translating scripts back into steps - by Ofnuts - 02-22-2018, 08:12 PM

Forum Jump: