[Bf-blender-cvs] [19af5bd57e9] master: Fix: Remove unnecessary check in previous commit

William Reynish noreply at git.blender.org
Mon Mar 11 16:51:06 CET 2019


Commit: 19af5bd57e930cc9a2bf73ac9010425338437faf
Author: William Reynish
Date:   Mon Mar 11 16:51:04 2019 +0100
Branches: master
https://developer.blender.org/rB19af5bd57e930cc9a2bf73ac9010425338437faf

Fix: Remove unnecessary check in previous commit

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 2e081e13eba..4f91c1ff676 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -2959,8 +2959,6 @@ class VIEW3D_MT_edit_mesh_specials(Menu):
             col.operator("mesh.bevel", text="Bevel Edges").vertex_only = False
             if selected_edges_len >= 2:
                 col.operator("mesh.bridge_edge_loops")
-            if selected_edges_len >= 2:
-                col.separator()
                 col.operator("mesh.edge_face_add", text="New Face from Edges")
                 col.operator("mesh.fill")



More information about the Bf-blender-cvs mailing list