[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50062] branches/pyapi_devel_26/release/ scripts/startup/bl_ui/space_userpref.py: Fix indentation error

Nathan Letwory nathan at letworyinteractive.com
Mon Aug 20 23:20:38 CEST 2012


Revision: 50062
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50062
Author:   jesterking
Date:     2012-08-20 21:20:38 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
Fix indentation error

Modified Paths:
--------------
    branches/pyapi_devel_26/release/scripts/startup/bl_ui/space_userpref.py

Modified: branches/pyapi_devel_26/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- branches/pyapi_devel_26/release/scripts/startup/bl_ui/space_userpref.py	2012-08-20 21:17:40 UTC (rev 50061)
+++ branches/pyapi_devel_26/release/scripts/startup/bl_ui/space_userpref.py	2012-08-20 21:20:38 UTC (rev 50062)
@@ -867,7 +867,7 @@
             layout.separator()
             layout.label(text="Orbit options")
             layout.prop(input_prefs, "ndof_turntable")
-                layout.prop(input_prefs, "ndof_roll_invert_axis")
+            layout.prop(input_prefs, "ndof_roll_invert_axis")
             layout.prop(input_prefs, "ndof_tilt_invert_axis")
             layout.prop(input_prefs, "ndof_rotate_invert_axis")
 




More information about the Bf-blender-cvs mailing list