[Bf-blender-cvs] [f99f8844446] master: GPencil: Rename `Draw" mode to `Draw Mode`

Antonio Vazquez noreply at git.blender.org
Mon Apr 19 17:12:44 CEST 2021


Commit: f99f8844446845e962a42ebb8e004e2feaccaedb
Author: Antonio Vazquez
Date:   Mon Apr 19 17:12:29 2021 +0200
Branches: master
https://developer.blender.org/rBf99f8844446845e962a42ebb8e004e2feaccaedb

GPencil: Rename `Draw" mode to `Draw Mode`

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

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

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

diff --git a/source/blender/makesrna/intern/rna_object.c b/source/blender/makesrna/intern/rna_object.c
index 6b93a1c223c..3edfd5c44f4 100644
--- a/source/blender/makesrna/intern/rna_object.c
+++ b/source/blender/makesrna/intern/rna_object.c
@@ -84,7 +84,7 @@ const EnumPropertyItem rna_enum_object_mode_items[] = {
     {OB_MODE_PAINT_GPENCIL,
      "PAINT_GPENCIL",
      ICON_GREASEPENCIL,
-     "Draw",
+     "Draw Mode",
      "Paint Grease Pencil Strokes"},
     {OB_MODE_WEIGHT_GPENCIL,
      "WEIGHT_GPENCIL",



More information about the Bf-blender-cvs mailing list