Blender Git Commit Log
Git Commits -> Revision a26eecf
Revision a26eecf by Lukas Toenne (alembic_pointcache) February 27, 2015, 15:22 (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: a26eecf2a1bc3bbfbb7427c1c42e111b934e7afb
Parent Commit: 7c991a6
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)