[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23597] branches/soc-2009-imbusy/release/ scripts/ui/space_userpref.py: merge fix

Lukas Steiblys imbusy at imbusy.org
Fri Oct 2 00:35:07 CEST 2009


Revision: 23597
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23597
Author:   imbusy
Date:     2009-10-02 00:35:07 +0200 (Fri, 02 Oct 2009)

Log Message:
-----------
merge fix

Modified Paths:
--------------
    branches/soc-2009-imbusy/release/scripts/ui/space_userpref.py

Modified: branches/soc-2009-imbusy/release/scripts/ui/space_userpref.py
===================================================================
--- branches/soc-2009-imbusy/release/scripts/ui/space_userpref.py	2009-10-01 22:29:15 UTC (rev 23596)
+++ branches/soc-2009-imbusy/release/scripts/ui/space_userpref.py	2009-10-01 22:35:07 UTC (rev 23597)
@@ -314,6 +314,7 @@
 		sub1.itemL(text="OpenGL:")
 		sub1.itemR(system, "clip_alpha", slider=True)
 		sub1.itemR(system, "use_mipmaps")
+		sub1.itemR(system, "use_vbos")
 		sub1.itemL(text="Window Draw Method:")
 		sub1.row().itemR(system, "window_draw_method", expand=True)
 		sub1.itemL(text="Textures:")





More information about the Bf-blender-cvs mailing list