USD import: fixed typo in debug message.

This was also causing mac and linux compile errors.
This commit is contained in:
Michael Kowalski 2022-08-11 20:06:28 -04:00
parent a37e7e682f
commit 9a2680a626
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ void import_blendshapes(Main *bmain, Object *obj, pxr::UsdPrim prim)
}
if (weights.size() != curves.size()) {
std::cout << "Programmer error: number of weight samples doesn't match number of shapekey curve entries for time " << time << std::endl;
std::cout << "Programmer error: number of weight samples doesn't match number of shapekey curve entries for frame " << frame << std::endl;
continue;
}