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
commit da32c17631
1 changed files with 3 additions and 1 deletions

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.";
}
}