Blender
V3.3
|
#include <BKE_mesh_mapping.h>
Public Attributes | |
struct UvMapVert * | next |
unsigned int | poly_index |
unsigned short | loop_of_poly_index |
bool | separate |
Definition at line 30 of file BKE_mesh_mapping.h.
unsigned short UvMapVert::loop_of_poly_index |
Definition at line 33 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), get_face_uv_map_vert(), precalc_uv_layer(), and blender::io::obj::OBJMesh::store_uv_coords_and_indices().
struct UvMapVert* UvMapVert::next |
Definition at line 31 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), precalc_uv_layer(), blender::io::obj::OBJMesh::store_uv_coords_and_indices(), uv_select_flush_from_tag_sticky_loc_internal(), and uv_select_linked_multi().
unsigned int UvMapVert::poly_index |
Definition at line 32 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), get_face_uv_map_vert(), precalc_uv_layer(), blender::io::obj::OBJMesh::store_uv_coords_and_indices(), and uv_select_linked_multi().
bool UvMapVert::separate |
Definition at line 34 of file BKE_mesh_mapping.h.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), precalc_uv_layer(), blender::io::obj::OBJMesh::store_uv_coords_and_indices(), uv_select_flush_from_tag_sticky_loc_internal(), and uv_select_linked_multi().