From 0494683f44b84750022027a174ab97ce1bb89ebd Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 28 Jan 2009 06:32:47 +0000 Subject: Graph Editor: Bringing back editing tools * Snap + Mirror Keyframes (Shift-S and Shift-M) * Set Handle/Interpolation type * Snap current frame to selected keyframes (Ctrl-Shift-S) from the DopeSheet * Toggle visibility of all handles (Ctrl H) from AnimSys2 branch also ported --- source/blender/editors/include/ED_keyframes_edit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/include/ED_keyframes_edit.h') diff --git a/source/blender/editors/include/ED_keyframes_edit.h b/source/blender/editors/include/ED_keyframes_edit.h index 0564d83bccd..958cf40b2ac 100644 --- a/source/blender/editors/include/ED_keyframes_edit.h +++ b/source/blender/editors/include/ED_keyframes_edit.h @@ -73,6 +73,7 @@ typedef enum eEditKeyframes_Snap { SNAP_KEYS_NEARFRAME, SNAP_KEYS_NEARSEC, SNAP_KEYS_NEARMARKER, + SNAP_KEYS_HORIZONTAL, } eEditKeyframes_Snap; /* mirroring tools */ -- cgit v1.2.3