|
Blender V4.3
|
#include <BKE_mesh_mapping.hh>
Public Attributes | |
| UvMapVert ** | vert |
| UvMapVert * | buf |
Map from UV vertex to face. Used by select linked, UV subdivision-surface and obj exporter.
Definition at line 28 of file BKE_mesh_mapping.hh.
| UvMapVert* UvVertMap::buf |
Definition at line 30 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BKE_mesh_uv_vert_map_free(), BM_uv_vert_map_create(), and BM_uv_vert_map_free().
| UvMapVert** UvVertMap::vert |
Definition at line 29 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BKE_mesh_uv_vert_map_free(), BKE_mesh_uv_vert_map_get_vert(), BM_uv_vert_map_at_index(), BM_uv_vert_map_create(), and BM_uv_vert_map_free().