Blender Git Commit Log
Git Commits -> Revision 79b7817
Revision 79b7817 by Lukas Toenne (alembic_pointcache) February 24, 2015, 19:54 (GMT) |
General support for export to/import from Alembic files based on Cache Libraries. |
Commit Details:
Full Hash: 79b7817af3aad612df0164c6180ba59e195f46c8
Parent Commit: b2a8b36
Lines Changed: +133, -52
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+3, -1) (Diff)
/source/blender/editors/io/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+14, -35) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+0, -8) (Diff)
/source/blender/pointcache/intern/export.cpp (+7, -3) (Diff)
/source/blender/pointcache/intern/export.h (+2, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+98, -3) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -1) (Diff)
/source/blender/editors/io/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+14, -35) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+0, -8) (Diff)
/source/blender/pointcache/intern/export.cpp (+7, -3) (Diff)
/source/blender/pointcache/intern/export.h (+2, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+98, -3) (Diff)
/source/blender/pointcache/PTC_api.h (+8, -1) (Diff)