flatten_exported_meshes_owned

Function flatten_exported_meshes_owned 

Source
pub fn flatten_exported_meshes_owned(
    meshes_by_filename: MeshesByFilename,
) -> Result<FlattenedExportedMeshes, FlattenMeshError>
Expand description

Convert MesheshByFilename into a HashMap<MeshName, BlenderMesh> that flattens all of the meshes across all of the files into one HashMap.

This will error if there are two meshes with the same name across two or more files.