Blender Git Loki

Git Commits -> Revision cf6664d

December 13, 2019, 04:30 (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: cf6664dce1c50ad5b856b7ae1ba0baf3e409c462
Parent Commit: 9d2f623
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