Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Matthews (guitargeek) <johnny.matthews@gmail.com>2021-10-03 15:54:05 +0300
committerJohnny Matthews (guitargeek) <johnny.matthews@gmail.com>2021-10-03 16:03:46 +0300
commitfb34cdc7daa5bdefde561645def81405b9c6f26c (patch)
tree62581bfc36f279fb72bb4936f93a5458f262e711 /source/blender/nodes/CMakeLists.txt
parent0998856c923f28b1cf2199b945e3eb70cbface96 (diff)
Geometry Nodes: Points to Volume Fields Update
This update of the Points to Volume node allows a field to populate the radius input of the node and removes the implicit realization of instances. Differential Revision: https://developer.blender.org/D12531
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 903a30dd383..c487288bc75 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -240,6 +240,7 @@ set(SRC
geometry/nodes/node_geo_mesh_to_points.cc
geometry/nodes/node_geo_object_info.cc
geometry/nodes/node_geo_points_to_vertices.cc
+ geometry/nodes/node_geo_points_to_volume.cc
geometry/nodes/node_geo_proximity.cc
geometry/nodes/node_geo_realize_instances.cc
geometry/nodes/node_geo_separate_components.cc