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:
authorWilliam Reynish <billrey@me.com>2019-09-16 23:36:09 +0300
committerWilliam Reynish <billrey@me.com>2019-09-16 23:36:09 +0300
commit8b53445e8d4ca5a1e320b2af695f22188da583da (patch)
treecc0290cee6650ba41ab6c7f1a8ac68a6aa98029e /release
parent28ee0f97c33b0bf48e5c96a0a3292595dce1c1e1 (diff)
Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context Menu
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index e080dcbf202..8d013518b8d 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3440,9 +3440,11 @@ class VIEW3D_MT_edit_mesh_context_menu(Menu):
col.operator("mesh.loopcut_slide")
col.operator("mesh.offset_edge_loops_slide")
+
+ col.separator()
+
col.operator("mesh.knife_tool")
col.operator("mesh.bisect")
- col.operator("mesh.bridge_edge_loops", text="Bridge Edge Loops")
col.separator()