Blender
V3.3
|
#include <bmesh_mesh_partial_update.h>
Public Attributes | |
BMVert ** | verts |
BMFace ** | faces |
int | verts_len |
int | verts_len_alloc |
int | faces_len |
int | faces_len_alloc |
BMPartialUpdate_Params | params |
Cached data to speed up partial updates.
Hints:
Definition at line 31 of file bmesh_mesh_partial_update.h.
BMFace** BMPartialUpdate::faces |
Definition at line 33 of file bmesh_mesh_partial_update.h.
Referenced by bm_mesh_calc_tessellation_with_partial__multi_threaded(), bm_mesh_calc_tessellation_with_partial__single_threaded(), BM_mesh_normals_update_with_partial_ex(), BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), BM_mesh_partial_destroy(), and partial_elem_face_ensure().
int BMPartialUpdate::faces_len |
Definition at line 35 of file bmesh_mesh_partial_update.h.
Referenced by bm_mesh_calc_tessellation_with_partial__multi_threaded(), bm_mesh_calc_tessellation_with_partial__single_threaded(), BM_mesh_calc_tessellation_with_partial_ex(), BM_mesh_normals_update_with_partial_ex(), BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), and partial_elem_face_ensure().
int BMPartialUpdate::faces_len_alloc |
Definition at line 35 of file bmesh_mesh_partial_update.h.
Referenced by BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), and partial_elem_face_ensure().
BMPartialUpdate_Params BMPartialUpdate::params |
Store the parameters used in creation so invalid use can be asserted.
Definition at line 38 of file bmesh_mesh_partial_update.h.
Referenced by BM_mesh_calc_tessellation_with_partial_ex(), BM_mesh_normals_update_with_partial_ex(), BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), and BM_mesh_partial_create_from_verts_group_single().
BMVert** BMPartialUpdate::verts |
Definition at line 32 of file bmesh_mesh_partial_update.h.
Referenced by BM_mesh_normals_update_with_partial_ex(), BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), BM_mesh_partial_destroy(), and partial_elem_vert_ensure().
int BMPartialUpdate::verts_len |
Definition at line 34 of file bmesh_mesh_partial_update.h.
Referenced by BM_mesh_normals_update_with_partial_ex(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), and partial_elem_vert_ensure().
int BMPartialUpdate::verts_len_alloc |
Definition at line 34 of file bmesh_mesh_partial_update.h.
Referenced by BM_mesh_partial_create_from_verts(), BM_mesh_partial_create_from_verts_group_multi(), BM_mesh_partial_create_from_verts_group_single(), and partial_elem_vert_ensure().