Blender Git Commit Log
Git Commits -> Revision eae8bb4
Revision eae8bb4 by Lukas Toenne (alembic_pointcache) February 19, 2015, 12:10 (GMT) |
Use a cache library pointer in point caches to replace the per-object path construction. |
Commit Details:
Full Hash: eae8bb4c8ddb309687afea45eadfbd49dd2c3386
Parent Commit: 7d89274
Lines Changed: +37, -2
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_common.py (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_pointcache_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_pointcache.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+3, -0) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+4, -0) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+5, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -1) (Diff)
/source/blender/makesdna/DNA_pointcache_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_pointcache.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+3, -0) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+4, -0) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+5, -1) (Diff)