|
Blender V5.0
|
#include <bmesh_uvselect.hh>
Public Attributes | |
| int | count_uv_vert_non_contiguous_selected = 0 |
| int | count_uv_edge_non_contiguous_selected = 0 |
Contiguous.
Check the selected UV's are contiguous, in situations where it's expected selecting a UV will select all "connected" UV's (UV's sharing the same vertex with the same UV coordinate).
Definition at line 518 of file bmesh_uvselect.hh.
| int UVSelectValidateInfo_Contiguous::count_uv_edge_non_contiguous_selected = 0 |
When a edges connected UV's are co-located without matching selection.
Definition at line 522 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_contiguous().
| int UVSelectValidateInfo_Contiguous::count_uv_vert_non_contiguous_selected = 0 |
When a vertices connected UV's are co-located without matching selection.
Definition at line 520 of file bmesh_uvselect.hh.
Referenced by bm_mesh_uvselect_check_contiguous().