Blender Git Commit Log
Git Commits -> Revision 501aae3
Revision 501aae3 by Lukas Toenne (alembic_pointcache) November 11, 2014, 08:41 (GMT) |
Keep a permanent cache reader instance in the point cache modifier and handle explicit mode switching between reading/writing. |
Commit Details:
Full Hash: 501aae3aefbaf248e9ff50a8d22dfceae1282eb5
Parent Commit: 6668934
Lines Changed: +83, -29
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+17, -26) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+51, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+9, -0) (Diff)
/source/blender/editors/physics/physics_pointcache.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_pointcache.c (+17, -26) (Diff)
/source/blender/pointcache/intern/mesh.cpp (+51, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+9, -0) (Diff)