Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2016-09-16 12:57:48 +0300
committerAntonioya <blendergit@gmail.com>2016-09-16 12:58:10 +0300
commit98af4023574170f8cc1e3bbbdaa41282ef30446e (patch)
tree3077fd55142e94049472943d3d0e2b8e6f7f0b30 /release
parentb06584dbf893d9f0df55b8aa034db333cd996d0f (diff)
GPencil: Remove toggle option for pop-up specials menu
According UI rules, no toggle options in pop-ups menus, so remove it.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py4
1 files changed, 0 insertions, 4 deletions
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")