Blender Git Loki
Git Commits -> Revision 582a9d1
Revision 582a9d1 by Bastien Montagne (master) December 3, 2012, 13:07 (GMT) |
Fix for [#33378] Grease pencil dopesheet fails on a few operations Snapping operator in action editor for grease pencil and mask wasn't implemented. We could probably re-enabled/fix/cleanup more things in this area (e.g. use a custom poll func for operators not supporting gp/mask, instead of silently doing nothing), but this is for after 2.65 imho). |
Commit Details:
Full Hash: 582a9d1c45e5d75210a2d4010e55cd9a0f3673a2
SVN Revision: 52745
Parent Commit: 4f3fdb8
Lines Changed: +81, -21
5 Modified Paths:
/source/blender/editors/gpencil/editaction_gpencil.c (+10, -9) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -1) (Diff)
/source/blender/editors/include/ED_mask.h (+2, -1) (Diff)
/source/blender/editors/mask/mask_editaction.c (+55, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+12, -10) (Diff)
/source/blender/editors/include/ED_gpencil.h (+2, -1) (Diff)
/source/blender/editors/include/ED_mask.h (+2, -1) (Diff)
/source/blender/editors/mask/mask_editaction.c (+55, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+12, -10) (Diff)