[Bf-blender-cvs] [b8840c105a4] master: UI: Rename "VCol" to "Vertex Colors"

Aaron Carlisle noreply at git.blender.org
Wed Sep 9 02:07:09 CEST 2020


Commit: b8840c105a4e44c3dd8be2fa90dc610e4ef25cd5
Author: Aaron Carlisle
Date:   Tue Sep 8 19:12:57 2020 -0400
Branches: master
https://developer.blender.org/rBb8840c105a4e44c3dd8be2fa90dc610e4ef25cd5

UI: Rename "VCol" to "Vertex Colors"

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

M	source/blender/editors/object/object_data_transfer.c

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

diff --git a/source/blender/editors/object/object_data_transfer.c b/source/blender/editors/object/object_data_transfer.c
index 8bec200cb40..da00a88ab65 100644
--- a/source/blender/editors/object/object_data_transfer.c
+++ b/source/blender/editors/object/object_data_transfer.c
@@ -85,7 +85,7 @@ static const EnumPropertyItem DT_layer_items[] = {
      "Transfer Freestyle edge mark"},
     {0, "", 0, "Face Corner Data", ""},
     {DT_TYPE_LNOR, "CUSTOM_NORMAL", 0, "Custom Normals", "Transfer custom normals"},
-    {DT_TYPE_VCOL, "VCOL", 0, "VCol", "Vertex (face corners) colors"},
+    {DT_TYPE_VCOL, "VCOL", 0, "Vertex Colors", "Vertex (face corners) colors"},
     {DT_TYPE_UV, "UV", 0, "UVs", "Transfer UV layers"},
     {0, "", 0, "Face Data", ""},
     {DT_TYPE_SHARP_FACE, "SMOOTH", 0, "Smooth", "Transfer flat/smooth mark"},



More information about the Bf-blender-cvs mailing list