It is currently Tue Jul 23, 2024 1:15 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Undo Feature Works Sporadically
PostPosted: Sun Jul 13, 2014 3:52 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
GIMP Version: 2.8.10
Operating System: Mac OS
GIMP Experience: Basic Level



I've recently had a problem with the undo feature. I'm not using any complex scripts/plugins when I try to undo - just the usual. When I go to history, even that shows nothing. Anyone else experiencing or have experienced this in the past. My minimum/maximum undo levels are set to their respective defaults.

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Sun Jul 13, 2014 4:15 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jun 02, 2013
Posts: 2075
Yes, I've had problems with it before. Not always, but sometimes still do. I'll hit undo a few times, then it won't let me undo any further. Very frustrating sometimes.

_________________
Image


Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Sun Jul 13, 2014 5:29 pm  (#3) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4757
This can happen when a script crashes (*). Here is a work around to recover the undo stack, using the Python console(**).
  • Start the python console, from any image: Filters>Python-fu-console
  • Copy the following line exactly:
    for img in gimp.image_list(): img.undo_thaw()
  • Strike [enter] twice: after first it will display "...", after second it will display "True" or "False", once for each image.
  • Close the python console

Warning, this re-enables the undo stack on all images, do not execute if scripts are running.

(*) scripts routinely freeze the undo stack, because it's not useful to allow undo/redo on operations performed by the script, while saving the data for undo/redo takes time and memory. OF course the undo stack has to be "thawed" on exit, which is what happens when the script terminates normally but it can crash before it reaches that instruction.

(**) I assume someone will come up with the equivalent rain dance for the script-fu console, for the Python-phobic ones :)

_________________
Image


Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Sun Jul 13, 2014 5:53 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
Thank you Warrior for your response - you know what they say, "...misery loves company"; and ofnuts, thank you for a solution!

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Mon Jul 14, 2014 7:54 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
I too have experienced the same problem sometimes.

_________________
Image


Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Mon Jul 14, 2014 12:48 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Dec 10, 2013
Posts: 1004
ofnuts and Carlos just wanted to confirm that it works. ofnuts I did as you suggested and haven't had a problem even with running scripts. Thank you!

_________________
Image
Macbook Air - MacOS Sierra 10.12
McGimp 2.8.14
G'mic 1.6.5


Top
 Post subject: Re: Undo Feature Works Sporadically
PostPosted: Mon Jul 14, 2014 1:08 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Mar 10, 2014
Posts: 845
sometimes (not too much) Ctl+Z is not working so I go into menu I click Edit/undo and it is working!


Top
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts lost undo history?

9

No new posts The Pencil feature does not work...

11

No new posts Attachment(s) Inpaint [version] none works

10

No new posts Attachment(s) The Written Works of Wilber

44

No new posts Background remover works no more?

1



* Login  



Powered by phpBB3 © phpBB Group