Blender Git Commit Log
Git Commits -> Revision aa36820
March 26, 2015, 13:12 (GMT) |
Delete operator for cache library datablocks. CacheLibrary datablock has a generic unlink function now, but currently nothing actually links to cache libs themselves, so it's empty. Still good to keep this in mind for the future. |
Commit Details:
Full Hash: aa36820fa2c5be127c3f52042a04fb06309104c3
Parent Commit: 26bb16c
Lines Changed: +58, -1
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+4, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+46, -1) (Diff)
/source/blender/editors/io/io_cache_library.h (+1, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+4, -0) (Diff)
/source/blender/editors/io/io_cache_library.c (+46, -1) (Diff)
/source/blender/editors/io/io_cache_library.h (+1, -0) (Diff)
/source/blender/editors/io/io_ops.c (+1, -0) (Diff)