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/blenkernel/BKE_node.h
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/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 315e24485fa..4e664192019 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -1462,7 +1462,7 @@ struct TexResult;
#define GEO_NODE_SUBDIVIDE_CURVE 1097
#define GEO_NODE_INPUT_SPLINE_LENGTH 1098
#define GEO_NODE_CURVE_SPLINE_TYPE 1099
-#define GEO_NODE_CURVE_SET_HANDLES 1100
+#define GEO_NODE_CURVE_SET_HANDLE_TYPE 1100
#define GEO_NODE_POINTS_TO_VOLUME 1101
#define GEO_NODE_CURVE_HANDLE_TYPE_SELECTION 1102
#define GEO_NODE_DELETE_GEOMETRY 1103