Blender Git Loki
Git Commits -> Revision af07527
Revision af07527 by Tamito Kajiyama (master) September 21, 2010, 22:23 (GMT) |
Added support for line styles in the Graph Editor, DopeSheet and NLA Editor. |
Commit Details:
Full Hash: af07527d35bafe0e3dad6cac9fdc81a435db0c77
SVN Revision: 32045
Parent Commit: 28d618e
Lines Changed: +253, -5
12 Modified Paths:
/release/scripts/ui/space_dopesheet.py (+2, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+78, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+3, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+134, -4) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+19, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+6, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+78, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+3, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+134, -4) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+19, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -0) (Diff)
/source/blender/editors/space_nla/nla_channels.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_linestyle_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_action.c (+6, -0) (Diff)