|
Blender
V2.93
|
Public Attributes | |
| int | poly_index |
| int | totloops |
| unsigned int | hash_sum |
| unsigned int | hash_xor |
Definition at line 181 of file mesh_merge.c.
| unsigned int PolyKey::hash_sum |
Definition at line 184 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), poly_gset_compare_fn(), and poly_gset_hash_fn().
| unsigned int PolyKey::hash_xor |
Definition at line 185 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().
| int PolyKey::poly_index |
Definition at line 182 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts().
| int PolyKey::totloops |
Definition at line 183 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().