zero01101/openOutpaint

[Bug]: Transform Tool Erase is not saving to history.

Delerium opened this issue · 1 comments

What happened?

Transform Tool Erase is not saving to history when selecting portions of an image and deleting them with the delete button.

Steps to reproduce the problem

  1. With an image loaded, go to (S) Select Image.
  2. Drag over an area of the image and press the Delete key.
  3. Portion of image is deleted, but nothing appears in history.
  4. Click on "Save Workspace", notice that the area you have deleted comes back.
  5. To test how it should work, drag over an area and move it somewhere else.
  6. Notice that in the history, "Transform Tool Erase" and "Transform Tool Apply" shows up.

What should have happened?

The "Transform Tool Erase" should be showing up when deleting as well as when moving selections.

Commit where the problem happens

7de3a26, zero01101/openOutpaint-webUI-extension@522c187

What platforms do you use to access openOutpaint?

Windows

What browsers do you use to access the UI ?

Mozilla Firefox

Browser Extensions/Addons

none

AUTOMATIC1111 webUI Commandline Arguments

--medvram --opt-sdp-attention --api

Additional information

No response

sorry for the delay - so you've definitely come across a bug, but not the one you think lol

so the selection tool isn't exactly like photoshop's, i.e. you don't need to select a region to delete first - to remove pixels, you'd simply right-click over the region you want to erase using the dream (txt2img) or img2img tool directly.

the (DEL) key shortcut is for removing any drawn masks you've put over the image, not any actual image content... however, the fact that (DEL) does remove image content should not be happening, so i'm definitely going to have to figure out what happened there... guessing the wrong canvas is being used for selection operation...