Revision: 42695
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42695
Author: jwilkins
Date: 2011-12-17 20:44:45 +0000 (Sat, 17 Dec 2011)
Log Message:
-----------
syncing value of ENABLE_PTEX for consistency
of course this variable is a hack, I should go ahead and integrate this with
cmake and scons, but I guess I did not do that last summer because I didn't
know exactly everywhere it would be needed yet, so I'll look at this more later
Modified Paths:
--------------
branches/soc-2011-onion/source/blender/blenloader/intern/readfile.c
branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c
Modified: branches/soc-2011-onion/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenloader/intern/readfile.c
2011-12-17 19:31:30 UTC (rev 42694)
+++ branches/soc-2011-onion/source/blender/blenloader/intern/readfile.c
2011-12-17 20:44:45 UTC (rev 42695)
@@ -31,7 +31,7 @@
* \ingroup blenloader
*/
-#define ENABLE_TEX 1
+#define ENABLE_PTEX 0
#include "zlib.h"
Modified: branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c
2011-12-17 19:31:30 UTC (rev 42694)
+++ branches/soc-2011-onion/source/blender/blenloader/intern/writefile.c
2011-12-17 20:44:45 UTC (rev 42695)
@@ -73,7 +73,7 @@
- write USER if filename is ~/X.XX/config/startup.blend
*/
-#define ENABLE_TEX 1
+#define ENABLE_PTEX 0
#include <math.h>
#include <fcntl.h>
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs