Commit: 4e9efa80caa2805e96a134799ee7bda1f2465966
Author: Jacques Lucke
Date: Tue Jun 9 16:23:15 2020 +0200
Branches: master
https://developer.blender.org/rB4e9efa80caa2805e96a134799ee7bda1f2465966
Cleanup: correct enum names in comments
===================================================================
M source/blender/blenkernel/intern/customdata.c
===================================================================
diff --git a/source/blender/blenkernel/intern/customdata.c
b/source/blender/blenkernel/intern/customdata.c
index b0007c2a598..331762eee49 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -1778,9 +1778,9 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
{sizeof(float), "MFloatProperty", 1, NULL, NULL, NULL, NULL, NULL, NULL},
/* 45: CD_HAIRCURVE */
{sizeof(HairCurve), "HairCurve", 1, NULL, NULL, NULL, NULL, NULL, NULL},
- /* 46: CD_HAIR_MAPPING */
+ /* 46: CD_HAIRMAPPING */
{sizeof(HairMapping), "HairMapping", 1, NULL, NULL, NULL, NULL, NULL,
NULL},
- /* 47: CD_PROP_COL */
+ /* 47: CD_PROP_COLOR */
{sizeof(MPropCol),
"MPropCol",
1,
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs