From 2903146826a3e88bb9f001c7ce6678057fb7b1f3 Mon Sep 17 00:00:00 2001 From: Rohan Rathi Date: Mon, 4 Jun 2018 15:13:54 +0530 Subject: Added UI support for seams and sharp edges and cleanup --- source/blender/bmesh/intern/bmesh_opdefines.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/bmesh/intern/bmesh_opdefines.c') diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c index b5e6fe168e5..e6a66372274 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -1736,6 +1736,8 @@ static BMOpDefine bmo_bevel_def = { {"clamp_overlap", BMO_OP_SLOT_BOOL}, /* do not allow beveled edges/vertices to overlap each other */ {"material", BMO_OP_SLOT_INT}, /* material for bevel faces, -1 means get from adjacent faces */ {"loop_slide", BMO_OP_SLOT_BOOL}, /* prefer to slide along edges to having even widths */ + {"mark_seam", BMO_OP_SLOT_BOOL}, + {"mark_sharp", BMO_OP_SLOT_BOOL}, {{'\0'}}, }, /* slots_out */ -- cgit v1.2.3