[Bf-blender-cvs] [e59712b7c80] master: Sculpt: rename default vertex color layer name from Col to Color

Brecht Van Lommel noreply at git.blender.org
Wed Jun 24 14:32:12 CEST 2020


Commit: e59712b7c80358f7912eebd55ef08c8cc6daafc4
Author: Brecht Van Lommel
Date:   Wed Jun 24 14:17:44 2020 +0200
Branches: master
https://developer.blender.org/rBe59712b7c80358f7912eebd55ef08c8cc6daafc4

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

===================================================================

M	source/blender/blenkernel/intern/customdata.c

===================================================================

diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 642a865afab..76d31ab30b4 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -1783,7 +1783,7 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
     {sizeof(MPropCol),
      "MPropCol",
      1,
-     N_("Col"),
+     N_("Color"),
      NULL,
      NULL,
      layerInterp_propcol,



More information about the Bf-blender-cvs mailing list