Blender V2.61 - r43446
|
#include <BKE_mesh.h>
Public Attributes | |
struct UvMapVert * | next |
unsigned int | f |
unsigned char | tfindex |
unsigned char | separate |
unsigned char | flag |
Definition at line 123 of file BKE_mesh.h.
unsigned int UvMapVert::f |
Definition at line 125 of file BKE_mesh.h.
Referenced by EM_make_uv_vert_map(), get_face_uv_map_vert(), make_uv_vert_map(), select_linked(), ss_sync_from_uv(), stitch_exec(), uv_edge_tag_faces(), and uv_vertex_map_get().
unsigned char UvMapVert::flag |
Definition at line 126 of file BKE_mesh.h.
Referenced by select_edgeloop(), and uv_vertex_loop_flag().
struct UvMapVert* UvMapVert::next |
Definition at line 124 of file BKE_mesh.h.
Referenced by EM_make_uv_vert_map(), get_face_uv_map_vert(), make_uv_vert_map(), select_linked(), ss_sync_from_uv(), stitch_exec(), uv_edge_tag_faces(), uv_faces_do_sticky(), uv_vertex_loop_flag(), and uv_vertex_map_get().
unsigned char UvMapVert::separate |
Definition at line 126 of file BKE_mesh.h.
Referenced by EM_make_uv_vert_map(), get_face_uv_map_vert(), make_uv_vert_map(), select_linked(), ss_sync_from_uv(), stitch_exec(), uv_edge_tag_faces(), uv_faces_do_sticky(), uv_vertex_loop_flag(), and uv_vertex_map_get().
unsigned char UvMapVert::tfindex |
Definition at line 126 of file BKE_mesh.h.
Referenced by EM_make_uv_vert_map(), get_face_uv_map_vert(), make_uv_vert_map(), ss_sync_from_uv(), and stitch_exec().