Blender Git Commit Log
Git Commits -> Revision a281b69
Revision a281b69 by Lukas Toenne (alembic_pointcache) October 16, 2014, 16:40 (GMT) |
Dummy point cache instance in the mesh cache modifier, as a test bed for mesh data export/import. |
Commit Details:
Full Hash: a281b69bd2a29d8a43e806150612029cfa1c0f64
Parent Commit: a5b549b
Lines Changed: +73, -4
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+8, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+15, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_meshcache.c (+13, -3) (Diff)
/source/blender/pointcache/PTC_api.cpp (+11, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+5, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+15, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_meshcache.c (+13, -3) (Diff)
/source/blender/pointcache/PTC_api.cpp (+11, -0) (Diff)
/source/blender/pointcache/PTC_api.h (+5, -0) (Diff)
1 Replaced Path:
/release/scripts/addons (+1, -1)