Fix: Dopesheet context menu was referencing easing_type

This only exists in Graph Editor.
This commit is contained in:
William Reynish 2019-04-29 15:12:42 +02:00
parent e65216c622
commit 1c4fa32db6
1 changed files with 0 additions and 1 deletions

View File

@ -589,7 +589,6 @@ class DOPESHEET_MT_context_menu(Menu):
layout.operator_menu_enum("action.handle_type", "type", text="Handle Type")
layout.operator_menu_enum("action.interpolation_type", "type", text="Interpolation Mode")
layout.operator_menu_enum("action.easing_type", "type", text="Easing Type")
layout.separator()