Blender Git Loki
Git Commits -> Revision 14ccda7
Revision 14ccda7 by Sybren A. Stüvel (master) January 31, 2020, 10:29 (GMT) |
USD: Include USD library version in System Info Pixar recently released USD 20.02 [1]. I think it's important for people to be able to figure out which version of the USD library is used in Blender. [1] https://github.com/PixarAnimationStudios/USD/releases/tag/v20.02 This commit exposes the USD library information via `bpy.app.usd`, and includes that info in the `system-info.txt` saved via Help ? Save System Info. Reviewed by: brecht Differential Revision: https://developer.blender.org/D6724 |
Commit Details:
Full Hash: 14ccda75f6313849c5b4376f7e74def24084782e
Parent Commit: bcacf47
Lines Changed: +168, -0
2 Added Paths:
/source/blender/python/intern/bpy_app_usd.c (+107, -0) (View)
/source/blender/python/intern/bpy_app_usd.h (+29, -0) (View)
/source/blender/python/intern/bpy_app_usd.h (+29, -0) (View)