[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37824] branches/carve_booleans/CMakeLists .txt: enable with carve by default so testers can be sure they are using carve without editing settings .

Campbell Barton ideasman42 at gmail.com
Sun Jun 26 11:39:53 CEST 2011


Revision: 37824
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37824
Author:   campbellbarton
Date:     2011-06-26 09:39:53 +0000 (Sun, 26 Jun 2011)
Log Message:
-----------
enable with carve by default so testers can be sure they are using carve without editing settings.

Modified Paths:
--------------
    branches/carve_booleans/CMakeLists.txt

Modified: branches/carve_booleans/CMakeLists.txt
===================================================================
--- branches/carve_booleans/CMakeLists.txt	2011-06-26 09:10:54 UTC (rev 37823)
+++ branches/carve_booleans/CMakeLists.txt	2011-06-26 09:39:53 UTC (rev 37824)
@@ -160,7 +160,7 @@
 option(WITH_LZMA          "Enable best LZMA compression, (used for pointcache)" ON)
 
 # Mesh boolean lib
-option(WITH_CARVE         "Enable Carve library to handle mesh boolean operations" OFF)
+option(WITH_CARVE         "Enable Carve library to handle mesh boolean operations" ON)
 
 # Misc
 option(WITH_RAYOPTIMIZATION	"Enable use of SIMD (SSE) optimizations for the raytracer" ON) 




More information about the Bf-blender-cvs mailing list