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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to