|
Blender V4.3
|
Public Attributes | |
| OrderedAttributes | attributes |
| VectorSet< const Mesh * > | order |
| Array< MeshRealizeInfo > | realize_info |
| VectorSet< Material * > | materials |
| bool | create_id_attribute = false |
| bool | create_material_index_attribute = false |
| bool | no_loose_edges_hint = false |
| bool | no_loose_verts_hint = false |
| bool | no_overlapping_hint = false |
Definition at line 212 of file realize_instances.cc.
| OrderedAttributes blender::geometry::AllMeshesInfo::attributes |
Ordering of all attributes that are propagated to the output mesh generically.
Definition at line 214 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_for_instances(), blender::geometry::preprocess_meshes(), and blender::geometry::realize_instances().
| bool blender::geometry::AllMeshesInfo::create_id_attribute = false |
Definition at line 221 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), blender::geometry::preprocess_meshes(), and blender::geometry::realize_instances().
| bool blender::geometry::AllMeshesInfo::create_material_index_attribute = false |
Definition at line 222 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::preprocess_meshes().
Ordered materials on the output mesh.
Definition at line 220 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes(), and blender::geometry::realize_instances().
| bool blender::geometry::AllMeshesInfo::no_loose_edges_hint = false |
True if we know that there are no loose edges in any of the input meshes.
Definition at line 225 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
| bool blender::geometry::AllMeshesInfo::no_loose_verts_hint = false |
Definition at line 226 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
| bool blender::geometry::AllMeshesInfo::no_overlapping_hint = false |
Definition at line 227 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
Ordering of the original meshes that are joined.
Definition at line 216 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_meshes().
| Array<MeshRealizeInfo> blender::geometry::AllMeshesInfo::realize_info |
Preprocessed data about every original mesh. This is ordered by order.
Definition at line 218 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_meshes().