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_holes_fill_exec (BMesh *bm, BMOperator *op) |
Fill boundary edge loop(s) with faces.
Definition in file bmo_fill_holes.c.
void bmo_holes_fill_exec | ( | BMesh * | bm, |
BMOperator * | op | ||
) |
Definition at line 16 of file bmo_fill_holes.c.
References bm, BM_EDGE, BM_ELEM_TAG, BM_FACE, BM_face_kill(), BM_face_normal_update(), BM_mesh_edgenet(), BM_mesh_elem_hflag_disable_all(), BMO_ITER, BMO_op_callf(), BMO_op_exec(), BMO_op_finish(), BMO_op_initf(), BMO_slot_buffer_from_enabled_hflag(), BMO_slot_buffer_hflag_enable(), BMO_slot_buffer_len(), BMO_slot_int_get(), BMOperator::flag, BMFace::len, BMOperator::slots_in, and BMOperator::slots_out.