|
Blender
V2.93
|
#include <BKE_mesh_remap.h>
Public Attributes | |
| int | items_num |
| MeshPairRemapItem * | items |
| struct MemArena * | mem |
Definition at line 45 of file BKE_mesh_remap.h.
| MeshPairRemapItem* MeshPairRemap::items |
Definition at line 47 of file BKE_mesh_remap.h.
Referenced by BKE_mesh_remap_calc_edges_from_mesh(), BKE_mesh_remap_calc_polys_from_mesh(), BKE_mesh_remap_calc_verts_from_mesh(), BKE_mesh_remap_free(), BKE_mesh_remap_init(), CustomData_data_transfer(), and mesh_remap_item_define().
| int MeshPairRemap::items_num |
Definition at line 46 of file BKE_mesh_remap.h.
Referenced by BKE_mesh_remap_free(), BKE_mesh_remap_init(), and CustomData_data_transfer().
| struct MemArena* MeshPairRemap::mem |
Definition at line 49 of file BKE_mesh_remap.h.
Referenced by BKE_mesh_remap_free(), BKE_mesh_remap_init(), and mesh_remap_item_define().