Blender Git Loki

Git Commits -> Revision b1a8b98

March 30, 2015, 16:43 (GMT)
Simplification of the cache library filtering mechanism.

Now the filtering is simply based on the data types that should go into
the cache, instead of selecting each object and component individually.

This is slightly more limited and may need to be revisited again later,
but for the time being it is much less confusing and clumsy. Filtering
by objects can be accomplished by creating groups accordingly. Making
groups specifically for caching is totally acceptable.

Commit Details:

Full Hash: b1a8b9806b6ab7b4087fa0870158663584c65815
Parent Commit: 3a5cd5f
Lines Changed: +57, -598

15 Modified Paths:

/release/scripts/startup/bl_ui/properties_object.py (+11, -25) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+0, -19) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+3, -277) (Diff)
/source/blender/blenkernel/intern/object.c (+0, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -19) (Diff)
/source/blender/blenloader/intern/writefile.c (+0, -7) (Diff)
/source/blender/editors/interface/interface_templates.c (+15, -45) (Diff)
/source/blender/editors/io/io_cache_library.c (+0, -51) (Diff)
/source/blender/editors/io/io_cache_library.h (+0, -2) (Diff)
/source/blender/editors/io/io_ops.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+15, -32) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+8, -96) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/abc_group.cpp (+2, -14) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021