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-10-22 13:07:19 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-22 13:07:19 +0400
commit5777c624a54c4d834ec755a92079b504f04035e8 (patch)
tree849650b13e6a82a59f480d6eb79c7dbd98a0a5b0 /source/blender/editors/include/ED_keyframes_edit.h
parentc9092a6738d8f1dbf9fc76330d506771af4f90bb (diff)
Animation Editors: Menu Tweaks
* Submenus displaying the options available for certain operators now will now show the hotkey for the operator on the menu entries. * Added an option for mirroring keyframes in the Graph Editor which makes use of the new cursor
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 57a6c5fc773..4a0a3ee24db 100644
--- a/source/blender/editors/include/ED_keyframes_edit.h
+++ b/source/blender/editors/include/ED_keyframes_edit.h
@@ -82,6 +82,7 @@ typedef enum eEditKeyframes_Mirror {
MIRROR_KEYS_YAXIS,
MIRROR_KEYS_XAXIS,
MIRROR_KEYS_MARKER,
+ MIRROR_KEYS_VALUE,
} eEditKeyframes_Mirror;
/* ************************************************ */