Jump to content

Undo on specific layer


Recommended Posts

3 minutes ago, tny said:

Is there a way to apply UNDOs specific to a layer and ignore the ones for the other layers?

 

No there is not, the undo history applies to the entire document.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Thank you, I think it would be very nice to have UNDO/REDO on each of the layer entries, to allow going back as long as there is an independent path, and remove the entries from the history stack.   I have been running into finding that I screwed up on a layer a while back, and all the work on the other layers has to be undone.

 

I wonder if this could be something to be done on a plugin.    

Link to comment
Share on other sites

16 minutes ago, tny said:

I wonder if this could be something to be done on a plugin.

 

That is not something that a plugin can do.

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

What may save some work is:

  • Save the current version of the image.
  • Undo until the specified layer is in the state you want.
  • Load the saved version.
  • Copy the layer from the Undone version and paste it into the same layer of the saved version.
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...