Blender
V3.3
|
Public Attributes | |
ARegion * | region |
void * | draw_handle |
struct EditMesh_PreSelEdgeRing * | presel_edgering |
ViewContext | vc |
Depsgraph * | depsgraph |
Base ** | bases |
uint | bases_len |
struct MeshCoordsCache * | geom_cache |
uint | base_index |
Object * | ob |
BMEditMesh * | em |
BMEdge * | eed |
NumInput | num |
bool | extend |
bool | do_cut |
float | cuts |
float | smoothness |
Definition at line 57 of file editmesh_loopcut.c.
uint RingSelOpData::base_index |
Definition at line 73 of file editmesh_loopcut.c.
Referenced by loopcut_finish(), loopcut_init(), loopcut_mouse_move(), loopcut_update_edge(), and ringsel_find_edge().
Base** RingSelOpData::bases |
Definition at line 67 of file editmesh_loopcut.c.
Referenced by edgering_select(), loopcut_init(), loopcut_mouse_move(), and ringsel_exit().
uint RingSelOpData::bases_len |
Definition at line 68 of file editmesh_loopcut.c.
Referenced by edgering_select(), loopcut_init(), loopcut_mouse_move(), and ringsel_exit().
float RingSelOpData::cuts |
Definition at line 83 of file editmesh_loopcut.c.
Referenced by loopcut_modal(), and ringsel_init().
Depsgraph* RingSelOpData::depsgraph |
Definition at line 65 of file editmesh_loopcut.c.
Referenced by ringsel_init().
bool RingSelOpData::do_cut |
Definition at line 81 of file editmesh_loopcut.c.
Referenced by ringsel_finish(), and ringsel_init().
void* RingSelOpData::draw_handle |
Definition at line 59 of file editmesh_loopcut.c.
Referenced by ringsel_exit(), and ringsel_init().
BMEdge* RingSelOpData::eed |
Definition at line 76 of file editmesh_loopcut.c.
Referenced by edgering_select(), loopcut_finish(), loopcut_update_edge(), ringsel_find_edge(), and ringsel_finish().
BMEditMesh* RingSelOpData::em |
Definition at line 75 of file editmesh_loopcut.c.
Referenced by edgering_select(), loopcut_finish(), loopcut_update_edge(), ringsel_find_edge(), ringsel_finish(), and ringsel_init().
bool RingSelOpData::extend |
Definition at line 80 of file editmesh_loopcut.c.
Referenced by edgering_select(), and ringsel_init().
struct MeshCoordsCache* RingSelOpData::geom_cache |
Definition at line 70 of file editmesh_loopcut.c.
Referenced by loopcut_init(), ringsel_exit(), and ringsel_find_edge().
NumInput RingSelOpData::num |
Definition at line 78 of file editmesh_loopcut.c.
Referenced by loopcut_modal(), and ringsel_init().
Object* RingSelOpData::ob |
Definition at line 74 of file editmesh_loopcut.c.
Referenced by loopcut_update_edge(), ringsel_draw(), ringsel_find_edge(), ringsel_finish(), and ringsel_init().
struct EditMesh_PreSelEdgeRing* RingSelOpData::presel_edgering |
Definition at line 61 of file editmesh_loopcut.c.
Referenced by ringsel_draw(), ringsel_exit(), ringsel_find_edge(), and ringsel_init().
ARegion* RingSelOpData::region |
Definition at line 58 of file editmesh_loopcut.c.
Referenced by loopcut_finish(), loopcut_modal(), ringsel_exit(), and ringsel_init().
float RingSelOpData::smoothness |
Definition at line 84 of file editmesh_loopcut.c.
Referenced by loopcut_modal(), and ringsel_init().
ViewContext RingSelOpData::vc |
Definition at line 63 of file editmesh_loopcut.c.
Referenced by loopcut_init(), loopcut_modal(), loopcut_mouse_move(), loopcut_update_edge(), ringsel_find_edge(), and ringsel_init().