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:
authorHans Goudey <h.goudey@me.com>2022-03-03 01:58:17 +0300
committerHans Goudey <h.goudey@me.com>2022-03-03 01:58:17 +0300
commit3c175caaa34f721ec876c927d9049bfdce892a69 (patch)
tree2d62510330934c6ffbde5132544b77cac700dcf3 /source/blender/nodes/geometry/CMakeLists.txt
parentddf956fb5846da3835a1785978e0b9f1af89b45d (diff)
Cleanup: Rename set handle type node internally to match UI
I've had trouble finding this node a few times now, it's simpler if the file name matches the name in the UI.
Diffstat (limited to 'source/blender/nodes/geometry/CMakeLists.txt')
-rw-r--r--source/blender/nodes/geometry/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/CMakeLists.txt b/source/blender/nodes/geometry/CMakeLists.txt
index 48a83dc825b..d9e64c32eae 100644
--- a/source/blender/nodes/geometry/CMakeLists.txt
+++ b/source/blender/nodes/geometry/CMakeLists.txt
@@ -90,7 +90,7 @@ set(SRC
nodes/node_geo_curve_resample.cc
nodes/node_geo_curve_reverse.cc
nodes/node_geo_curve_sample.cc
- nodes/node_geo_curve_set_handles.cc
+ nodes/node_geo_curve_set_handle_type.cc
nodes/node_geo_curve_spline_parameter.cc
nodes/node_geo_curve_spline_type.cc
nodes/node_geo_curve_subdivide.cc