Blender Git Loki
Git Commits -> Revision 66f4f12
Revision 66f4f12 by Sybren A. Stüvel (temp-sybren-usd-patch-03) December 13, 2019, 04:30 (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: 66f4f12514f686d1ccd77e71ce5182d641ac5096
Parent Commit: 1e87c3d
Lines Changed: +78, -7
1 Added Path:
/tests/gtests/usd/usd_stage_creation_test.cc (+40, -0) (View)