Blender
V3.3
|
#include "BLI_math.h"
#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_unsubdivide_exec (BMesh *bm, BMOperator *op) |
Pattern based geometry reduction which has the result similar to undoing a subdivide operation.
Definition in file bmo_unsubdivide.c.
void bmo_unsubdivide_exec | ( | BMesh * | bm, |
BMOperator * | op | ||
) |
Definition at line 18 of file bmo_unsubdivide.c.
References bm, BM_elem_flag_disable, BM_elem_flag_enable, BM_ELEM_TAG, BM_ITER_MESH, BM_mesh_decimate_unsubdivide_ex(), BM_VERTS_OF_MESH, BMO_slot_get(), BMO_slot_int_get(), BMOpSlot::buf, BMOpSlot::data, BMOpSlot::len, max_ii(), BMOperator::slots_in, and v.