Blender Git Commit Log

Git Commits -> Revision 5ada4a5

March 26, 2015, 13:10 (GMT)
Importing of caches into Blender data.

Currently only implemented for DerivedMesh.
This replaces the `final_dm` calculation of the modifier stack with the
result from cache loading.

Commit Details:

Full Hash: 5ada4a550252280b7c4285f5042d5305f9a2d615
Parent Commit: 228a3fd
Lines Changed: +300, -98

12 Modified Paths:

/source/blender/blenkernel/BKE_cache_library.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+20, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+20, -8) (Diff)
/source/blender/editors/io/io_cache_library.c (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_cloth.cpp (+12, -0) (Diff)
/source/blender/pointcache/alembic/abc_cloth.h (+19, -0) (Diff)
/source/blender/pointcache/alembic/abc_particles.cpp (+21, -27) (Diff)
/source/blender/pointcache/alembic/abc_particles.h (+36, -9) (Diff)
/source/blender/pointcache/intern/alembic.h (+6, -4) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+140, -35) (Diff)
/source/blender/pointcache/PTC_api.h (+20, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021