|
Blender V5.0
|
#include <bmesh_uvselect.hh>
Flushing between elements.
Check the selection has been properly flushing between elements.
Definition at line 494 of file bmesh_uvselect.hh.
| int UVSelectValidateInfo_Flush::count_uv_edge_selected_with_any_verts_unselected = 0 |
Edges are selected without selected vertices.
Definition at line 496 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().
| int UVSelectValidateInfo_Flush::count_uv_edge_unselected_with_all_verts_selected = 0 |
Edges are unselected with all selected vertices.
Definition at line 498 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().
| int UVSelectValidateInfo_Flush::count_uv_face_selected_with_any_edges_unselected = 0 |
Faces are selected without selected edges.
Definition at line 506 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().
| int UVSelectValidateInfo_Flush::count_uv_face_selected_with_any_verts_unselected = 0 |
Faces are selected without selected vertices.
Definition at line 501 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().
| int UVSelectValidateInfo_Flush::count_uv_face_unselected_with_all_edges_selected = 0 |
Faces are unselected with all selected edges.
Definition at line 508 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().
| int UVSelectValidateInfo_Flush::count_uv_face_unselected_with_all_verts_selected = 0 |
Faces are unselected with all selected vertices.
Definition at line 503 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_flush().