Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context Menu

This commit is contained in:
William Reynish 2019-09-16 22:36:09 +02:00
parent 28ee0f97c3
commit 8b53445e8d
Notes: blender-bot 2023-02-14 11:29:52 +01:00
Referenced by issue #69612, Two “Bridge Edge Loops” entries in “Edge Context Menu”.
1 changed files with 3 additions and 1 deletions

View File

@ -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()