|
Blender
V3.3
|
#include "BLI_math.h"#include "BLI_utildefines.h"#include "bmesh.h"#include "intern/bmesh_operators_private.h"Go to the source code of this file.
Macros | |
| #define | ELE_OUT 1 |
Functions | |
| void | bmo_symmetrize_exec (BMesh *bm, BMOperator *op) |
Makes the mesh symmetrical by splitting along an axis and duplicating the geometry.
Definition in file bmo_symmetrize.c.
| #define ELE_OUT 1 |
Definition at line 15 of file bmo_symmetrize.c.
| void bmo_symmetrize_exec | ( | BMesh * | bm, |
| BMOperator * | op | ||
| ) |
Definition at line 17 of file bmo_symmetrize.c.
References bm, BM_ALL_NOLOOP, BM_VERT, BMO_ITER, BMO_op_callf(), BMO_op_exec(), BMO_op_finish(), BMO_op_init(), BMO_op_initf(), BMO_slot_buffer_flag_enable(), BMO_slot_buffer_from_enabled_flag(), BMO_slot_float_get(), BMO_slot_get(), BMO_slot_int_get(), BMO_slot_map_elem_insert(), copy_v3_fl(), ELE_OUT, BMOperator::flag, BMOperator::slots_in, BMOperator::slots_out, and v.