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>2009-04-20 00:09:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-20 00:09:05 +0400
commitd78eec93197cc1d3cc9da773ce30396891ec60f6 (patch)
treeb4706176a4e1331723d15230ac7f82175e18a471 /tools/btools.py
parent084efe0703202527af996fb5a2547824522a0ccf (diff)
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 911376856ad..dd04a366b1b 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -298,7 +298,7 @@ def read_opts(cfg, args):
##BF_PARANOID = True
##
### enable freetype2 support for text objects
- (BoolVariable('WITH_BF_FREETYPE', 'Use FreeType2 if true', False)),
+ (BoolVariable('WITH_BF_FREETYPE', 'Use FreeType2 if true', True)),
('BF_FREETYPE', 'Freetype base path', ''),
('BF_FREETYPE_INC', 'Freetype include path', ''),
('BF_FREETYPE_LIB', 'Freetype library', ''),