[Bf-blender-cvs] [5a1aa5b935f] blender2.8: Keymap: movie-clip center frame, match graph view

Campbell Barton noreply at git.blender.org
Wed Jul 4 18:38:37 CEST 2018


Commit: 5a1aa5b935f036a0493badae8cb835d13265a5e1
Author: Campbell Barton
Date:   Wed Jul 4 18:37:27 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB5a1aa5b935f036a0493badae8cb835d13265a5e1

Keymap: movie-clip center frame, match graph view

===================================================================

M	source/blender/editors/space_clip/space_clip.c

===================================================================

diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index fc550499157..fbdb137e260 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -786,7 +786,7 @@ static void clip_keymap(struct wmKeyConfig *keyconf)
 #ifdef WITH_INPUT_NDOF
 	WM_keymap_add_item(keymap, "CLIP_OT_graph_view_all", NDOF_BUTTON_FIT, KM_PRESS, 0, 0);
 #endif
-	WM_keymap_add_item(keymap, "CLIP_OT_graph_center_current_frame", PADPERIOD, KM_PRESS, 0, 0);
+	WM_keymap_add_item(keymap, "CLIP_OT_graph_center_current_frame", PAD0, KM_PRESS, 0, 0);
 
 	kmi = WM_keymap_add_item(keymap, "WM_OT_context_toggle", LKEY, KM_PRESS, 0, 0);
 	RNA_string_set(kmi->ptr, "data_path", "space_data.lock_time_cursor");



More information about the Bf-blender-cvs mailing list