[Bf-blender-cvs] [d786ecc19e8] temp-lanpr-cleanup2: UI: Graph Editor Insert Keyframes Menu

Harley Acheson noreply at git.blender.org
Wed Nov 13 06:04:58 CET 2019


Commit: d786ecc19e85528cc887dfeb4cde0a43c8f73c17
Author: Harley Acheson
Date:   Fri Nov 8 08:48:05 2019 -0800
Branches: temp-lanpr-cleanup2
https://developer.blender.org/rBd786ecc19e85528cc887dfeb4cde0a43c8f73c17

UI: Graph Editor Insert Keyframes Menu

Fixes alignment issues on Graph Editor menus used to insert keyframes.

Differential Revision: https://developer.blender.org/D6213

Reviewed by Campbell Barton

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

M	source/blender/editors/space_graph/graph_edit.c

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

diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c
index 59cf5f63de3..02d5eed4822 100644
--- a/source/blender/editors/space_graph/graph_edit.c
+++ b/source/blender/editors/space_graph/graph_edit.c
@@ -579,7 +579,6 @@ static const EnumPropertyItem prop_graphkeys_insertkey_types[] = {
      0,
      "Only Selected Channels",
      "Insert a keyframe on selected F-Curves using each curve's current value"},
-    {0, "", 0, "", ""},
     {GRAPHKEYS_INSERTKEY_ACTIVE | GRAPHKEYS_INSERTKEY_CURSOR,
      "CURSOR_ACTIVE",
      0,



More information about the Bf-blender-cvs mailing list