69 const nlohmann::json& attribute_names)
71 std::vector<attribute::MeshAttributeHandle> handles;
73 if (attribute_names.is_array()) {
74 for (
const auto& name : attribute_names) {
75 handles.push_back(get_attribute(m, name));
78 handles.push_back(get_attribute(m, attribute_names));