[Bf-blender-cvs] [412e06a] master: UI / 3D View Tool Shelf: Avoid redundant "Grease Pencil" label, now that GP has its own tab.

Thomas Dinges noreply at git.blender.org
Wed Feb 12 15:32:42 CET 2014


Commit: 412e06a2fa6486c6394f1f8295a1552631730484
Author: Thomas Dinges
Date:   Wed Feb 12 15:16:43 2014 +0100
https://developer.blender.org/rB412e06a2fa6486c6394f1f8295a1552631730484

UI / 3D View Tool Shelf: Avoid redundant "Grease Pencil" label, now that GP has its own tab.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index f7b01bb..b2f3169 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -52,8 +52,6 @@ def draw_keyframing_tools(context, layout):
 def draw_gpencil_tools(context, layout):
     col = layout.column(align=True)
 
-    col.label(text="Grease Pencil:")
-
     row = col.row(align=True)
     row.operator("gpencil.draw", text="Draw").mode = 'DRAW'
     row.operator("gpencil.draw", text="Line").mode = 'DRAW_STRAIGHT'




More information about the Bf-blender-cvs mailing list