pub(crate) fn get_material<'s, 'h>(
    mesh_name: &'s String,
    material_hm: &'h HashMap<String, Blend279Material>
) -> Option<&'h Blend279Material>