Files
test/source/blender/blenkernel
Iliya Katueshenock a8186e1542 Fix #109885: Check if BVH tree is null in correct place
The `BKE_bvhtree_from_pointcloud_get` function have requirements for
input point cloud argument and initialization of `BVHTreeFromPointCloud`
can be skipped. Due to `BVHTreeFromPointCloud` is not initialized by
default constructor, it can contains garbage data. To check if tree is
initialized field of `BVHTreeFromPointCloud`, return argument shouldn't
be ignored. `[[nodiscard]]` attributes is added.

Pull Request: https://projects.blender.org/blender/blender/pulls/109892
2023-07-10 18:12:41 +02:00
..
2023-06-21 11:28:58 +10:00
2023-06-07 21:47:45 +10:00
2023-06-13 14:51:49 -04:00
2023-07-04 17:03:02 +02:00
2023-07-04 12:36:41 +10:00
2023-07-07 15:11:19 +10:00
2023-07-07 08:50:13 -04:00
2023-07-09 21:40:17 +10:00
2023-07-07 20:41:57 -06:00
2023-07-05 17:56:58 +02:00
2023-06-08 10:43:55 +10:00
2023-06-30 11:39:17 +02:00