[Bf-blender-cvs] [188e4d302c0] geometry-nodes-curve-support: Geometry Nodes Curves: Rename spline domain

Hans Goudey noreply at git.blender.org
Sun Apr 4 16:30:43 CEST 2021


Commit: 188e4d302c08ffacf977097eeaf26b031570b251
Author: Hans Goudey
Date:   Sat Apr 3 09:38:22 2021 -0500
Branches: geometry-nodes-curve-support
https://developer.blender.org/rB188e4d302c08ffacf977097eeaf26b031570b251

Geometry Nodes Curves: Rename spline domain

===================================================================

M	source/blender/makesrna/intern/rna_attribute.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_attribute.c b/source/blender/makesrna/intern/rna_attribute.c
index 7976df3e4e4..872742507c7 100644
--- a/source/blender/makesrna/intern/rna_attribute.c
+++ b/source/blender/makesrna/intern/rna_attribute.c
@@ -58,7 +58,7 @@ const EnumPropertyItem rna_enum_attribute_domain_items[] = {
     {ATTR_DOMAIN_CORNER, "CORNER", 0, "Face Corner", "Attribute on mesh face corner"},
     /* Not implement yet */
     // {ATTR_DOMAIN_GRIDS, "GRIDS", 0, "Grids", "Attribute on mesh multires grids"},
-    {ATTR_DOMAIN_CURVE, "CURVE", 0, "Curve", "Attribute on hair curve"},
+    {ATTR_DOMAIN_CURVE, "CURVE", 0, "Spline", "Attribute on spline"},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list