|
Blender V5.0
|
Public Attributes | |
| Array< int > | unique_verts |
| Array< int > | faces |
| Array< int > | shared_verts |
| int | corner_count |
| int | parent |
| int | children_offset |
Definition at line 654 of file blenkernel/intern/mesh.cc.
| int blender::bke::NonContiguousGroup::children_offset |
Definition at line 660 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().
| int blender::bke::NonContiguousGroup::corner_count |
Definition at line 658 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().
| Array<int> blender::bke::NonContiguousGroup::faces |
Definition at line 656 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().
| int blender::bke::NonContiguousGroup::parent |
Definition at line 659 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().
| Array<int> blender::bke::NonContiguousGroup::shared_verts |
Definition at line 657 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().
| Array<int> blender::bke::NonContiguousGroup::unique_verts |
Definition at line 655 of file blenkernel/intern/mesh.cc.
Referenced by blender::bke::mesh_apply_spatial_organization().