Blender Git Commit Log
Git Commits -> Revision b94d8c9
March 23, 2015, 11:23 (GMT) |
New 'read' flag to toggle reading of the CacheLibrary as a whole. This is also used during the bake process to avoid confusion: The read flag gets disabled for the baking cachelib, so that objects don't try to read cache data that is supposed to be generated. |
Commit Details:
Full Hash: b94d8c93e7437eed881fa69053bf8912c24fdb7c
Parent Commit: 8e76ac4
Lines Changed: +46, -2
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+3, -1) (Diff)
/source/blender/editors/io/io_cache_library.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+5, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+25, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+5, -0) (Diff)
/source/blender/pointcache/PTC_api.cpp (+25, -0) (Diff)