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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-11-12 17:36:58 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-11-12 17:36:58 +0300
commite83ef4efc52d40dac5e898acd986f88ae9658903 (patch)
tree286c721bf3c219ddd37eddff5fdd567aa00f5851 /source/blender/makesrna/SConscript
parent0a467d5183a71972fec5ad5147c6f869a08aefc6 (diff)
Related to #24653: added scene.collada_export() function, to use instead of an
operator for external render engines, since operators should not be called in the render() callback.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index d8937d044d3..d03d7c66dea 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -48,6 +48,9 @@ if env['WITH_BF_LCMS']:
if env['WITH_BF_GAMEENGINE']:
defs.append('WITH_GAMEENGINE')
+if env['WITH_BF_COLLADA']:
+ defs.append('WITH_COLLADA')
+
if env['BF_UNIT_TEST']:
defs.append('UNIT_TEST')