Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-03-08 21:16:20 +0300
committerHans Goudey <h.goudey@me.com>2022-03-08 21:16:42 +0300
commitc77597cd0e15f9d7b6f963593b545cc94950eb8d (patch)
treeab28a00f7eb39f35c71be2711f8321207f5723a5 /CMakeLists.txt
parent7add8163e4b628767c546dae687333225c78c8c0 (diff)
Fix T95843: Invalid mesh runtime data after sculpt undov3.1.0
When the geometry of the sculpt mesh was replaced when restoring from a full undo step, the runtime data was not cleared (including any normals, triangulation data, or any other cached derived data). In the report, only the invalid normals were observed. The fix is to simply clear these caches. Later they will be reallocated and recalculated if necessary. Since the whole mesh replaced here anyway, this should be a safe fix. Differential Revision: https://developer.blender.org/D14282
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions