Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-01-28 09:32:47 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-28 09:32:47 +0300
commit0494683f44b84750022027a174ab97ce1bb89ebd (patch)
tree2fc5805d082540cdb689230c0d0e68f22a62837c /source/blender/editors/include/ED_keyframes_edit.h
parent7ced134325011ea9089d031be2373ddf5ed7b95d (diff)
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
Diffstat (limited to 'source/blender/editors/include/ED_keyframes_edit.h')
-rw-r--r--source/blender/editors/include/ED_keyframes_edit.h1
1 files changed, 1 insertions, 0 deletions
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 */