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:
authorguitargeek <johnny.matthews@gmail.com>2021-10-01 17:40:57 +0300
committerguitargeek <johnny.matthews@gmail.com>2021-10-01 17:43:04 +0300
commitaae96176e8c36c8bcc64e94499975ff3b0b6ec0c (patch)
tree3c37275678a93d442fa202d1c7d4d75217de5941 /source/blender/nodes/CMakeLists.txt
parente1952c541af2fded4d1f92b55d94725be25914c6 (diff)
Geometry Nodes: Curve Subdivide Node with Fields
The curve subdivide node can now take an int field to specify the number of subdivisions to make at each curve segment. Reviewed by: Hans Goudey Differential Revision: https://developer.blender.org/D12534
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 5b6a5ac5b33..7c243e8ce55 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -209,6 +209,7 @@ set(SRC
geometry/nodes/node_geo_curve_resample.cc
geometry/nodes/node_geo_curve_reverse.cc
geometry/nodes/node_geo_curve_sample.cc
+ geometry/nodes/node_geo_curve_subdivide.cc
geometry/nodes/node_geo_curve_to_mesh.cc
geometry/nodes/node_geo_curve_trim.cc
geometry/nodes/node_geo_distribute_points_on_faces.cc