Blender
V3.3
|
Public Attributes | |
struct EdgeLink * | next |
struct EdgeLink * | prev |
void * | edge |
Definition at line 558 of file mesh_convert.cc.
void* EdgeLink::edge |
Definition at line 560 of file mesh_convert.cc.
Referenced by BKE_mesh_to_curve_nurblist().
struct EdgeLink* EdgeLink::next |
Definition at line 559 of file mesh_convert.cc.
struct EdgeLink * EdgeLink::prev |
Definition at line 559 of file mesh_convert.cc.
Referenced by BKE_mesh_to_curve_nurblist().