From f87464392c5cc270381d1c8d358abd525df53e9a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 May 2013 10:00:15 +0000 Subject: bridge option to bridge loop pairs, change the operator option to an enum: Connect Loops - open/closed/pairs because it was getting confusing having all as bools. --- source/blender/bmesh/intern/bmesh_opdefines.c | 1 + 1 file changed, 1 insertion(+) (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 f145d6939d9..53e01b94712 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -515,6 +515,7 @@ static BMOpDefine bmo_bridge_loops_def = { "bridge_loops", /* slots_in */ {{"edges", BMO_OP_SLOT_ELEMENT_BUF, {BM_EDGE}}, /* input edges */ + {"use_pairs", BMO_OP_SLOT_BOOL}, {"use_cyclic", BMO_OP_SLOT_BOOL}, {"use_merge", BMO_OP_SLOT_BOOL}, {"merge_factor", BMO_OP_SLOT_FLT}, -- cgit v1.2.3