summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/OpenGEXExporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/OpenGEXExporter.cpp')
-rw-r--r--src/3rdparty/assimp/code/OpenGEXExporter.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/3rdparty/assimp/code/OpenGEXExporter.cpp b/src/3rdparty/assimp/code/OpenGEXExporter.cpp
index 77a60fdfb..0f2b1c35b 100644
--- a/src/3rdparty/assimp/code/OpenGEXExporter.cpp
+++ b/src/3rdparty/assimp/code/OpenGEXExporter.cpp
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -50,6 +51,10 @@ OpenGEXExporter::OpenGEXExporter() {
OpenGEXExporter::~OpenGEXExporter() {
}
+bool OpenGEXExporter::exportScene( const char * /*filename*/, const aiScene* /*pScene*/ ) {
+ return true;
+}
+
#endif // ASSIMP_BUILD_NO_OPENGEX_EXPORTER
} // Namespace OpenGEX