Blender V2.61 - r43446
|
#include <BKE_mesh.h>
Public Attributes | |
struct UvMapVert ** | vert |
struct UvMapVert * | buf |
Definition at line 118 of file BKE_mesh.h.
struct UvMapVert* UvVertMap::buf |
Definition at line 120 of file BKE_mesh.h.
Referenced by EM_free_uv_vert_map(), EM_make_uv_vert_map(), free_uv_vert_map(), and make_uv_vert_map().
struct UvMapVert** UvVertMap::vert |
Definition at line 119 of file BKE_mesh.h.
Referenced by EM_free_uv_vert_map(), EM_get_uv_map_vert(), EM_make_uv_vert_map(), free_uv_vert_map(), get_uv_map_vert(), and make_uv_vert_map().