|
Blender
V2.59
|
#include <DNA_meshdata_types.h>
Public Attributes | |
| unsigned int * | vert_map |
| int * | edge_map |
| MFace * | old_faces |
| MEdge * | old_edges |
| unsigned int | totface |
| unsigned int | totedge |
| unsigned int | totvert |
| unsigned int | pad |
End Multires
Definition at line 179 of file DNA_meshdata_types.h.
Definition at line 181 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_copy(), mesh_pmv_free(), mesh_pmv_revert(), and write_meshs().
Definition at line 183 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_copy(), mesh_pmv_free(), mesh_pmv_revert(), and write_meshs().
Definition at line 182 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_copy(), mesh_pmv_free(), mesh_pmv_revert(), and write_meshs().
| unsigned int PartialVisibility::pad |
Definition at line 184 of file DNA_meshdata_types.h.
| unsigned int PartialVisibility::totedge |
Definition at line 184 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_revert(), and write_meshs().
| unsigned int PartialVisibility::totface |
Definition at line 184 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_revert(), and write_meshs().
| unsigned int PartialVisibility::totvert |
Definition at line 184 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_revert(), and write_meshs().
| unsigned int* PartialVisibility::vert_map |
Definition at line 180 of file DNA_meshdata_types.h.
Referenced by direct_link_mesh(), free_mesh(), mesh_pmv_copy(), mesh_pmv_free(), mesh_pmv_revert(), and write_meshs().