|
Blender V4.5
|
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 |
| MeshNormalInfo | custom_normal_info |
| bool | no_loose_edges_hint = false |
| bool | no_loose_verts_hint = false |
| bool | no_overlapping_hint = false |
Definition at line 292 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 294 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 301 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 302 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::preprocess_meshes().
| MeshNormalInfo blender::geometry::AllMeshesInfo::custom_normal_info |
Definition at line 303 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 300 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 306 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
| bool blender::geometry::AllMeshesInfo::no_loose_verts_hint = false |
Definition at line 307 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
| bool blender::geometry::AllMeshesInfo::no_overlapping_hint = false |
Definition at line 308 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
Ordering of the original meshes that are joined.
Definition at line 296 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_tasks(), 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 298 of file realize_instances.cc.
Referenced by blender::geometry::gather_realize_tasks_recursive(), and blender::geometry::preprocess_meshes().