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

This commit is contained in:
Thomas Dinges 2014-02-12 15:16:43 +01:00
parent efc6735a8b
commit 412e06a2fa
1 changed files with 0 additions and 2 deletions

View File

@ -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'