Blender
V3.3
|
Public Attributes | |
BMVert * | prev |
int | pass |
int | face |
int | flag |
Definition at line 24 of file bmesh_edgenet.c.
int VertNetInfo::face |
Definition at line 27 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
int VertNetInfo::flag |
Definition at line 28 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
int VertNetInfo::pass |
Definition at line 26 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().
BMVert* VertNetInfo::prev |
Definition at line 25 of file bmesh_edgenet.c.
Referenced by bm_edgenet_path_calc(), and bm_edgenet_path_step().