Files
test2/source/blender/blenkernel/intern
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-01-26 00:39:59 +01:00
2025-04-04 18:38:53 +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-02-24 11:32:59 +01:00
2025-03-06 10:49:51 +11:00
2025-04-04 19:16:51 +02:00
2025-04-04 19:16:51 +02:00
2025-04-01 11:28:08 +02:00
2025-03-17 15:16:07 +01:00