[Bf-blender-cvs] [95de7389539] master: Fix T68283: Missing operator in graph context menu

Campbell Barton noreply at git.blender.org
Tue Aug 6 06:51:37 CEST 2019


Commit: 95de73895395e854454d6662e34cc313292cdc5c
Author: Campbell Barton
Date:   Tue Aug 6 14:45:02 2019 +1000
Branches: master
https://developer.blender.org/rB95de73895395e854454d6662e34cc313292cdc5c

Fix T68283: Missing operator in graph context menu

===================================================================

M	release/scripts/startup/bl_ui/space_graph.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 7af2e8cd0a6..422990760b4 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -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")



More information about the Bf-blender-cvs mailing list