|
Blender V4.3
|
#include <bmesh_marking.hh>
Public Attributes | |
| struct BMEditSelection * | next |
| struct BMEditSelection * | prev |
| BMElem * | ele |
| char | htype |
Definition at line 11 of file bmesh_marking.hh.
| BMElem* BMEditSelection::ele |
Definition at line 13 of file bmesh_marking.hh.
Referenced by BM_editselection_center(), BM_editselection_normal(), BM_editselection_plane(), BM_mesh_active_edge_get(), BM_mesh_active_elem_get(), BM_mesh_active_face_get(), BM_mesh_active_vert_get(), BM_select_history_active_get(), bm_select_history_create(), BM_select_history_validate(), bm_vert_connect_select_history(), bm_vert_is_select_history_open(), bmo_extrude_discrete_faces_exec(), bmo_extrude_vert_indiv_exec(), BMO_mesh_selected_remap(), bpy_bmeditseliter_next(), bpy_bmeditselseq_active_get(), bpy_bmeditselseq_subscript_int(), bpy_bmeditselseq_subscript_slice(), ED_uvedit_active_edge_loop_get(), ED_uvedit_active_vert_loop_get(), edbm_rip_invoke__vert(), edbm_shortest_path_select_exec(), merge_firstlast(), and transform_convert_mesh_islands_calc().
| char BMEditSelection::htype |
Definition at line 14 of file bmesh_marking.hh.
Referenced by BM_editselection_center(), BM_editselection_normal(), BM_editselection_plane(), BM_mesh_active_edge_get(), BM_mesh_active_face_get(), BM_mesh_active_vert_get(), BM_select_history_active_get(), bm_select_history_create(), bm_vert_connect_select_history(), bm_vert_is_select_history_open(), BMO_mesh_selected_remap(), ED_uvedit_active_edge_loop_get(), ED_uvedit_active_vert_loop_get(), edbm_rip_invoke__vert(), edbm_shortest_path_select_exec(), edbm_strip_selections(), edbm_vert_connect_path_exec(), getTransformOrientation_ex(), and transform_convert_mesh_islands_calc().
| struct BMEditSelection* BMEditSelection::next |
Definition at line 12 of file bmesh_marking.hh.
Referenced by BM_select_history_active_get(), BM_select_history_validate(), bm_vert_connect_select_history(), BMO_mesh_selected_remap(), bpy_bmeditseliter_next(), bpy_bmeditselseq_subscript_slice(), and edbm_strip_selections().
| struct BMEditSelection * BMEditSelection::prev |
Definition at line 12 of file bmesh_marking.hh.
Referenced by BM_editselection_plane(), bm_loop_normal_mark_indiv(), BM_mesh_active_face_get(), BM_select_history_active_get(), ED_uvedit_active_edge_loop_get(), ED_uvedit_active_vert_loop_get(), and edbm_shortest_path_select_exec().