[Bf-blender-cvs] [1c4fa32db6f] master: Fix: Dopesheet context menu was referencing easing_type

William Reynish noreply at git.blender.org
Mon Apr 29 15:12:44 CEST 2019


Commit: 1c4fa32db6f8c8df29a2226c6915f88a9b29c4bd
Author: William Reynish
Date:   Mon Apr 29 15:12:42 2019 +0200
Branches: master
https://developer.blender.org/rB1c4fa32db6f8c8df29a2226c6915f88a9b29c4bd

Fix: Dopesheet context menu was referencing easing_type

This only exists in Graph Editor.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py
index 94f1292a3cc..70d37c971a5 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -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()



More information about the Bf-blender-cvs mailing list