Blender Git Loki
Git Commits -> Revision 23888be
Revision 23888be by Joshua Leung (master) June 1, 2011, 06:26 (GMT) |
Usability Tweak [#27469] Adding/Rename markers (M/Ctrl-M) were restricted to only being available when the mouse was hovering just over the time scroller at the bottom of animation editors, as otherwise we'd get nasty keymap conflicts where markers keymap would block all the primary function keymaps. However, in the case of Adding/Renaming markers, there are no other keys which currently conflict with these in such cases. Hence, it is fine to let these ones be able to be run from anywhere within the animation editors, which should make it easier to add markers for lipsyncing purposes again for example. |
Commit Details:
Full Hash: 23888be4238f992e5f57638b953b01b778975e8f
SVN Revision: 37065
Parent Commit: c6dbb0b
Lines Changed: +26, -0
5 Modified Paths:
/source/blender/editors/animation/anim_markers.c (+11, -0) (Diff)
/source/blender/editors/include/ED_markers.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+4, -0) (Diff)
/source/blender/editors/include/ED_markers.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+4, -0) (Diff)