[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17904] branches/soc-2007-joeedh/source/ blender/src/usiblender.c: up default dsm cache limit to 240

Joseph Eagar joeedh at gmail.com
Wed Dec 17 10:11:16 CET 2008


Revision: 17904
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17904
Author:   joeedh
Date:     2008-12-17 10:11:16 +0100 (Wed, 17 Dec 2008)

Log Message:
-----------
up default dsm cache limit to 240

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

Modified: branches/soc-2007-joeedh/source/blender/src/usiblender.c
===================================================================
--- branches/soc-2007-joeedh/source/blender/src/usiblender.c	2008-12-17 09:09:33 UTC (rev 17903)
+++ branches/soc-2007-joeedh/source/blender/src/usiblender.c	2008-12-17 09:11:16 UTC (rev 17904)
@@ -516,10 +516,10 @@
 	}
 
 	if (G.main->versionfile < 248 || (G.main->versionfile == 248 && G.main->subversionfile < 15)) {
-		U.dsm_maxmem = 75;
+		U.dsm_maxmem = 240;
 	} else if (U.dsm_maxmem <= 10) {
 		/*odd initilized-to-10 bug, hackish fix done here*/
-		U.dsm_maxmem = 75;
+		U.dsm_maxmem = 240;
 	}
 	
 	/* GL Texture Garbage Collection (variable abused above!) */





More information about the Bf-blender-cvs mailing list