Blender
V3.3
|
Public Attributes | |
struct UUIDFaceStepItem * | next |
struct UUIDFaceStepItem * | prev |
uintptr_t | uuid |
LinkNode * | list |
uint | list_len |
Definition at line 113 of file bmesh_region_match.c.
LinkNode* UUIDFaceStepItem::list |
Definition at line 117 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), and bm_uuidwalk_facestep_begin().
uint UUIDFaceStepItem::list_len |
Definition at line 118 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), and bm_uuidwalk_facestep_begin().
struct UUIDFaceStepItem* UUIDFaceStepItem::next |
Definition at line 114 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair().
struct UUIDFaceStepItem * UUIDFaceStepItem::prev |
Definition at line 114 of file bmesh_region_match.c.
uintptr_t UUIDFaceStepItem::uuid |
Definition at line 115 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair(), bm_uuidwalk_calc_face_uuid(), bm_uuidwalk_calc_vert_uuid(), bm_uuidwalk_facestep_begin(), bm_uuidwalk_init_from_edge(), bm_uuidwalk_pass_add(), and facestep_sort().