[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15090] trunk/blender/tools/btools.py: == redcode ==

Peter Schlaile peter at schlaile.de
Mon Jun 2 23:39:45 CEST 2008


Revision: 15090
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15090
Author:   schlaile
Date:     2008-06-02 23:39:45 +0200 (Mon, 02 Jun 2008)

Log Message:
-----------
== redcode ==

Disabled by default now on all platforms besides Linux.

Modified Paths:
--------------
    trunk/blender/tools/btools.py

Modified: trunk/blender/tools/btools.py
===================================================================
--- trunk/blender/tools/btools.py	2008-06-02 21:35:57 UTC (rev 15089)
+++ trunk/blender/tools/btools.py	2008-06-02 21:39:45 UTC (rev 15090)
@@ -192,13 +192,13 @@
         ('BF_JPEG_LIB', 'JPEG library', ''),
         ('BF_JPEG_LIBPATH', 'JPEG library path', ''),
 
-        (BoolOption('WITH_BF_OPENJPEG', 'Use OPENJPEG if true', 'true')),
+        (BoolOption('WITH_BF_OPENJPEG', 'Use OPENJPEG if true', 'false')),
         ('BF_OPENJPEG', 'OPENJPEG base path', ''),
         ('BF_OPENJPEG_INC', 'OPENJPEG include path', ''),
         ('BF_OPENJPEG_LIB', 'OPENJPEG library', ''),
         ('BF_OPENJPEG_LIBPATH', 'OPENJPEG library path', ''),
 
-        (BoolOption('WITH_BF_REDCODE', 'Use REDCODE if true', 'true')),
+        (BoolOption('WITH_BF_REDCODE', 'Use REDCODE if true', 'false')),
         ('BF_REDCODE', 'REDCODE base path', ''),
         ('BF_REDCODE_INC', 'REDCODE include path', ''),
         ('BF_REDCODE_LIB', 'REDCODE library', ''),





More information about the Bf-blender-cvs mailing list