Blender
V3.3
|
#include "BLI_utildefines.h"
#include "bmesh.h"
#include "bmesh_tools.h"
#include "intern/bmesh_operators_private.h"
Go to the source code of this file.
Functions | |
void | bmo_split_edges_exec (BMesh *bm, BMOperator *op) |
Just a wrapper around BM_mesh_edgesplit
Definition in file bmo_split_edges.c.
void bmo_split_edges_exec | ( | BMesh * | bm, |
BMOperator * | op | ||
) |
Definition at line 16 of file bmo_split_edges.c.
References bm, BM_EDGE, BM_ELEM_TAG, BM_mesh_edgesplit(), BM_mesh_elem_hflag_disable_all(), BM_VERT, BMO_slot_bool_get(), BMO_slot_buffer_from_enabled_hflag(), BMO_slot_buffer_hflag_enable(), BMOperator::slots_in, and BMOperator::slots_out.