Blender Git Commit Log
Git Commits -> Revision bc4be56
May 11, 2015, 11:51 (GMT) |
Change of cache filter group behavior to allow partial caching. The filter group was used by omitting any object instances that were not in the group. This reduces the cache size, but it also entirely skips objects. Now the filter group only prevents writing of the actual object data, but still allows storing dupli instances and dummy entries in the cache. Any objects from cached dupli lists that don't have cached data (mesh or strands) will now use the original object data instead. |
Commit Details:
Full Hash: bc4be56608afecd446d975e7cf95c5e01cb41093
Parent Commit: a5392ad
Lines Changed: +66, -40
6 Modified Paths:
/source/blender/blenkernel/BKE_cache_library.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+22, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+20, -14) (Diff)
/source/blender/makesrna/intern/rna_main_api.c (+3, -1) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+18, -23) (Diff)
/source/blender/pointcache/alembic/abc_group.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+22, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+20, -14) (Diff)
/source/blender/makesrna/intern/rna_main_api.c (+3, -1) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+18, -23) (Diff)
/source/blender/pointcache/alembic/abc_group.h (+1, -1) (Diff)