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:
Diffstat (limited to 'source/blender/editors/io/io_collada.c')
-rw-r--r--source/blender/editors/io/io_collada.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index 699b89fd42e..fcdd60aa94b 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -27,7 +27,7 @@
/** \file blender/editors/io/collada.c
* \ingroup collada
*/
-
+#ifdef WITH_COLLADA
#include "DNA_scene_types.h"
#include "BLF_translation.h"
@@ -277,4 +277,5 @@ void WM_OT_collada_import(wmOperatorType *ot)
ot->poll = WM_operator_winactive;
WM_operator_properties_filesel(ot, FOLDERFILE | COLLADAFILE, FILE_BLENDER, FILE_OPENFILE, WM_FILESEL_FILEPATH, FILE_DEFAULTDISPLAY);
-} \ No newline at end of file
+}
+#endif \ No newline at end of file