Blender Git Commit Log

Git Commits -> Revision ba9f430

Revision ba9f430 by Sybren A. Stüvel (temp-sybren-usd)
June 11, 2019, 15:45 (GMT)
Just a quick hack getting USD support in there to export a mesh

Commit Details:

Full Hash: ba9f4304c5ca196df4b649c38fe2453f17afda94
Parent Commit: c5b1e7c
Lines Changed: +754, -0

8 Added Paths:

/build_files/cmake/Modules/FindUSD.cmake (+70, -0) (View)
/source/blender/editors/io/io_usd.c (+115, -0) (View)
/source/blender/editors/io/io_usd.h (+31, -0) (View)
/source/blender/usd/CMakeLists.txt (+57, -0) (View)
/source/blender/usd/intern/usd_capi.cc (+165, -0) (View)
/source/blender/usd/intern/usd_exporter.cc (+167, -0) (View)
/source/blender/usd/intern/usd_exporter.h (+64, -0) (View)
/source/blender/usd/usd.h (+55, -0) (View)

6 Modified Paths:

/CMakeLists.txt (+4, -0) (Diff)
/source/blender/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/io/CMakeLists.txt (+10, -0) (Diff)
/source/blender/editors/io/io_ops.c (+9, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021