Revision: 43629
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43629
Author:   nazgul
Date:     2012-01-23 08:48:52 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
Fix for compilation error when using scons and carve is disabled

Modified Paths:
--------------
    trunk/blender/intern/boolop/SConscript

Modified: trunk/blender/intern/boolop/SConscript
===================================================================
--- trunk/blender/intern/boolop/SConscript      2012-01-23 03:13:55 UTC (rev 
43628)
+++ trunk/blender/intern/boolop/SConscript      2012-01-23 08:48:52 UTC (rev 
43629)
@@ -8,6 +8,7 @@
 defs = []
 
 if not env['WITH_BF_CARVE']:
+    import os
     sources = env.Glob('intern/*.cpp')
     sources.remove('intern' + os.sep + 'BOP_CarveInterface.cpp')
 else:

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to