Blender Git Loki
Git Commits -> Revision a923a34
Revision a923a34 by Sybren A. Stüvel (master) February 15, 2021, 11:17 (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: a923a34de19cc83a9a687995de7203e64a4a5b95
Parent Commit: ebdf68a
Lines Changed: +28, -34