From 04234c5287d10fa0dea381c5032e47bd9a48ee3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Apr 2013 23:35:02 +0000 Subject: [PATCH] fix for missing slot in edge bisect bmesh operator. --- source/blender/bmesh/intern/bmesh_opdefines.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c index 09c053ff937..1b0942515e7 100644 --- a/source/blender/bmesh/intern/bmesh_opdefines.c +++ b/source/blender/bmesh/intern/bmesh_opdefines.c @@ -233,6 +233,7 @@ static BMOpDefine bmo_bisect_edges_def = { /* slots_in */ {{"edges", BMO_OP_SLOT_ELEMENT_BUF, {BM_EDGE}}, /* input edges */ {"cuts", BMO_OP_SLOT_INT}, /* number of cuts */ + {"edge_percents", BMO_OP_SLOT_MAPPING, {BMO_OP_SLOT_SUBTYPE_MAP_FLT}}, {{'\0'}}, }, /* slots_out */