Blender Git Commit Log
Git Commits  -> Revision 303997e
		
			
			
		
March 26, 2015, 13:12 (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: 303997ea71be136f867e70087efc2422ccd36f5f
Parent Commit: aa36820
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)


 Master Commits
MiikaHweb | 2003-2021