[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50599] trunk/blender/CMakeLists.txt: Disable legacy compositor by default

Sergey Sharybin sergey.vfx at gmail.com
Fri Sep 14 17:21:56 CEST 2012


Revision: 50599
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50599
Author:   nazgul
Date:     2012-09-14 15:21:56 +0000 (Fri, 14 Sep 2012)
Log Message:
-----------
Disable legacy compositor by default

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2012-09-14 14:59:42 UTC (rev 50598)
+++ trunk/blender/CMakeLists.txt	2012-09-14 15:21:56 UTC (rev 50599)
@@ -132,7 +132,7 @@
 option(WITH_GAMEENGINE    "Enable Game Engine" ON)
 option(WITH_PLAYER        "Build Player" OFF)
 option(WITH_COMPOSITOR    "Enable the tile based nodal compositor" ON)
-option(WITH_COMPOSITOR_LEGACY "Enable legacy compositor" ON)
+option(WITH_COMPOSITOR_LEGACY "Enable legacy compositor" OFF)
 
 # GHOST Windowing Library Options
 option(WITH_GHOST_DEBUG   "Enable debugging output for the GHOST library" OFF)




More information about the Bf-blender-cvs mailing list