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