Blender V4.3
RingSelOpData Struct Reference

Public Attributes

ARegionregion
 
void * draw_handle
 
EditMesh_PreSelEdgeRingpresel_edgering
 
ViewContext vc
 
Depsgraph * depsgraph
 
Vector< Base * > bases
 
Array< MeshCoordsCachegeom_cache
 
uint base_index
 
Objectob
 
BMEditMeshem
 
BMEdgeeed
 
NumInput num
 
bool extend
 
bool do_cut
 
float cuts
 
float smoothness
 

Detailed Description

Definition at line 62 of file editmesh_loopcut.cc.

Member Data Documentation

◆ base_index

uint RingSelOpData::base_index

◆ bases

Vector<Base *> RingSelOpData::bases

Definition at line 72 of file editmesh_loopcut.cc.

Referenced by edgering_select(), loopcut_init(), and loopcut_mouse_move().

◆ cuts

float RingSelOpData::cuts

Definition at line 87 of file editmesh_loopcut.cc.

Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().

◆ depsgraph

Depsgraph* RingSelOpData::depsgraph

Definition at line 70 of file editmesh_loopcut.cc.

Referenced by ringsel_init().

◆ do_cut

bool RingSelOpData::do_cut

Definition at line 85 of file editmesh_loopcut.cc.

Referenced by ringsel_finish(), and ringsel_init().

◆ draw_handle

void* RingSelOpData::draw_handle

Definition at line 64 of file editmesh_loopcut.cc.

Referenced by ringsel_exit(), and ringsel_init().

◆ eed

BMEdge* RingSelOpData::eed

◆ em

◆ extend

bool RingSelOpData::extend

Definition at line 84 of file editmesh_loopcut.cc.

Referenced by edgering_select(), and ringsel_init().

◆ geom_cache

Array<MeshCoordsCache> RingSelOpData::geom_cache

Definition at line 74 of file editmesh_loopcut.cc.

Referenced by loopcut_init(), and ringsel_find_edge().

◆ num

NumInput RingSelOpData::num

Definition at line 82 of file editmesh_loopcut.cc.

Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().

◆ ob

Object* RingSelOpData::ob

◆ presel_edgering

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().

◆ region

ARegion* RingSelOpData::region

Definition at line 63 of file editmesh_loopcut.cc.

Referenced by loopcut_finish(), loopcut_modal(), ringsel_exit(), and ringsel_init().

◆ smoothness

float RingSelOpData::smoothness

Definition at line 88 of file editmesh_loopcut.cc.

Referenced by loopcut_init(), loopcut_modal(), and ringsel_init().

◆ vc


The documentation for this struct was generated from the following file: