Blender Git Loki
Git Commits -> Revision 14fe422
February 15, 2021, 17:29 (GMT) |
CMake/Deps: upgrade USD 20.05 ? 21.02 USD version 21.02 includes two of the changes Blender used to patch in, which have now been removed from `usd.diff`. Unfortunately 21.02 introduces another issue where LZ4 symbols are accidentally exported, causing linker errors. Fortunately these symbols are only used for resting, so I added a patch hunk that simply removes their `extern "C"` declaration. The LZ4 linker issue has been reported upstream at https://github.com/PixarAnimationStudios/USD/issues/1447. Reviewed By: sebbas, mont29 Differential Revision: https://developer.blender.org/D10367 |
Commit Details:
Full Hash: 14fe422b48e563eb8298b3d27fbe7d7ba6bc67e2
Parent Commit: 0af8dda
Committed By: Pablo Dobarro
Lines Changed: +28, -34