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:
authorMartin Poirier <theeth@yahoo.com>2009-12-10 20:41:03 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-10 20:41:03 +0300
commit0779f2c42599dd665730902cd669741070bdb46b (patch)
tree49549d0330c31504c17cd00d0c0e1b70ea19383e /release/scripts/ui/space_userpref.py
parent0cc5d50d9183ca3915ae6d0fd423127d7fc43df4 (diff)
Double Click event value.
Timeout between both clicks is user configurable, should be taken from the OS when possible.
Diffstat (limited to 'release/scripts/ui/space_userpref.py')
-rw-r--r--release/scripts/ui/space_userpref.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index fda6fe67c1e..1ec01c31eca 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -1186,6 +1186,12 @@ class USERPREF_PT_input(bpy.types.Panel):
sub.prop(inputs, "ndof_pan_speed", text="Pan Speed")
sub.prop(inputs, "ndof_rotate_speed", text="Orbit Speed")
+ col.separator()
+
+ sub = col.column()
+ sub.label(text="Double Click:")
+ sub.prop(inputs, "double_click_time", text="Speed")
+
row.separator()
# Keymap Settings