From 98af4023574170f8cc1e3bbbdaa41282ef30446e Mon Sep 17 00:00:00 2001 From: Antonioya Date: Fri, 16 Sep 2016 11:57:48 +0200 Subject: GPencil: Remove toggle option for pop-up specials menu According UI rules, no toggle options in pop-ups menus, so remove it. --- release/scripts/startup/bl_ui/properties_grease_pencil_common.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py index 50541255ef1..feff5d4f829 100644 --- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py +++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py @@ -668,10 +668,6 @@ class GPENCIL_MT_gpencil_edit_specials(Menu): layout.operator("gpencil.stroke_join", text="Join & Copy").type = 'JOINCOPY' layout.operator("gpencil.stroke_flip", text="Flip Direction") - gpd = context.gpencil_data - if gpd: - layout.prop(gpd, "show_stroke_direction", text="Show Directions") - if is_3d_view: layout.separator() layout.operator("gpencil.reproject") -- cgit v1.2.3