Blender Git Commit Log
Git Commits -> Revision 833e69f
Revision 833e69f by Joshua Leung (master) June 23, 2016, 15:18 (GMT) |
DopeSheet: GPencil-Mode supports Circle and Lasso Select To get this working the least effort, I've had to expose the helper functions used by the lasso and circle select keyframe-test callbacks (which are generic) and expose them for use by the GP keyframe editing code too. Hopefully in time we clean this all up and just write the code once to operate on "keyframes" |
Commit Details:
Full Hash: 833e69ff7ead32f20cce36f3a1dfe90f80020ea1
Parent Commit: 7e53f9f
Lines Changed: +52, -8
5 Modified Paths:
/source/blender/editors/animation/keyframes_edit.c (+6, -6) (Diff)
/source/blender/editors/gpencil/editaction_gpencil.c (+30, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+12, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -2) (Diff)
/source/blender/editors/gpencil/editaction_gpencil.c (+30, -0) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+12, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -2) (Diff)