[Bf-blender-cvs] [96ef1beb58] HMD_viewport: Fixup Python UI definition after lens shader removal

Julian Eisel noreply at git.blender.org
Mon Mar 6 21:04:54 CET 2017


Commit: 96ef1beb589b5b76849d361af93a0591a0c42c3d
Author: Julian Eisel
Date:   Mon Mar 6 21:03:58 2017 +0100
Branches: HMD_viewport
https://developer.blender.org/rB96ef1beb589b5b76849d361af93a0591a0c42c3d

Fixup Python UI definition after lens shader removal

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index a222053d1f..da1718c202 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -449,7 +449,6 @@ class USERPREF_PT_system(Panel):
             subcol = col.column()
             subcol.active = not system.hmd_use_device_ipd or system.hmd_device == 'NONE'
             subcol.prop(system, "hmd_custom_ipd")
-            col.prop(system, "hmd_lensdist_type", text="Lens Distortion")
 
         # 2. Column
         column = split.column()




More information about the Bf-blender-cvs mailing list