Blender Git Loki
Git Commits -> Revision 6ac889f
Revision 6ac889f by Lukas Toenne (alembic_pointcache) October 17, 2014, 13:09 (GMT) |
Alembic reading in the Mesh Cache modifier. Note that this only works with deformation atm. |
Commit Details:
Full Hash: 6ac889f2b3ab26ee39b93ccafb728cc0e7611ba0
Parent Commit: c118d3d
Lines Changed: +110, -18
6 Modified Paths:
/source/blender/modifiers/CMakeLists.txt (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_meshcache.c (+36, -0) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+54, -18) (Diff)
/source/blender/pointcache/intern/mesh.h (+5, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+12, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)
/source/blender/modifiers/intern/MOD_meshcache.c (+36, -0) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+54, -18) (Diff)
/source/blender/pointcache/intern/mesh.h (+5, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+12, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+2, -0) (Diff)