Jump to Next/Previous Marker operators in the timeline menu, shortcuts are

ctrl + shift + left/right arrow key.

Patch #37142 by Henrik Aarnio, thanks!
This commit is contained in:
Brecht Van Lommel
2013-10-21 15:00:22 +00:00
parent 5d132e722e
commit efe2b1edf1
2 changed files with 72 additions and 0 deletions

View File

@@ -228,6 +228,11 @@ def marker_menu_generic(layout):
layout.operator("marker.rename", text="Rename Marker")
layout.operator("marker.move", text="Grab/Move Marker")
layout.separator()
layout.operator("screen.marker_jump", text="Jump to Next Marker").next = True
layout.operator("screen.marker_jump", text="Jump to Previous Marker").next = False
if __name__ == "__main__": # only for live edit.