Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-12-20 20:52:57 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-20 20:52:57 +0300
commit381e8b16b4e1ae4c1d4118bf2a76882a2ad7fc18 (patch)
treed798597db69739aeae20ca1200ea919ffa86b7fe /SConstruct
parentc805d35c40f4dd1d15d9803636481b167d9ef6f0 (diff)
A little christmas present for the lazy coders.
In your user-config.py you can now set BF_FANCY='false' and enjoy the... lack of colors
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 2cacb91d103..57d818d578d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -170,6 +170,9 @@ else:
opts = btools.read_opts(optfiles, B.arguments)
opts.Update(env)
+if not env['BF_FANCY']:
+ B.bc.disable()
+
# disable elbeem (fluidsim) compilation?
if env['BF_NO_ELBEEM'] == 1:
env['CPPFLAGS'].append('-DDISABLE_ELBEEM')