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:
authorJacques Lucke <jacques@blender.org>2020-06-09 17:23:15 +0300
committerJacques Lucke <jacques@blender.org>2020-06-09 17:23:27 +0300
commit4e9efa80caa2805e96a134799ee7bda1f2465966 (patch)
tree290c9b82cea0b14d6e0560ee338635888c1ee1ea /source/blender/blenkernel/intern/customdata.c
parent9d75f235669b7be4934cbc4ad6bfb8b422d956bf (diff)
Cleanup: correct enum names in comments
Diffstat (limited to 'source/blender/blenkernel/intern/customdata.c')
-rw-r--r--source/blender/blenkernel/intern/customdata.c4
1 files changed, 2 insertions, 2 deletions
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,