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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-02 16:53:46 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-02 16:53:56 +0300
commit5fd2ea58a6d521ff5dc8875c9f2e159f8238ec85 (patch)
treed7fca375399f770e29ee5eb070315b177136bc14 /release/scripts/startup/bl_ui/space_graph.py
parent41a722579460ad9d1f1bdd60abb9f366ff25993c (diff)
UI: Header consistency
Snap before proportional editing, pivot after
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index f7e3357e1bc..0a6077e6b57 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -59,8 +59,6 @@ class GRAPH_HT_header(Header):
else:
row.operator("graph.ghost_curves_create", text="", icon='GHOST_ENABLED')
- layout.prop(st, "auto_snap", text="")
-
layout.popover(
space_type='GRAPH_EDITOR',
region_type='HEADER',
@@ -69,6 +67,8 @@ class GRAPH_HT_header(Header):
icon='FILTER',
)
+ layout.prop(st, "auto_snap", text="")
+
row = layout.row(align=True)
row.prop(toolsettings, "use_proportional_fcurve", text="", icon_only=True)
sub = row.row(align=True)