Skip to content

Commit

Permalink
Removed double entries Mark and Clear seam in Edges Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Dec 7, 2015
1 parent b07bed9 commit 9c0eead
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/scripts/startup/bl_ui/space_view3d.py
Expand Up @@ -2197,11 +2197,6 @@ def draw(self, context):

layout.separator()

layout.operator("mesh.mark_seam").clear = False
layout.operator("mesh.mark_seam", text="Clear Seam").clear = True

layout.separator()

layout.operator("mesh.mark_sharp")
layout.operator("mesh.mark_sharp", text="Clear Sharp").clear = True

Expand Down

0 comments on commit 9c0eead

Please sign in to comment.