|
Blender
V2.93
|
Public Attributes | |
| struct UUIDFaceStepItem * | next |
| struct UUIDFaceStepItem * | prev |
| uintptr_t | uuid |
| LinkNode * | list |
| uint | list_len |
Definition at line 127 of file bmesh_region_match.c.
| LinkNode* UUIDFaceStepItem::list |
Definition at line 131 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 132 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 128 of file bmesh_region_match.c.
Referenced by bm_mesh_region_match_pair().
| struct UUIDFaceStepItem * UUIDFaceStepItem::prev |
Definition at line 128 of file bmesh_region_match.c.
| uintptr_t UUIDFaceStepItem::uuid |
Definition at line 129 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().