Page MenuHome

Fix T82409: Secondary viewports not updating after sculpt undo
Needs ReviewPublic

Authored by Pablo Dobarro (pablodp606) on Nov 4 2020, 8:28 PM.

Diff Detail

Repository
rB Blender
Branch
T82409 (branched from master)
Build Status
Buildable 11122
Build 11122: arc lint + arc unit

Event Timeline

Pablo Dobarro (pablodp606) requested review of this revision.Nov 4 2020, 8:28 PM
Pablo Dobarro (pablodp606) created this revision.

It is not clear to me why sculpt mode requires special logic to tag viewports, but other types of undo does not. To me it seems the problem is either deeper and needs more generic solution for undo types, or the sculpt undo doesn't do something properly.

There is also seems to be duplication in tagging/updating happening in SCULPT_flush_update_done and in few lines below the call.