|
Blender V4.3
|
Public Attributes | |
| const Mesh * | mesh = nullptr |
| Span< float3 > | positions |
| Span< int2 > | edges |
| OffsetIndices< int > | faces |
| Span< int > | corner_verts |
| Span< int > | corner_edges |
| Array< int > | material_index_map |
| Array< std::optional< GVArraySpan > > | attributes |
| Span< int > | stored_vertex_ids |
| VArray< int > | material_indices |
Definition at line 96 of file realize_instances.cc.
| Array<std::optional<GVArraySpan> > blender::geometry::MeshRealizeInfo::attributes |
Matches the order in AllMeshesInfo.attributes.
Definition at line 107 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
Definition at line 102 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
Definition at line 101 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
Definition at line 99 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
| OffsetIndices<int> blender::geometry::MeshRealizeInfo::faces |
Definition at line 100 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
Maps old material indices to new material indices.
Definition at line 105 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
Definition at line 110 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().
| const Mesh* blender::geometry::MeshRealizeInfo::mesh = nullptr |
Definition at line 97 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), blender::geometry::execute_realize_mesh_tasks(), and blender::geometry::preprocess_meshes().
Definition at line 98 of file realize_instances.cc.
Referenced by blender::geometry::execute_realize_mesh_task(), and blender::geometry::preprocess_meshes().
Vertex ids stored on the mesh. If there are no ids, this #Span is empty.
Definition at line 109 of file realize_instances.cc.
Referenced by blender::geometry::preprocess_meshes().