Fix #120152: Clear mesh runtime after validation #120159

Merged
Hans Goudey merged 1 commits from ChengduLittleA/blender:fix-120152 into main 2024-04-04 17:21:33 +02:00

1 Commits

Author SHA1 Message Date
YimingWu 8a7e79765f Fix #120152: Clear mesh runtime after validation
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
The cache for corner-triangles and other runtime caches could hold old
data after `mesh.validate()` is called. This patch fixed the behaviour.
2024-04-02 13:59:47 +08:00