Blender
V3.3
|
#include "DNA_material_types.h"
#include "BLI_sys_types.h"
#include "BLI_utildefines.h"
#include "bmesh.h"
#include "tools/bmesh_wireframe.h"
#include "intern/bmesh_operators_private.h"
Go to the source code of this file.
Functions | |
void | bmo_wireframe_exec (BMesh *bm, BMOperator *op) |
Creates a solid wireframe from connected faces.
Definition in file bmo_wireframe.c.
void bmo_wireframe_exec | ( | BMesh * | bm, |
BMOperator * | op | ||
) |
Definition at line 20 of file bmo_wireframe.c.
References bm, BM_EDGE, BM_ELEM_TAG, BM_FACE, BM_mesh_elem_hflag_disable_all(), BM_mesh_wireframe(), BMO_slot_bool_get(), BMO_slot_buffer_from_enabled_hflag(), BMO_slot_buffer_hflag_enable(), BMO_slot_float_get(), MAXMAT, offset, BMOperator::slots_in, and BMOperator::slots_out.