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>2018-07-11 17:31:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-11 17:32:27 +0300
commitb1c2f4d468c91a257fbc696700521509325aa6f4 (patch)
tree2b6c5fba416ccc8e654749c5e3995e1c5af9c4e6 /release/scripts
parent7552972de0a2403d93699ad4a63882080fbde6f3 (diff)
Numeric Input: preference to default to advanced
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index ca96c79b2b4..939e958375a 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -434,6 +434,7 @@ class USERPREF_PT_edit(Panel):
col.label(text="Transform:")
col.prop(edit, "use_drag_immediately")
+ col.prop(edit, "use_numeric_input_advanced")
row.separator()
row.separator()