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:
authorMartin Poirier <theeth@yahoo.com>2009-10-30 23:47:13 +0300
committerMartin Poirier <theeth@yahoo.com>2009-10-30 23:47:13 +0300
commit9aa380b67ee0bf5542fd2b190bc6349b5bf9a537 (patch)
tree391a612e5e0e5b86128fbc9dd6c88d9b527ef406 /tools/btools.py
parent0cf1d391edba39f211ee122314631adfb76272b8 (diff)
Make Collada False by default everywhere
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 4f554a6901b..326c0412cea 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -335,7 +335,7 @@ def read_opts(cfg, args):
('BF_OPENGL_LIB_STATIC', 'OpenGL static libraries', ''),
('BF_OPENGL_LINKFLAGS', 'OpenGL link flags', ''),
- (BoolVariable('WITH_BF_COLLADA', 'Build COLLADA import/export module if true', True)),
+ (BoolVariable('WITH_BF_COLLADA', 'Build COLLADA import/export module if true', False)),
('BF_COLLADA', 'COLLADA base path', ''),
('BF_COLLADA_INC', 'COLLADA include path', ''),
('BF_COLLADA_LIB', 'COLLADA library', ''),