Page MenuHome

Fix T96163: Image editor doesn't refresh when undo/redo.
ClosedPublic

Authored by Jeroen Bakker (jbakker) on Mar 7 2022, 8:34 AM.

Details

Summary

Undo would invalidate image owned GPU textures only. Textures
that are owned by the editor were not refreshed. This patch would
invalidate all the GPU textures by marking the whole image dirty.

This can be improved later as we could add partial updates of GPU
textures.

Diff Detail

Repository
rB Blender

Event Timeline

Jeroen Bakker (jbakker) requested review of this revision.Mar 7 2022, 8:34 AM

Makes sense to me.

This revision is now accepted and ready to land.Mar 7 2022, 8:42 AM