Blender Git Commit Log
Git Commits -> Revision 523ea57
April 22, 2015, 13:50 (GMT) |
Make size calculation in cache archive info operators an optional extra step. This calculate can take a bit of time (some seconds to a minute in tests), due to having to loop through all array samples. In many cases only the basic structure is wanted. |
Commit Details:
Full Hash: 523ea570e7e33afba1e05a8a8f8c93e1bec808d3
Parent Commit: dbbc7b4
Lines Changed: +68, -50
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+13, -7) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+4, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_info.cpp (+38, -32) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/alembic.h (+1, -1) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -2) (Diff)
/source/blender/pointcache/PTC_api.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+4, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_info.cpp (+38, -32) (Diff)
/source/blender/pointcache/alembic/abc_reader.cpp (+2, -2) (Diff)
/source/blender/pointcache/alembic/abc_reader.h (+1, -1) (Diff)
/source/blender/pointcache/alembic/alembic.h (+1, -1) (Diff)
/source/blender/pointcache/intern/reader.h (+1, -1) (Diff)
/source/blender/pointcache/PTC_api.cpp (+2, -2) (Diff)
/source/blender/pointcache/PTC_api.h (+1, -1) (Diff)