Blender Git Loki
Git Commits -> Revision 91aaf8d
Revision 91aaf8d by Lukas Toenne (alembic_pointcache) February 27, 2015, 16:07 (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: 91aaf8df004e6e359dfe1cfde498bf7c746de06b
Parent Commit: a26eecf
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)