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 <ideasman42@gmail.com>2021-03-22 06:22:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-22 06:25:42 +0300
commit544b3ab1de016b6c4557c2b5664f4f0e013fcd1c (patch)
tree9a8491c95d92199cb9d3af7fb3ddf9f15a475225 /release/scripts/startup/bl_ui/space_graph.py
parent2a06657eca5a9b217384062daf55343bf08f86ec (diff)
Cleanup: clang-format, trailing space
Minor manual tweak to prevent wrapping an array into columns.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 31e81d1454e..9ba3bd8f8cc 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -136,7 +136,7 @@ class GRAPH_MT_view(Menu):
layout.separator()
layout.prop(st, "show_extrapolation")
-
+
layout.prop(st, "show_handles")
layout.prop(st, "use_only_selected_curves_handles")