|
Blender
V2.93
|
Public Attributes | |
| wmGizmo | gizmo |
| Base ** | bases |
| uint | bases_len |
| int | base_index |
| int | vert_index |
| int | edge_index |
| int | face_index |
| struct EditMesh_PreSelElem * | psel |
Definition at line 57 of file view3d_gizmo_preselect_type.c.
| int MeshElemGizmo3D::base_index |
Definition at line 61 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_draw(), gizmo_preselect_elem_setup(), and gizmo_preselect_elem_test_select().
| Base** MeshElemGizmo3D::bases |
Definition at line 59 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_draw(), gizmo_preselect_elem_free(), and gizmo_preselect_elem_test_select().
| uint MeshElemGizmo3D::bases_len |
Definition at line 60 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_test_select().
| int MeshElemGizmo3D::edge_index |
Definition at line 63 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_test_select().
| int MeshElemGizmo3D::face_index |
Definition at line 64 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_test_select().
| wmGizmo MeshElemGizmo3D::gizmo |
Definition at line 58 of file view3d_gizmo_preselect_type.c.
| struct EditMesh_PreSelElem* MeshElemGizmo3D::psel |
Definition at line 65 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_draw(), gizmo_preselect_elem_free(), gizmo_preselect_elem_setup(), and gizmo_preselect_elem_test_select().
| int MeshElemGizmo3D::vert_index |
Definition at line 62 of file view3d_gizmo_preselect_type.c.
Referenced by gizmo_preselect_elem_test_select().