Summary: | History brush: Painting an older image revision over the current version via a brush | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Eike Hein <hein> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | cberger, halla, lukast.dev, tamtamy.tymona |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eike Hein
2010-03-24 11:44:42 UTC
WISHGROUP: Stretchgoal Wow, seven years ago already. We learned a couple of weeks ago what makes the photoshop history brush possible: they don't have undo/redo commands, but store a shallow copy of the image for every step. Did you talk to them or what was the source of that info? (Sounds like a story ...) Yes, Dmitry met one of the adobe chief c++ hackers and had a nice, long discussion. There's also a video: https://www.youtube.com/watch?v=QGcVXgEVMJg Thank you! I believe that, unfortunately, it's still not that easy to implement even with the last year's Tusooa work on snapshots docker. (Check out the snapshots docker; it might help you, too). My workflow is that I just paint on usually one layer, maybe two, sometimes I add more and then group them; and when I want to move to another stage, I just duplicate the layer or the group. Then I can easily compare two versions and I can refix things I broke in the new revision by merging down the good results but erasing the bad ones, etc. It's not as easy as you describe it in PS but it works for me, at least. |