Blender Git Loki
Git Commits -> Revision f6494ff
Revision f6494ff by Joshua Leung (master) October 16, 2009, 12:08 (GMT) |
ShapeKey Editor (sub-mode of DopeSheet Editor) Special priority request from Durian team to get this sub-editor of the DopeSheet Editor restored. Originally I was kindof planning to drop it, but obviously it still has a role! It now supports all the modern features that the DopeSheet supports, complete with selection, muting, locking, DopeSheet summary, and all the other tools that you know and love from the other views. Also, this no longer uses the old hacky sliders that 2.4x used (instead it uses RNA-based ones), so should function just the same as other DopeSheet views). |
Commit Details:
Full Hash: f6494ff3cf132e326cd18b4ec74b9d9ee61406fa
SVN Revision: 23891
Parent Commit: 6846abb
Lines Changed: +314, -40
7 Modified Paths:
/source/blender/blenkernel/BKE_key.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/key.c (+24, -1) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+170, -28) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+29, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+79, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+7, -3) (Diff)
/source/blender/makesdna/DNA_key_types.h (+4, -2) (Diff)
/source/blender/blenkernel/intern/key.c (+24, -1) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+170, -28) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+29, -3) (Diff)
/source/blender/editors/animation/anim_filter.c (+79, -3) (Diff)
/source/blender/editors/include/ED_anim_api.h (+7, -3) (Diff)
/source/blender/makesdna/DNA_key_types.h (+4, -2) (Diff)