|
Blender
V2.93
|
#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 56 of file BKE_mesh_mapping.h.
| unsigned char UvElement::flag |
Definition at line 66 of file BKE_mesh_mapping.h.
Referenced by stitch_propagate_uv_final_position(), stitch_select_uv(), and stitch_set_selection_mode().
| unsigned int UvElement::island |
Definition at line 68 of file BKE_mesh_mapping.h.
Referenced by 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 60 of file BKE_mesh_mapping.h.
Referenced by BM_uv_element_map_create(), stitch_calculate_edge_normal(), 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 62 of file BKE_mesh_mapping.h.
Referenced by BM_uv_element_map_create(), and stitch_propagate_uv_final_position().
| struct UvElement* UvElement::next |
Definition at line 58 of file BKE_mesh_mapping.h.
Referenced by 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 64 of file BKE_mesh_mapping.h.
Referenced by 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().