|
Blender V4.3
|
#include "BLI_math_vector.h"#include "BLI_utildefines.h"#include "bmesh.hh"#include "intern/bmesh_operators_private.hh"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.cc.
| #define ELE_OUT 1 |
Definition at line 17 of file bmo_symmetrize.cc.
Referenced by bmo_symmetrize_exec().
| void bmo_symmetrize_exec | ( | BMesh * | bm, |
| BMOperator * | op ) |
Definition at line 19 of file bmo_symmetrize.cc.
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.