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/makesrna/intern/rna_nodetree.c
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/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 387166e77b4..cc97dca9387 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -10064,7 +10064,7 @@ static void def_geo_curve_spline_type(StructRNA *srna)
RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_socket_update");
}
-static void def_geo_curve_set_handles(StructRNA *srna)
+static void def_geo_curve_set_handle_type(StructRNA *srna)
{
PropertyRNA *prop;