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:
authorSybren A. Stüvel <sybren@blender.org>2020-12-03 18:32:55 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-12-03 18:32:58 +0300
commit570a16da180a917021db77e7ec2c034793e4c3f5 (patch)
tree1fe38532243548511dee89f5d92a5fc7f5ab7fd7 /release/scripts/startup/bl_ui/space_graph.py
parent107231eb956a953c89a2ab134371988ebe338c59 (diff)
Fix: remove `show_group_colors` from graph editor menu
The `show_group_colors` option was moved to the user preferences in ad85256e71, but accidentally remained in the graph editor menu.
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, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 3fee0ae9d47..0c37b58a583 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -119,7 +119,6 @@ class GRAPH_MT_view(Menu):
layout.prop(st, "use_realtime_update")
layout.prop(st, "show_cursor")
layout.prop(st, "show_sliders")
- layout.prop(st, "show_group_colors")
layout.prop(st, "use_auto_merge_keyframes")
if st.mode != 'DRIVERS':