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:
authorJulian Eisel <eiseljulian@gmail.com>2016-11-20 02:11:41 +0300
committerJulian Eisel <eiseljulian@gmail.com>2016-11-20 02:11:41 +0300
commite06fa55a486f5c58843e744d4c7af9d89e173ce9 (patch)
tree1309bf57aef769450b39590f06d8189ba1429ad9 /release/scripts/startup/bl_ui/space_userpref.py
parentd9428f7a037bd2e34782a6f56783d060b14dee7d (diff)
Add a dropdown to support multiple lens-distortion shaders
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 86d1753c748..bc1a507fef4 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -437,9 +437,9 @@ class USERPREF_PT_system(Panel):
col.label(text="Head Mounted Displays:")
col.prop(system, "hmd_device", text="Device")
- col.prop(system, "use_hmd_view_lensdist", text="Lens Distortion")
col.prop(system, "use_hmd_rotation")
col.prop(system, "use_hmd_device_ipd")
+ col.prop(system, "hmd_lensdist_type", text="Lens Distortion")
subcol = col.column()
subcol.active = not system.use_hmd_device_ipd
subcol.prop(system, "hmd_custom_ipd")