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:
authorJoshua Leung <aligorith@gmail.com>2016-06-23 10:36:24 +0300
committerJoshua Leung <aligorith@gmail.com>2016-06-23 18:18:34 +0300
commit58acc184c4d53af53f245505a5952653e75856f3 (patch)
tree6454b8b6c709aa7c23a719827f1ebf3bc0b1bbb1 /release
parentb6a898b3dba5b762863baa40868e58a46279682e (diff)
Code Cleanup - Circle/Lasso select in the Graph Editor
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index e135b14e13d..446df9e6e79 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -154,6 +154,8 @@ class GRAPH_MT_select(Menu):
props.axis_range = False
props.include_handles = True
+ layout.operator("graph.select_circle")
+
layout.separator()
layout.operator("graph.select_column", text="Columns on Selected Keys").mode = 'KEYS'
layout.operator("graph.select_column", text="Column on Current Frame").mode = 'CFRA'