From e6d1f2584209d1e8ee8455815ec97da971b1d082 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 3 Jan 2011 07:42:30 +0000 Subject: remove rna func scene.collada_export(), export functions dont exist for any other formats, calling operators should suffice. --- source/blender/makesrna/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesrna/SConscript') 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') -- cgit v1.2.3