|
Blender V4.3
|
#include <BKE_mesh_mapping.hh>
Public Attributes | |
| UvMapVert * | next |
| unsigned int | face_index |
| unsigned short | loop_of_face_index |
| bool | separate |
Definition at line 20 of file BKE_mesh_mapping.hh.
| unsigned int UvMapVert::face_index |
Definition at line 22 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), get_face_uv_map_vert(), blender::bke::subdiv::precalc_uv_layer(), and uv_select_linked_multi().
| unsigned short UvMapVert::loop_of_face_index |
Definition at line 23 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), get_face_uv_map_vert(), and blender::bke::subdiv::precalc_uv_layer().
| UvMapVert* UvMapVert::next |
Definition at line 21 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), blender::bke::subdiv::precalc_uv_layer(), uv_select_flush_from_tag_sticky_loc_internal(), and uv_select_linked_multi().
| bool UvMapVert::separate |
Definition at line 24 of file BKE_mesh_mapping.hh.
Referenced by BKE_mesh_uv_vert_map_create(), BM_uv_vert_map_create(), blender::bke::subdiv::precalc_uv_layer(), uv_select_flush_from_tag_sticky_loc_internal(), and uv_select_linked_multi().