Blender Git Loki

Git Commits -> Revision 160ba6e

December 11, 2019, 15:34 (GMT)
USD: patch USD to allow Blender to construct a path to JSON files

USD requires some JSON files, and it uses a static constructor to
determine the possible filesystem paths to find those files. This made
it impossible for Blender to pass a path to the USD library at runtime,
as the constructor would run before Blender's main() function. We have
patched USD (see usd.diff) to avoid that particular static constructor,
and have an initialisation function instead.

Commit Details:

Full Hash: 160ba6e58c746f34282228b807332fd02d5bff33
Parent Commit: 649825b
Lines Changed: +86, -35

4 Modified Paths:

/build_files/build_environment/patches/usd.diff (+55, -32) (Diff)
/source/creator/CMakeLists.txt (+3, -3) (Diff)
/source/creator/creator.c (+21, -0) (Diff)
/tests/gtests/usd/usd_stage_creation_test.cc (+7, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021