Blender Git Commit Log
Git Commits -> Revision fef1a6c
Revision fef1a6c by Sybren A. Stüvel (master) September 1, 2020, 15:28 (GMT) |
USD: move library initialisation from `main()` to USD module Initialize the USD library when used (instead of at startup), so that this can happen inside the IO/USD module. This makes calls to the USD library local to Blender's USD code. Note that failure to find the USD JSON files will now only be reported when the USD exporter is used, and not on every startup of Blender. This is the first step in cleaning up the way Blender patches and initialises the USD library. Manifest Task: https://developer.blender.org/T80320 |
Commit Details:
Full Hash: fef1a6c54e74372b863561ad40c1bd5bffef8c38
Parent Commit: f1b1047
Lines Changed: +27, -17