Blender
V3.3
|
#include <bmesh_mesh_convert.h>
Public Attributes | |
bool | calc_face_normal |
bool | calc_vert_normal |
bool | add_key_index |
bool | use_shapekey |
int | active_shapekey |
struct CustomData_MeshMasks | cd_mask_extra |
Definition at line 20 of file bmesh_mesh_convert.h.
int BMeshFromMeshParams::active_shapekey |
Definition at line 28 of file bmesh_mesh_convert.h.
bool BMeshFromMeshParams::add_key_index |
Definition at line 24 of file bmesh_mesh_convert.h.
bool BMeshFromMeshParams::calc_face_normal |
Definition at line 21 of file bmesh_mesh_convert.h.
Referenced by bc_triangulate_mesh(), BKE_mesh_remesh_voxel_fix_poles(), BKE_mesh_to_bmesh(), BMD_mesh_bm_create(), blender::io::alembic::ABCGenericMeshWriter::do_write(), modifyMesh(), and blender::nodes::node_geo_triangulate_cc::triangulate_mesh_selection().
bool BMeshFromMeshParams::calc_vert_normal |
Definition at line 22 of file bmesh_mesh_convert.h.
Referenced by modifyMesh().
struct CustomData_MeshMasks BMeshFromMeshParams::cd_mask_extra |
Definition at line 28 of file bmesh_mesh_convert.h.
Referenced by blender::nodes::node_geo_edge_split_cc::mesh_edge_split().
bool BMeshFromMeshParams::use_shapekey |
Definition at line 26 of file bmesh_mesh_convert.h.