Blender Git Commit Log
Git Commits -> Revision 8c21b0a
May 18, 2015, 17:43 (GMT) |
New operator for 'splicing' Alembic data, i.e. writing part of the frame range to a new archive. This feature is useful when cache size becomes to big and unwieldy. For sending shots to a render farm a large cache can now be split into smaller parts, which are spliced off and can be sent individually. |
Commit Details:
Full Hash: 8c21b0a9439204194b08ff4cb156cfe70355fe58
Parent Commit: aa91aa8
Lines Changed: +433, -6
1 Added Path:
/source/blender/pointcache/alembic/abc_split.cpp (+241, -0) (View)
12 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+24, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+137, -6) (Diff)
/source/blender/editors/io/io_cache_library.h (+1, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_writer.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+12, -0) (Diff)
/source/blender/pointcache/alembic/alembic.h (+2, -0) (Diff)
/source/blender/pointcache/alembic/CMakeLists.txt (+1, -0) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+2, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+8, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+137, -6) (Diff)
/source/blender/editors/io/io_cache_library.h (+1, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/abc_writer.h (+1, -0) (Diff)
/source/blender/pointcache/alembic/alembic.cpp (+12, -0) (Diff)
/source/blender/pointcache/alembic/alembic.h (+2, -0) (Diff)
/source/blender/pointcache/alembic/CMakeLists.txt (+1, -0) (Diff)
/source/blender/pointcache/intern/ptc_types.h (+2, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+8, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)