Blender Git Commit Log
Git Commits -> Revision ba878a0
May 3, 2015, 16:24 (GMT) |
Main shape key implementation for cached strand data. This includes storage of the shape keys in a `Key` instance in the modifier data, and accompanying operators for adding, removing, moving, etc. shape keys, as well as the necessary UI code. |
Commit Details:
Full Hash: ba878a08803b78aa821ccf9f2089efebd02ae15f
Parent Commit: ed81c38
Lines Changed: +880, -10
1 Added Path:
/source/blender/editors/io/io_cache_shapekey.c (+417, -0) (View)
12 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+116, -1) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_key.h (+12, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+41, -2) (Diff)
/source/blender/blenkernel/intern/key.c (+153, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -0) (Diff)
/source/blender/editors/io/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/io/io_cache_library.h (+7, -0) (Diff)
/source/blender/editors/io/io_ops.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+100, -0) (Diff)
/source/blender/blenkernel/BKE_cache_library.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_key.h (+12, -0) (Diff)
/source/blender/blenkernel/intern/cache_library.c (+41, -2) (Diff)
/source/blender/blenkernel/intern/key.c (+153, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+6, -0) (Diff)
/source/blender/editors/io/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/io/io_cache_library.h (+7, -0) (Diff)
/source/blender/editors/io/io_ops.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_cache_library_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_cache_library.c (+100, -0) (Diff)