Fix edge-split bmesh operator giving empty result
This commit is contained in:
@@ -50,5 +50,5 @@ void bmo_split_edges_exec(BMesh *bm, BMOperator *op)
|
|||||||
/* this is where everything happens */
|
/* this is where everything happens */
|
||||||
BM_mesh_edgesplit(bm, use_verts, true, false);
|
BM_mesh_edgesplit(bm, use_verts, true, false);
|
||||||
|
|
||||||
BMO_slot_buffer_from_enabled_hflag(bm, op, op->slots_out, "edges.out", BM_EDGE, BM_ELEM_INTERNAL_TAG);
|
BMO_slot_buffer_from_enabled_hflag(bm, op, op->slots_out, "edges.out", BM_EDGE, BM_ELEM_TAG);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user