Blender Git Loki
Git Commits -> Revision 17a3ce7
Revision 17a3ce7 by Sybren A. Stüvel (temp-T80320-usd-hack-removal) September 1, 2020, 12:50 (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: 17a3ce7a1e7d21c5a583c3a34fe8b7321b1f927e
Parent Commit: 07899dd
Lines Changed: +27, -17