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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-05-02 21:01:48 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-05-02 21:01:48 +0400
commit89f554fd24abb6c3986090933f771da267345b96 (patch)
treeebd855f2f76170a4f3b2592e7940e91f13d6a602 /source/blender/editors/space_clip
parentd821cdd948497a3d484b657e72c282f02a270af6 (diff)
Clip editor: remove Z-key shortcut for curve view. It doesn't make many sense anymore.
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/space_clip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 80755828f7e..4543876ffe5 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -525,11 +525,6 @@ static void clip_keymap(struct wmKeyConfig *keyconf)
RNA_enum_set(kmi->ptr, "mode", SC_MODE_DISTORTION);
RNA_boolean_set(kmi->ptr, "toggle", TRUE);
- kmi = WM_keymap_add_item(keymap, "WM_OT_context_toggle_enum", ZKEY, KM_PRESS, 0, 0);
- RNA_string_set(kmi->ptr, "data_path", "space_data.view");
- RNA_string_set(kmi->ptr, "value_1", "CLIP");
- RNA_string_set(kmi->ptr, "value_2", "GRAPH");
-
WM_keymap_add_item(keymap, "CLIP_OT_solve_camera", SKEY, KM_PRESS, KM_SHIFT, 0);
/* ******** Hotkeys avalaible for main region only ******** */