Fix T68283: Missing operator in graph context menu
This commit is contained in:
@@ -336,7 +336,6 @@ class GRAPH_MT_context_menu(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator_menu_enum("graph.keyframe_type", "type", text="Keyframe Type")
|
||||
layout.operator_menu_enum("graph.handle_type", "type", text="Handle Type")
|
||||
layout.operator_menu_enum("graph.interpolation_type", "type", text="Interpolation Mode")
|
||||
layout.operator_menu_enum("graph.easing_type", "type", text="Easing Type")
|
||||
|
||||
Reference in New Issue
Block a user