Blender Git Loki
Git Commits -> Revision b539039
April 28, 2015, 07:43 (GMT) |
Optional filter group pointer in Cache Library for limiting cache content. This group is only used for the baking operator (like the datatypes filter), but has no effect when reading caches. The UI now uses a box layout to reflect this. |
Commit Details:
Full Hash: b539039d19bd273533befc3978e950bea68955ee
Parent Commit: e9ae916
Lines Changed: +67, -5
8 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+11, -4) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+40, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -1) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+6, -0) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+40, -0) (Diff)
/source/blender/blenkernel/intern/object_dupli.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -1) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+6, -0) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+1, -0) (Diff)