Bugfix [#26505] zoom in selected keys on graph editor

Not really a "bug", but it was on my todo anyways. Based on patch
[#26508] by Campbell, with a few modifications including extending
this to the Action/DopeSheet editor too.
This commit is contained in:
2011-03-17 10:02:37 +00:00
parent 58c8dca7a6
commit e3842d1ca4
14 changed files with 169 additions and 36 deletions

View File

@@ -100,6 +100,7 @@ class GRAPH_MT_view(bpy.types.Menu):
layout.separator()
layout.operator("graph.frame_jump")
layout.operator("graph.view_all")
layout.operator("graph.view_selected")
layout.separator()
layout.operator("screen.area_dupli")