|
Blender V4.3
|
Public Attributes | |
| VertStep * | next |
| VertStep * | prev |
| BMVert * | v |
Find s single, open edge loop - given 2 vertices. Add to
Definition at line 180 of file bmesh_edgeloop.cc.
| VertStep* VertStep::next |
Definition at line 181 of file bmesh_edgeloop.cc.
Referenced by bm_loop_path_build_step().
| VertStep * VertStep::prev |
Definition at line 181 of file bmesh_edgeloop.cc.
| BMVert* VertStep::v |
Definition at line 182 of file bmesh_edgeloop.cc.
Referenced by bm_loop_path_build_step(), and vs_add().