Fix LayerTypeInfo for CD_PROP_COL

This was introduced in rBd7282537f016 and had the wrong struct name
specified, leading to errors in writing/saving.

Stumbled over this when testing a color layer for pointclouds.

Differential Revision: https://developer.blender.org/D7882
This commit is contained in:
Philipp Oeser 2020-05-29 17:57:58 +02:00
parent a9689737b3
commit 2ee94c954d
Notes: blender-bot 2024-03-03 04:19:07 +01:00
Referenced by issue #77247, extrude dissolve and intersect is leaving behind verts on ngons.
Referenced by issue #77181, Deleting rigid body deletes object that is not selected but leaves the one that you tried to delete
Referenced by issue #60695, Optimized per-datablock global undo
Referenced by issue #38888, Rotate around selection using incorrect center point
1 changed files with 1 additions and 1 deletions

View File

@ -1782,7 +1782,7 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
{sizeof(HairMapping), "HairMapping", 1, NULL, NULL, NULL, NULL, NULL, NULL},
/* 47: CD_PROP_COL */
{sizeof(MPropCol),
"PropCol",
"MPropCol",
1,
N_("Col"),
NULL,