Blender Git Commit Log
Git Commits -> Revision 0c6df47
March 23, 2015, 10:53 (GMT) |
Initial Alembic library integration for Blender. Adds Alembic as a dependency and build support in cmake and scons. Also extends the install_deps.sh script with a temporary installation procedure for the Alembic libraries. This is still very hackish and needs to be improved. |
Commit Details:
Full Hash: 0c6df47e7be1c62f5d483ffc94c6cc522ce34f7c
Parent Commit: b999ed2
Lines Changed: +436, -4
2 Added Paths:
/build_files/cmake/Modules/FindAlembic.cmake (+82, -0) (View)
/build_files/cmake/Modules/FindHDF5.cmake (+75, -0) (View)
/build_files/cmake/Modules/FindHDF5.cmake (+75, -0) (View)
6 Modified Paths:
/build_files/build_environment/install_deps.sh (+206, -1) (Diff)
/build_files/cmake/macros.cmake (+6, -0) (Diff)
/build_files/scons/config/linux-config.py (+15, -2) (Diff)
/build_files/scons/tools/Blender.py (+15, -0) (Diff)
/build_files/scons/tools/btools.py (+11, -0) (Diff)
/CMakeLists.txt (+26, -1) (Diff)
/build_files/cmake/macros.cmake (+6, -0) (Diff)
/build_files/scons/config/linux-config.py (+15, -2) (Diff)
/build_files/scons/tools/Blender.py (+15, -0) (Diff)
/build_files/scons/tools/btools.py (+11, -0) (Diff)
/CMakeLists.txt (+26, -1) (Diff)