fix for missing slot in edge bisect bmesh operator.

This commit is contained in:
Campbell Barton 2013-04-30 23:35:02 +00:00
parent 56e6c14e1e
commit 04234c5287

@ -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 */