[Bf-blender-cvs] [a64b612] master: Totally remove BSP from SConscript

Sergey Sharybin noreply at git.blender.org
Wed Feb 19 10:47:10 CET 2014


Commit: a64b612ae2d6e33afa2aa095ee464a6e8f53eb55
Author: Sergey Sharybin
Date:   Wed Feb 19 15:46:44 2014 +0600
https://developer.blender.org/rBa64b612ae2d6e33afa2aa095ee464a6e8f53eb55

Totally remove BSP from SConscript

===================================================================

M	intern/SConscript

===================================================================

diff --git a/intern/SConscript b/intern/SConscript
index 828c1ad..2080388 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -53,9 +53,6 @@ if env['WITH_BF_FLUID']:
 if env['WITH_BF_CYCLES']:
     SConscript(['cycles/SConscript'])
 
-if env['WITH_BF_BOOLEAN']:
-    SConscript(['bsp/SConscript'])
-
 if env['WITH_BF_INTERNATIONAL']:
     SConscript(['locale/SConscript'])




More information about the Bf-blender-cvs mailing list