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>2011-01-03 10:42:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-03 10:42:30 +0300
commite6d1f2584209d1e8ee8455815ec97da971b1d082 (patch)
tree09bb5b2912b334e5ded5af653405444ce051ac69 /source/blender/makesrna/SConscript
parent1306a38133b3a4c5f9d07c914f2787c5edd90c46 (diff)
remove rna func scene.collada_export(), export functions dont exist for any other formats, calling operators should suffice.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index 993fa6adde5..a64963ff03e 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -48,9 +48,6 @@ 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')