Blender Git Commit Log
Git Commits -> Revision cf25b10
Revision cf25b10 by Joshua Leung (master) January 10, 2011, 22:10 (GMT) |
Todo #22395: Restoring Grease Pencil Editing Mode in DopeSheet Editor This commit restores some basic functionality for retiming Grease Pencil sketches. Some of the functionality that existed before still hasn't been restored (namely snap/mirror tools as well as copy+paste), though it should be possible to use this for basic retiming and sketch-frame management again. - There's still a lot of work required to get this up to the standard of the rest of the animation editor code, as some of this code was originally just hacked in based on the old-style code. - Work is already required to not have to directly access the main db global to get the list of Grease Pencil datablocks to show, but that can come along with pending cleanups of the filtering code. |
Commit Details:
Full Hash: cf25b10eb5bb61662ce0db6b3ef54a3e3e73a328
SVN Revision: 34236
Parent Commit: d841a20
Lines Changed: +501, -360
14 Modified Paths:
/release/scripts/ui/space_dopesheet.py (+70, -10) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+145, -114) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+28, -22) (Diff)
/source/blender/editors/animation/anim_filter.c (+18, -26) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+55, -15) (Diff)
/source/blender/editors/gpencil/editaction_gpencil.c (+29, -26) (Diff)
/source/blender/editors/include/ED_gpencil.h (+23, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+7, -5) (Diff)
/source/blender/editors/space_action/action_select.c (+50, -69) (Diff)
/source/blender/editors/space_action/SConscript (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+46, -57) (Diff)
/source/blender/editors/transform/transform_generics.c (+21, -14) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+145, -114) (Diff)
/source/blender/editors/animation/anim_channels_edit.c (+28, -22) (Diff)
/source/blender/editors/animation/anim_filter.c (+18, -26) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+55, -15) (Diff)
/source/blender/editors/gpencil/editaction_gpencil.c (+29, -26) (Diff)
/source/blender/editors/include/ED_gpencil.h (+23, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+7, -5) (Diff)
/source/blender/editors/space_action/action_select.c (+50, -69) (Diff)
/source/blender/editors/space_action/SConscript (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+46, -57) (Diff)
/source/blender/editors/transform/transform_generics.c (+21, -14) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -1) (Diff)