Blender
V3.3
|
Public Attributes | |
const Mesh * | mesh = nullptr |
Array< int > | material_index_map |
Array< std::optional< GVArraySpan > > | attributes |
Span< int > | stored_vertex_ids |
Definition at line 97 of file realize_instances.cc.
Array<std::optional<GVArraySpan> > blender::geometry::MeshRealizeInfo::attributes |
Matches the order in #AllMeshesInfo.attributes.
Definition at line 102 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
Array<int> blender::geometry::MeshRealizeInfo::material_index_map |
Maps old material indices to new material indices.
Definition at line 100 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
const Mesh* blender::geometry::MeshRealizeInfo::mesh = nullptr |
Definition at line 98 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::preprocess_meshes().
Span<int> blender::geometry::MeshRealizeInfo::stored_vertex_ids |
Vertex ids stored on the mesh. If there are no ids, this #Span is empty.
Definition at line 104 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().