From 1cd9fcd98d5f1f11d2c20a35ae19142e5458068c Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Tue, 30 Nov 2021 07:21:14 -0600 Subject: Geometry Nodes: Rename Curve Parameter, Add Index on Spline - Rename the Curve Parameter node to Spline Parameter. - Add "Index on Spline" to the node. This output is the index of the current point on it's parent spline rather than the entrire curve. Differential Revision: https://developer.blender.org/D13275 --- source/blender/nodes/geometry/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes/geometry/CMakeLists.txt') diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt index 7f30614dbbc..7e7bd7eaf07 100644 --- a/source/blender/nodes/geometry/CMakeLists.txt +++ b/source/blender/nodes/geometry/CMakeLists.txt @@ -94,7 +94,6 @@ set(SRC nodes/node_geo_curve_fillet.cc nodes/node_geo_curve_handle_type_selection.cc nodes/node_geo_curve_length.cc - nodes/node_geo_curve_parameter.cc nodes/node_geo_curve_primitive_bezier_segment.cc nodes/node_geo_curve_primitive_circle.cc nodes/node_geo_curve_primitive_line.cc @@ -107,6 +106,7 @@ set(SRC nodes/node_geo_curve_sample.cc nodes/node_geo_curve_set_handles.cc nodes/node_geo_curve_spline_type.cc + nodes/node_geo_curve_spline_parameter.cc nodes/node_geo_curve_subdivide.cc nodes/node_geo_curve_to_mesh.cc nodes/node_geo_curve_to_points.cc -- cgit v1.2.3