Blender Git Loki
Git Commits -> Revision cf6664d
Revision cf6664d by Sybren A. Stüvel (temp-sybren-usd-patch-03) 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