Bugfix: Graph Editor menus were missing an entry for the "Smooth

Keyframes" operator

Probably this was missed off, since the DopeSheet doesn't have this
functionality
This commit is contained in:
Joshua Leung 2011-02-01 11:54:05 +00:00
parent f4dcc2ffe1
commit 86f3ba24e4

@ -213,6 +213,7 @@ class GRAPH_MT_key(bpy.types.Menu):
layout.separator() layout.separator()
layout.operator("graph.clean") layout.operator("graph.clean")
layout.operator("graph.smooth")
layout.operator("graph.sample") layout.operator("graph.sample")
layout.operator("graph.bake") layout.operator("graph.bake")