Blender V5.0
UVSelectValidateInfo_Flush Struct Reference

#include <bmesh_uvselect.hh>

Public Attributes

int count_uv_edge_selected_with_any_verts_unselected = 0
int count_uv_edge_unselected_with_all_verts_selected = 0
int count_uv_face_selected_with_any_verts_unselected = 0
int count_uv_face_unselected_with_all_verts_selected = 0
int count_uv_face_selected_with_any_edges_unselected = 0
int count_uv_face_unselected_with_all_edges_selected = 0

Detailed Description

Flushing between elements.

Check the selection has been properly flushing between elements.

Definition at line 494 of file bmesh_uvselect.hh.

Member Data Documentation

◆ count_uv_edge_selected_with_any_verts_unselected

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().

◆ count_uv_edge_unselected_with_all_verts_selected

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().

◆ count_uv_face_selected_with_any_edges_unselected

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().

◆ count_uv_face_selected_with_any_verts_unselected

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().

◆ count_uv_face_unselected_with_all_edges_selected

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().

◆ count_uv_face_unselected_with_all_verts_selected

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().


The documentation for this struct was generated from the following file: