|
Blender
V2.93
|
Public Attributes | |
| BMVert * | prev |
| int | pass |
| int | face |
| int | flag |
Definition at line 38 of file bmesh_edgenet.c.
| int VertNetInfo::face |
Definition at line 41 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
| int VertNetInfo::flag |
Definition at line 42 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
| int VertNetInfo::pass |
Definition at line 40 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
| BMVert* VertNetInfo::prev |
Definition at line 39 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().