Blender
V3.3
|
#include "BLI_utildefines.h"
#include "BKE_curveprofile.h"
#include "DNA_curveprofile_types.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_bevel_exec (BMesh *bm, BMOperator *op) |
Bevel wrapper around BM_mesh_bevel
Definition in file bmo_bevel.c.
void bmo_bevel_exec | ( | BMesh * | bm, |
BMOperator * | op | ||
) |
Definition at line 18 of file bmo_bevel.c.
References bm, BM_EDGE, BM_edge_is_manifold(), BM_elem_flag_enable, BM_ELEM_TAG, BM_FACE, BM_mesh_bevel(), BM_mesh_elem_hflag_disable_all(), BM_VERT, BMO_ITER, BMO_slot_bool_get(), BMO_slot_buffer_from_enabled_hflag(), BMO_slot_float_get(), BMO_slot_int_get(), BMO_slot_ptr_get(), e, material, NULL, offset, BMOperator::slots_in, BMOperator::slots_out, and v.