Files
test/source
Hans Goudey e3981bad76 Geometry Nodes: Avoid rebuilding point cloud BVH trees in sample nearest
Currently the node rebuilds the target point cloud BVH tree on every call,
potentially thousands of times if the field is evaluated on many elements.
Instead, build the BVH tree once and store it in the function.

Pull Request: https://projects.blender.org/blender/blender/pulls/132073
2024-12-19 18:22:31 +01:00
..