Blender
V3.3
|
#include <BKE_mesh_mapping.h>
Public Attributes | |
struct UvElement * | next |
struct BMLoop * | l |
unsigned short | loop_of_poly_index |
bool | separate |
unsigned char | flag |
unsigned int | island |
Definition at line 40 of file BKE_mesh_mapping.h.
unsigned char UvElement::flag |
Definition at line 50 of file BKE_mesh_mapping.h.
Referenced by bm_uv_assign_island(), stitch_propagate_uv_final_position(), stitch_select_uv(), and stitch_set_selection_mode().
unsigned int UvElement::island |
Definition at line 52 of file BKE_mesh_mapping.h.
Referenced by bm_uv_assign_island(), BM_uv_element_map_create(), determine_uv_edge_stitchability(), determine_uv_stitchability(), stitch_check_edges_state_stitchable(), stitch_check_uvs_state_stitchable(), stitch_island_calculate_edge_rotation(), stitch_island_calculate_vert_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_validate_edge_stitchability(), and stitch_validate_uv_stitchability().
struct BMLoop* UvElement::l |
Definition at line 44 of file BKE_mesh_mapping.h.
Referenced by bm_uv_assign_island(), BM_uv_element_map_create(), stitch_check_uvs_stitchable(), stitch_island_calculate_edge_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), and stitch_uv_edge_generate_linked_edges().
unsigned short UvElement::loop_of_poly_index |
Definition at line 46 of file BKE_mesh_mapping.h.
Referenced by bm_uv_assign_island(), BM_uv_element_map_create(), and stitch_propagate_uv_final_position().
struct UvElement* UvElement::next |
Definition at line 42 of file BKE_mesh_mapping.h.
Referenced by bm_uv_edge_select_build_islands(), BM_uv_element_map_create(), determine_uv_stitchability(), stitch_island_calculate_vert_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_select_uv(), stitch_uv_edge_generate_linked_edges(), and stitch_validate_uv_stitchability().
bool UvElement::separate |
Definition at line 48 of file BKE_mesh_mapping.h.
Referenced by bm_uv_assign_island(), bm_uv_edge_select_build_islands(), BM_uv_element_map_create(), determine_uv_stitchability(), stitch_island_calculate_vert_rotation(), stitch_process_data(), stitch_propagate_uv_final_position(), stitch_select_uv(), and stitch_validate_uv_stitchability().