[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55366] trunk/blender/release/scripts/ startup/bl_ui/space_userpref.py: Forgot to commit the button to set memory limit for using GPU Images...

Ton Roosendaal ton at blender.org
Mon Mar 18 10:05:16 CET 2013


Revision: 55366
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55366
Author:   ton
Date:     2013-03-18 09:05:15 +0000 (Mon, 18 Mar 2013)
Log Message:
-----------
Forgot to commit the button to set memory limit for using GPU Images...

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_userpref.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-03-18 00:48:59 UTC (rev 55365)
+++ trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-03-18 09:05:15 UTC (rev 55366)
@@ -480,6 +480,10 @@
         col.prop(system, "texture_collection_rate", text="Collection Rate")
 
         col.separator()
+
+        col.label(text="Images:")
+        col.prop(system, "image_gpubuffer_limit")
+
         col.separator()
         col.separator()
 




More information about the Bf-blender-cvs mailing list