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>2018-09-17 21:39:40 +0300
committerAntonioya <blendergit@gmail.com>2018-09-17 21:39:40 +0300
commit683d0f0a7e8fcfa7632c3b75c2752dea823538ca (patch)
tree1887862104f6d627bcb9ceea7e8b52ca066203e2
parent91e87f5cf28c035eca59ab645747d1d2854571a5 (diff)
GP: Remove duplicate clean menu
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 57c5761609c..57426f38ff5 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3160,13 +3160,6 @@ class VIEW3D_MT_edit_gpencil_delete(Menu):
layout.separator()
layout.operator("gpencil.active_frames_delete_all")
-
- layout.separator()
-
- layout.operator("gpencil.frame_clean_fill", text="Clean Boundary Strokes").mode = 'ACTIVE'
- layout.operator("gpencil.frame_clean_fill", text="Clean Boundary Strokes all Frames").mode = 'ALL'
-
-
# Edit Curve
# draw_curve is used by VIEW3D_MT_edit_curve and VIEW3D_MT_edit_surface