|
Blender
V3.3
|
#include <BKE_mesh_remap.h>
Public Attributes | |
| int | items_num |
| MeshPairRemapItem * | items |
| struct MemArena * | mem |
Definition at line 31 of file BKE_mesh_remap.h.
| MeshPairRemapItem* MeshPairRemap::items |
Definition at line 33 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(), and CustomData_data_transfer().
| int MeshPairRemap::items_num |
Definition at line 32 of file BKE_mesh_remap.h.
Referenced by CustomData_data_transfer().
| struct MemArena* MeshPairRemap::mem |
Definition at line 35 of file BKE_mesh_remap.h.