Sculpt: rename default vertex color layer name from Col to Color

No need for abbreviation here, and helps avoid conflicts with old vertex
color layers.

Ref T76659
This commit is contained in:
Brecht Van Lommel 2020-06-24 14:17:44 +02:00
parent e389c05410
commit e59712b7c8
Notes: blender-bot 2023-02-14 05:59:31 +01:00
Referenced by issue #78187, Attribute names can clash (e.g. Sculpt Vertex colors and Vertex Colors) leading to confusion using the Attribute shading node
Referenced by issue #76659, Geometry Attributes Design
1 changed files with 1 additions and 1 deletions

View File

@ -1783,7 +1783,7 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
{sizeof(MPropCol),
"MPropCol",
1,
N_("Col"),
N_("Color"),
NULL,
NULL,
layerInterp_propcol,