[Bf-blender-cvs] [d724d3ae580] master: Change viewport shading text from "Color" to "Attribute"

Ramil Roosileht noreply at git.blender.org
Fri Apr 22 08:06:22 CEST 2022


Commit: d724d3ae58027eb3fae11bb2b4a9f9e827739baf
Author: Ramil Roosileht
Date:   Fri Apr 22 08:06:14 2022 +0200
Branches: master
https://developer.blender.org/rBd724d3ae58027eb3fae11bb2b4a9f9e827739baf

Change viewport shading text from "Color" to "Attribute"

This change from T97104

Reviewed By: JulienKaspar, jbakker

Maniphest Tasks: T97104

Differential Revision: https://developer.blender.org/D14620

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 4da8cfb8bb8..1f68855622f 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -424,7 +424,7 @@ static const EnumPropertyItem rna_enum_shading_color_type_items[] = {
     {V3D_SHADING_SINGLE_COLOR, "SINGLE", 0, "Single", "Show scene in a single color"},
     {V3D_SHADING_OBJECT_COLOR, "OBJECT", 0, "Object", "Show object color"},
     {V3D_SHADING_RANDOM_COLOR, "RANDOM", 0, "Random", "Show random object color"},
-    {V3D_SHADING_VERTEX_COLOR, "VERTEX", 0, "Color", "Show active color attribute"},
+    {V3D_SHADING_VERTEX_COLOR, "VERTEX", 0, "Attribute", "Show active color attribute"},
     {V3D_SHADING_TEXTURE_COLOR, "TEXTURE", 0, "Texture", "Show texture"},
     {0, NULL, 0, NULL, NULL},
 };



More information about the Bf-blender-cvs mailing list