Files
test/source/blender/blenlib
Hans Goudey 2d09305490 Fix #131977: BVH tree memory leak in some cases
Caused by 024d7d12e2.

I forgot that the BVH cache value isn't reset to default if it isn't
shared, which can happen after remeshing in some cases. To fix this,
switch to unique_ptr which handles ownership properly on assignment,
removing this class of bug from this code.

Pull Request: https://projects.blender.org/blender/blender/pulls/132040
2024-12-18 00:20:22 +01:00
..
2024-12-17 21:04:55 +01:00
2024-12-17 21:04:55 +01:00
2024-02-06 14:52:15 +01:00
2024-01-31 14:16:22 +01:00
2024-01-03 13:38:14 +01:00
2024-03-25 23:39:42 +01:00
2024-12-09 09:14:44 +11:00