Blender
V3.3
|
#include <DNA_meshdata_types.h>
Public Attributes | |
int | index |
int | type |
Optionally store the order of selected elements. This won't always be set since only some selection operations have an order.
Typically accessed from Mesh.mselect
Definition at line 109 of file DNA_meshdata_types.h.
int MSelect::index |
Index in the vertex, edge or polygon array.
Definition at line 111 of file DNA_meshdata_types.h.
Referenced by BKE_mesh_mselect_active_get(), BKE_mesh_mselect_active_set(), BKE_mesh_mselect_find(), BKE_mesh_mselect_validate(), BKE_mesh_validate_arrays(), BM_mesh_bm_from_me(), and BM_mesh_bm_to_me().
int MSelect::type |
Definition at line 113 of file DNA_meshdata_types.h.
Referenced by BKE_mesh_mselect_active_get(), BKE_mesh_mselect_active_set(), BKE_mesh_mselect_find(), BKE_mesh_validate_arrays(), BM_mesh_bm_from_me(), and BM_mesh_bm_to_me().