Blender Git Loki
Git Commits -> Revision cf7b4e3
March 29, 2015, 16:23 (GMT) |
Baking API for cache modifiers. Cache baking means the cache modifier should read input caches over the given frame range and produce the correct output for writing into the output cache file. Cache modifiers can optionally implement a 'bake' function. This is used through a bake operator from the cache modifier panel. Baking is executed in a job, which will help with cancelling bakes and displaying status info. |
Commit Details:
Full Hash: cf7b4e30545c733b44f479de29c9c32a0576bc89
Parent Commit: e9df0e5
Lines Changed: +226, -17
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+5, -2) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+20, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+151, -11) (Diff)
/source/blender/editors/io/io_cache_library.c (+46, -4) (Diff)
/source/blender/editors/io/io_cache_library.h (+2, -0) (Diff)
/source/blender/editors/io/io_ops.c (+2, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+20, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+151, -11) (Diff)
/source/blender/editors/io/io_cache_library.c (+46, -4) (Diff)
/source/blender/editors/io/io_cache_library.h (+2, -0) (Diff)
/source/blender/editors/io/io_ops.c (+2, -0) (Diff)