From f837b46a2b561293660a0edf9d4de5ff16922f42 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 29 Oct 2011 23:56:07 +0000 Subject: Modifier compilation tweaks (Blender conference commit) * Fluid compilation: Inverse the compile flag from DISABLE_ELBEEM to WITH_MOD_FLUID for consistency. (scons/cmake) * Use WITH_BF_FLUID in your user config (scons) * Add support for scons to disable build with Decimate and Boolean modifier. (WITH_BF_DECIMATE and WITH_BF_BOOLEAN) --- intern/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/SConscript') diff --git a/intern/SConscript b/intern/SConscript index 9a78f8ddace..da245c78776 100644 --- a/intern/SConscript +++ b/intern/SConscript @@ -22,7 +22,7 @@ SConscript(['audaspace/SConscript', # perhaps get rid of intern/csg? NEW_CSG='false' -if not env['BF_NO_ELBEEM']: +if env['WITH_BF_FLUID']: SConscript(['elbeem/SConscript']) if NEW_CSG=='false': -- cgit v1.2.3