|
Blender
V2.93
|
#include <DNA_meshdata_types.h>
Public Attributes | |
| int | index |
| int | type |
Optionally store the order of selected elements. This wont always be set since only some selection operations have an order.
Typically accessed from Mesh.mselect
Definition at line 137 of file DNA_meshdata_types.h.
| int MSelect::index |
Index in the vertex, edge or polygon array.
Definition at line 139 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 141 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().