Blender Git Loki
Git Commits -> Revision 8e76ac4
March 23, 2015, 11:23 (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: 8e76ac4744740e9bc419d9e4400f5cb4d51169bb
Parent Commit: 4cec4d9
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)