Fix #120152: Clear mesh runtime after validation
commit11556bb9946c8d035eda0a490271b05a5344a381
authorYimingWu <xp8110@outlook.com>
Thu, 4 Apr 2024 15:21:21 +0000 (4 17:21 +0200)
committerHans Goudey <hooglyboogly@noreply.localhost>
Thu, 4 Apr 2024 15:21:21 +0000 (4 17:21 +0200)
tree3e44851f79637a210f0cd96f64360bd2d969a53d
parenta9fff1f22f2ddea4d6d81f3282652b6496275737
Fix #120152: Clear mesh runtime after validation

The cache for triangles and other runtime caches could
be out of date after `mesh.validate()` is called.

Pull Request: https://projects.blender.org/blender/blender/pulls/120159
source/blender/blenkernel/intern/mesh_validate.cc