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

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,