Blender V5.0
UVSelectValidateInfo_Contiguous Struct Reference

#include <bmesh_uvselect.hh>

Public Attributes

int count_uv_vert_non_contiguous_selected = 0
int count_uv_edge_non_contiguous_selected = 0

Detailed Description

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.

Member Data Documentation

◆ count_uv_edge_non_contiguous_selected

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

◆ count_uv_vert_non_contiguous_selected

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


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