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/space_graph/graph_intern.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/space_graph/graph_intern.h')
-rw-r--r--source/blender/editors/space_graph/graph_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h
index f03c9ece262..1e0f66751f0 100644
--- a/source/blender/editors/space_graph/graph_intern.h
+++ b/source/blender/editors/space_graph/graph_intern.h
@@ -130,6 +130,7 @@ enum {
GRAPHKEYS_MIRROR_YAXIS,
GRAPHKEYS_MIRROR_XAXIS,
GRAPHKEYS_MIRROR_MARKER,
+ GRAPHKEYS_MIRROR_VALUE,
} eGraphKeys_Mirror_Mode;
/* ----------- */