Blender Git Commit Log

Git Commits -> Revision 05e93c0

Revision 05e93c0 by Lukas Toenne (alembic_pointcache)
February 25, 2015, 15:24 (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: 05e93c0b7fee50220753759c25597c9b07c97ecb
Parent Commit: 424bc7f
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