Merge remote-tracking branch 'origin/blender-v2.90-release'

This commit is contained in:
Sybren A. Stüvel
2020-07-28 11:08:10 +02:00

View File

@@ -61,7 +61,9 @@ TEST_F(USDStageCreationTest, JSONFileLoadingTest)
unlink(filename.c_str());
}
else {
FAIL() << "unable to find suitable USD plugin to write " << filename;
FAIL() << "unable to find suitable USD plugin to write " << filename
<< "; re-run with the environment variable PXR_PATH_DEBUG non-empty to see which paths "
"are considered.";
}
}