bdk-blender/source/blender/nodes
Iliya Katushenock 696b1804dd 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: blender/blender#109892
2023-07-12 14:22:14 +02:00
..
composite Fix #107265 Compositor: Fileoutput Node does not export Z-Depth in 'singlepass' EXR 2023-06-08 08:14:14 +02:00
function I18n: disambiguate more "A" and "B" messages 2023-05-22 12:54:39 +02:00
geometry Fix #109885: Check if BVH tree is null in correct place 2023-07-12 14:22:14 +02:00
intern Fix #109231: Python defined socket type switching broken 2023-06-23 17:47:37 +02:00
shader Cleanup: remove translation headers from node files 2023-05-22 12:06:46 +02:00
texture Cleanup: remove translation headers from node files 2023-05-22 12:06:46 +02:00
CMakeLists.txt 18n: Use fmt::format() to replace string concatenation in nodes 2023-06-06 16:27:49 +02:00
NOD_add_node_search.hh Nodes: Support adding multiple nodes from search menu 2023-04-26 11:40:54 -04:00
NOD_common.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
NOD_composite.h Cleanup: reserve the term 'len' for string length 2023-05-13 17:34:23 +10:00
NOD_derived_node_tree.hh Nodes: move NodeTreeRef functionality into node runtime data 2022-08-31 12:16:13 +02:00
NOD_geometry_exec.hh Functions: improve handling of thread-local data in lazy functions 2023-05-09 13:13:52 +02:00
NOD_geometry_nodes_lazy_function.hh Functions: improve handling of thread-local data in lazy functions 2023-05-09 13:13:52 +02:00
NOD_geometry_nodes_log.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
NOD_geometry.h Geometry Nodes: add simulation support 2023-05-03 13:18:59 +02:00
NOD_math_functions.hh Cleanup: reduce line wrapping caused by trailing comments 2023-05-02 10:42:24 +10:00
NOD_multi_function.hh Functions: introduce multi-function namespace 2023-01-07 17:32:28 +01:00
NOD_node_declaration.hh Geometry Nodes: support outputting field without computing full node 2023-04-24 11:42:05 +02:00
NOD_register.hh Nodes: move node registration to nodes module 2022-11-26 13:20:18 +01:00
NOD_shader.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
NOD_socket_declarations_geometry.hh
NOD_socket_declarations.hh Cleanup: Extract function to make extend node declaration 2023-04-28 10:24:32 -04:00
NOD_socket_search_link.hh
NOD_socket.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
NOD_static_types.h Geometry Nodes: Add Sample Volume node 2023-05-16 19:08:08 +02:00
NOD_texture.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00