Blender Git Commit Log
Git Commits -> Revision 16d0ded
Revision 16d0ded by Joshua Leung (GPencil_EditStrokes) November 27, 2014, 13:49 (GMT) |
Animation Editor support for animating Grease Pencil settings |
Commit Details:
Full Hash: 16d0ded827f21a914aca16e67d3bd710acccc496
Parent Commit: 45dbc8a
Lines Changed: +196, -1
11 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+29, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+78, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+5, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+66, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -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 (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+29, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+78, -0) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+5, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+66, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -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 (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_action.c (+6, -0) (Diff)