|
Blender V5.0
|
#include <bmesh_uvselect.hh>
Public Attributes | |
| UVSelectValidateInfo_Sync | sync |
| UVSelectValidateInfo_Flush | flush |
| UVSelectValidateInfo_Contiguous | contiguous |
| UVSelectValidateInfo_FlushAndContiguous | flush_contiguous |
Definition at line 539 of file bmesh_uvselect.hh.
| UVSelectValidateInfo_Contiguous UVSelectValidateInfo::contiguous |
Definition at line 543 of file bmesh_uvselect.hh.
Referenced by BM_mesh_uvselect_is_valid(), and bpy_bm_utils_uv_select_check().
| UVSelectValidateInfo_Flush UVSelectValidateInfo::flush |
Definition at line 542 of file bmesh_uvselect.hh.
Referenced by BM_mesh_uvselect_is_valid(), and bpy_bm_utils_uv_select_check().
| UVSelectValidateInfo_FlushAndContiguous UVSelectValidateInfo::flush_contiguous |
Definition at line 544 of file bmesh_uvselect.hh.
Referenced by BM_mesh_uvselect_is_valid(), and bpy_bm_utils_uv_select_check().
| UVSelectValidateInfo_Sync UVSelectValidateInfo::sync |
Definition at line 540 of file bmesh_uvselect.hh.
Referenced by BM_mesh_uvselect_is_valid(), and bpy_bm_utils_uv_select_check().