Fix: USD: warning when printing bke::AttrDomain type

This commit is contained in:
Jesse Yurkovich
2024-05-27 19:20:54 +02:00
parent 55ff4aef85
commit 3ccb84fee6

View File

@@ -393,7 +393,7 @@ void USDCurvesWriter::write_generic_data(const bke::CurvesGeometry &curves,
RPT_WARNING,
"Attribute '%s' (Blender domain %d, type %d) cannot be converted to USD",
std::string(attribute_id.name()).c_str(),
meta_data.domain,
int(meta_data.domain),
meta_data.data_type);
return;
}