[Bf-blender-cvs] [2225dc0cb12] greasepencil-object: GPencil: Change Caption of Active Layer menu

Antonio Vazquez noreply at git.blender.org
Sun Mar 1 17:03:47 CET 2020


Commit: 2225dc0cb12da8b545e16700fe7943c32162b6d2
Author: Antonio Vazquez
Date:   Sun Mar 1 17:03:43 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB2225dc0cb12da8b545e16700fe7943c32162b6d2

GPencil: Change Caption of Active Layer menu

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

M	release/scripts/startup/bl_ui/space_view3d.py

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 232bd504c0a..4dd73a70191 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4675,7 +4675,7 @@ class VIEW3D_MT_paint_gpencil(Menu):
 
         layout = self.layout
 
-        layout.menu("GPENCIL_MT_layer_active")
+        layout.menu("GPENCIL_MT_layer_active", text="Active Layer")
 
         layout.separator()
 
@@ -4784,7 +4784,7 @@ class VIEW3D_MT_edit_gpencil_stroke(Menu):
         layout.separator()
 
         layout.menu("GPENCIL_MT_move_to_layer")
-        layout.menu("GPENCIL_MT_layer_active")
+        layout.menu("GPENCIL_MT_layer_active", text="Active Layer")
         layout.menu("VIEW3D_MT_assign_material")
         layout.operator("gpencil.set_active_material", text="Set as Active Material")
         layout.operator_menu_enum("gpencil.stroke_arrange", "direction", text="Arrange Strokes")



More information about the Bf-blender-cvs mailing list