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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-22 19:33:47 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-11-22 19:33:47 +0300
commit1295a213a44fd8b73b35bd7876e1fc11d83ca30f (patch)
treef14ae1791262a005dbc0c394e7c2422a40cec512 /release/scripts/ui
parent43e7950092f2e25cd20926e8810f9df7bd5ab9c1 (diff)
2.5: Emulate numpad works again.
Diffstat (limited to 'release/scripts/ui')
-rw-r--r--release/scripts/ui/space_userpref.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index 54e03681dc1..ef1d829e69c 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -275,7 +275,6 @@ class USERPREF_PT_system(bpy.types.Panel):
sub1.itemR(system, "dpi")
sub1.itemR(system, "frame_server_port")
sub1.itemR(system, "scrollback", text="Console Scrollback")
- sub1.itemR(system, "emulate_numpad")
sub1.itemR(system, "auto_run_python_scripts")
sub1.itemS()
@@ -1129,7 +1128,9 @@ class USERPREF_PT_input(bpy.types.Panel):
sub.row().itemR(inputs, "middle_mouse", expand=True)
sub.itemS()
- sub.itemS()
+
+ sub.itemR(inputs, "emulate_numpad")
+
sub.itemS()
sub.itemL(text="Orbit Style:")