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:
authorCampbell Barton <ideasman42@gmail.com>2014-02-21 09:59:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-21 09:59:01 +0400
commit21565484f7dff7fa3c793fe2c5c0df5285dc534a (patch)
tree661ca437e6a2eef4a10896f76b03227c64366f1c /source/blender/editors/space_logic
parentc50b23fa67fd8b753b4029bb2d88ed9e62be1ba9 (diff)
NDOF: Fit key working for logic, clip and sequencer
Patch D334 from InĂªs Almeida
Diffstat (limited to 'source/blender/editors/space_logic')
-rw-r--r--source/blender/editors/space_logic/space_logic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_logic/space_logic.c b/source/blender/editors/space_logic/space_logic.c
index 9fa1916b972..daeab030990 100644
--- a/source/blender/editors/space_logic/space_logic.c
+++ b/source/blender/editors/space_logic/space_logic.c
@@ -184,7 +184,7 @@ static void logic_keymap(struct wmKeyConfig *keyconf)
WM_keymap_add_menu(keymap, "LOGIC_MT_logicbricks_add", AKEY, KM_PRESS, KM_SHIFT, 0);
WM_keymap_add_item(keymap, "LOGIC_OT_view_all", HOMEKEY, KM_PRESS, 0, 0);
-
+ WM_keymap_add_item(keymap, "LOGIC_OT_view_all", NDOF_BUTTON_FIT, KM_PRESS, 0, 0);
}
static void logic_refresh(const bContext *UNUSED(C), ScrArea *UNUSED(sa))