Blender Git Commit Log
Git Commits -> Revision 160ba6e
Revision 160ba6e by Sybren A. Stüvel (temp-sybren-usd-patch-02) 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