Blender
V3.3
|
#include <DNA_mesh_types.h>
Public Attributes | |
struct MLoopTri * | array |
struct MLoopTri * | array_wip |
int | len |
int | len_alloc |
Definition at line 54 of file DNA_mesh_types.h.
struct MLoopTri* MLoopTri_Store::array |
Definition at line 60 of file DNA_mesh_types.h.
Referenced by BKE_mesh_calc_loop_tangents(), BKE_mesh_runtime_looptri_ensure(), BKE_mesh_runtime_looptri_recalc(), BKE_mesh_tag_coords_changed(), ED_draw_object_facemap(), lineart_build_edge_neighbor(), mesh_ensure_looptri_data(), and snap_object_data_mesh_get().
struct MLoopTri * MLoopTri_Store::array_wip |
Definition at line 60 of file DNA_mesh_types.h.
Referenced by BKE_mesh_runtime_looptri_recalc(), and mesh_ensure_looptri_data().
int MLoopTri_Store::len |
Definition at line 61 of file DNA_mesh_types.h.
Referenced by BKE_mesh_calc_loop_tangents(), BKE_mesh_remap_calc_loops_from_mesh(), BKE_mesh_runtime_looptri_ensure(), BKE_mesh_runtime_looptri_len(), cloth_from_mesh(), imapaint_pick_uv(), mesh_ensure_looptri_data(), and proj_paint_state_mesh_eval_init().
int MLoopTri_Store::len_alloc |
Definition at line 62 of file DNA_mesh_types.h.
Referenced by mesh_ensure_looptri_data().