Revision: 15763
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15763
Author:   joeedh
Date:     2008-07-25 20:28:47 +0200 (Fri, 25 Jul 2008)

Log Message:
-----------
upped dsm max memory (before swapping to disk) limit to 9000

Modified Paths:
--------------
    branches/soc-2007-joeedh/source/blender/src/space.c

Modified: branches/soc-2007-joeedh/source/blender/src/space.c
===================================================================
--- branches/soc-2007-joeedh/source/blender/src/space.c 2008-07-25 16:19:15 UTC 
(rev 15762)
+++ branches/soc-2007-joeedh/source/blender/src/space.c 2008-07-25 18:28:47 UTC 
(rev 15763)
@@ -4203,7 +4203,7 @@
                        0, 0, 0, 0, 0, "");
 
                uiDefButS(block, NUM, 0, "DSM Cache Limit", 
(xpos+edgsp+(3*midsp)+(3*mpref)), y6, mpref,
-                       buth, &U.dsm_maxmem, 10.0, 900.0, 30, 2, "Maximum 
amount of memory to use for deep shadow buffers");
+                       buth, &U.dsm_maxmem, 10.0, 9000.0, 30, 2, "Maximum 
amount of memory to use for deep shadow buffers");
 
                uiDefButI(block, NUM, B_MEMCACHELIMIT, "MEM Cache Limit ",
                          (xpos+edgsp+(3*midsp)+(3*mpref)), y5, mpref, buth, 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to