|
Blender V5.0
|
#include <bmesh_mesh_partial_update.hh>
Public Attributes | |
| blender::Vector< BMVert * > | verts |
| blender::Vector< BMFace * > | faces |
| BMPartialUpdate_Params | params = {} |
Cached data to speed up partial updates.
Hints:
Definition at line 37 of file bmesh_mesh_partial_update.hh.
| blender::Vector<BMFace *> BMPartialUpdate::faces |
Definition at line 39 of file bmesh_mesh_partial_update.hh.
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().
| BMPartialUpdate_Params BMPartialUpdate::params = {} |
Store the parameters used in creation so invalid use can be asserted.
Definition at line 42 of file bmesh_mesh_partial_update.hh.
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().
| blender::Vector<BMVert *> BMPartialUpdate::verts |
Definition at line 38 of file bmesh_mesh_partial_update.hh.
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(), and partial_elem_vert_ensure().