|
Blender V4.3
|
Public Attributes | |
| ARegion * | region |
| void * | draw_handle |
| EditMesh_PreSelEdgeRing * | presel_edgering |
| ViewContext | vc |
| Depsgraph * | depsgraph |
| Vector< Base * > | bases |
| Array< 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 62 of file editmesh_loopcut.cc.
| uint RingSelOpData::base_index |
Definition at line 77 of file editmesh_loopcut.cc.
Referenced by loopcut_finish(), loopcut_init(), loopcut_mouse_move(), loopcut_update_edge(), and ringsel_find_edge().
Definition at line 72 of file editmesh_loopcut.cc.
Referenced by edgering_select(), loopcut_init(), and loopcut_mouse_move().
| float RingSelOpData::cuts |
Definition at line 87 of file editmesh_loopcut.cc.
Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().
| Depsgraph* RingSelOpData::depsgraph |
Definition at line 70 of file editmesh_loopcut.cc.
Referenced by ringsel_init().
| bool RingSelOpData::do_cut |
Definition at line 85 of file editmesh_loopcut.cc.
Referenced by ringsel_finish(), and ringsel_init().
| void* RingSelOpData::draw_handle |
Definition at line 64 of file editmesh_loopcut.cc.
Referenced by ringsel_exit(), and ringsel_init().
| BMEdge* RingSelOpData::eed |
Definition at line 80 of file editmesh_loopcut.cc.
Referenced by edgering_select(), loopcut_finish(), loopcut_update_edge(), ringsel_find_edge(), and ringsel_finish().
| BMEditMesh* RingSelOpData::em |
Definition at line 79 of file editmesh_loopcut.cc.
Referenced by edgering_select(), loopcut_finish(), loopcut_update_edge(), ringsel_find_edge(), ringsel_finish(), and ringsel_init().
| bool RingSelOpData::extend |
Definition at line 84 of file editmesh_loopcut.cc.
Referenced by edgering_select(), and ringsel_init().
| Array<MeshCoordsCache> RingSelOpData::geom_cache |
Definition at line 74 of file editmesh_loopcut.cc.
Referenced by loopcut_init(), and ringsel_find_edge().
| NumInput RingSelOpData::num |
Definition at line 82 of file editmesh_loopcut.cc.
Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().
| Object* RingSelOpData::ob |
Definition at line 78 of file editmesh_loopcut.cc.
Referenced by loopcut_update_edge(), ringsel_draw(), ringsel_find_edge(), ringsel_finish(), and ringsel_init().
| EditMesh_PreSelEdgeRing* RingSelOpData::presel_edgering |
Definition at line 66 of file editmesh_loopcut.cc.
Referenced by ringsel_draw(), ringsel_exit(), ringsel_find_edge(), and ringsel_init().
| ARegion* RingSelOpData::region |
Definition at line 63 of file editmesh_loopcut.cc.
Referenced by loopcut_finish(), loopcut_modal(), ringsel_exit(), and ringsel_init().
| float RingSelOpData::smoothness |
Definition at line 88 of file editmesh_loopcut.cc.
Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().
| ViewContext RingSelOpData::vc |
Definition at line 68 of file editmesh_loopcut.cc.
Referenced by loopcut_init(), loopcut_modal(), loopcut_mouse_move(), loopcut_update_edge(), ringsel_find_edge(), and ringsel_init().