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:
authorCampbell Barton <ideasman42@gmail.com>2008-08-10 05:38:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-08-10 05:38:02 +0400
commit00c308391a30793045a24d1f834a71834d82c6bd (patch)
tree3b6b7aea983f4c57df840207b5ec374ab7bfe220 /tools/btools.py
parent295155b44838cfa2d902d8e6fa7307c132244871 (diff)
* Script to convert BDF pixel fonts into C++ files blender can read. - Amiga bitmap font example http://download.blender.org/ftp/incoming/bitmap.png
* BF_CONFIG was missing from SCons help menu.
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/btools.py b/tools/btools.py
index ad4cf71c3e8..a25120f6c4b 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -332,6 +332,8 @@ def read_opts(cfg, args):
('BF_X264_CONFIG', 'configuration flags for x264', ''),
('BF_XVIDCORE_CONFIG', 'configuration flags for xvidcore', ''),
+
+ ('BF_CONFIG', 'SCons python config file used to set default options', 'user_config.py'),
) # end of opts.AddOptions()