Blender Git Loki
Git Commits -> Revision c455e55
Revision c455e55 by Sybren A. Stüvel (temp-sybren-usd-patch-02) November 29, 2019, 10:18 (GMT) |
USD: Check location of USD JSON files in unit tests This commit adds a test to see whether the USD JSON files can be found and loaded. Simply the ability to create a USD Stage for a specific filename means that the extension has been recognised by the USD library, and that a USD plugin has been loaded to write such files. USD has been patched to not only look in `{exe_directory}/lib/usd`, but also in `{exe_directory}/../lib/usd`; the latter is required to resolve the path for test executables in `bin/tests/`. |
Commit Details:
Full Hash: c455e55b5524fdc0e011f17ff2a1a726802453f1
Parent Commit: 4f5c88b
Lines Changed: +78, -7
1 Added Path:
/tests/gtests/usd/usd_stage_creation_test.cc (+40, -0) (View)