From 9096b3a14e063df0fb45d2ce266ec858bf937207 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Sep 2013 23:23:32 +0000 Subject: fix [#36211] bridge edge loops joining vertecies that are far away for bridge use a different beautify method when edge loops have non-matching loop count (simple face-angle comparison). --- source/blender/bmesh/intern/bmesh_opdefines.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/bmesh/intern') diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c index 0bd4907eab9..775cb24b8c9 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -1580,6 +1580,7 @@ static BMOpDefine bmo_beautify_fill_def = { {{"faces", BMO_OP_SLOT_ELEMENT_BUF, {BM_FACE}}, /* input faces */ {"edges", BMO_OP_SLOT_ELEMENT_BUF, {BM_EDGE}}, /* edges that can be flipped */ {"use_restrict_tag", BMO_OP_SLOT_BOOL}, /* restrict edge rotation to mixed tagged vertices */ + {"method", BMO_OP_SLOT_INT}, /* method to define what is beautiful */ {{'\0'}}, }, /* slots_out */ -- cgit v1.2.3