Files
test2/source/blender/blenkernel
Hans Goudey 63beb6afb3 Fix #137145: Crash when enabling Auto Normalize in Weight Paint mode
Caused by d3f84449ad.

The problem was that one SharedCache referenced the data of another,
without using the shared_ptr mechanism that is typically used for that
case. I had forgotten to avoid this-- I already did a similar fix a couple
years ago for curves: b07085fe3c

This time I kept the result as part of the cache to avoid the overhead
of attribute access on every call to `Mesh::face_normals()`.

Pull Request: https://projects.blender.org/blender/blender/pulls/137167
2025-04-09 17:57:12 +02:00
..
2025-04-04 18:38:53 +02:00
2025-04-01 20:22:47 +02:00
2025-04-01 20:22:47 +02:00
2025-04-04 18:38:53 +02:00
2025-03-28 00:59:09 +00:00
2025-03-28 00:59:09 +00:00
2025-03-28 00:59:09 +00:00
2025-02-23 21:02:54 +11:00