|
Blender
V2.93
|
Public Attributes | |
| struct VertStep * | next |
| struct VertStep * | prev |
| BMVert * | v |
Find s single, open edge loop - given 2 vertices. Add to
Definition at line 196 of file bmesh_edgeloop.c.
| struct VertStep* VertStep::next |
Definition at line 197 of file bmesh_edgeloop.c.
Referenced by bm_loop_path_build_step().
| struct VertStep * VertStep::prev |
Definition at line 197 of file bmesh_edgeloop.c.
| BMVert* VertStep::v |
Definition at line 198 of file bmesh_edgeloop.c.
Referenced by bm_loop_path_build_step(), and vs_add().