Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-04-19 08:05:55 +0300
committerCampbell Barton <campbell@blender.org>2022-04-19 08:07:04 +0300
commit58d86527ae283b94ba18f54b1fcef1cb8063c910 (patch)
tree7271a529d4df4ddbcc5172f423f3226e57658a60 /release/scripts/startup/bl_ui/space_graph.py
parent8c25889bb67db4c1d2f94bf85ca6d1c2a050fcfe (diff)
Cleanup: run autopep8 on release/scripts/startup/
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 706e228c5d9..a78ad72cada 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -324,6 +324,7 @@ class GRAPH_MT_key_snap(Menu):
layout.operator("graph.frame_jump", text="Cursor to Selection")
layout.operator("graph.snap_cursor_value", text="Cursor Value to Selection")
+
class GRAPH_MT_slider(Menu):
bl_label = "Slider Operators"