|
@@ -49,8 +49,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
#include "BlenderDNA.h"
|
|
#include "BlenderDNA.h"
|
|
#include "BlenderSceneGen.h"
|
|
#include "BlenderSceneGen.h"
|
|
|
|
|
|
-using namespace Assimp;
|
|
|
|
-using namespace Assimp::Blender;
|
|
|
|
|
|
+namespace Assimp {
|
|
|
|
+namespace Blender {
|
|
|
|
|
|
//--------------------------------------------------------------------------------
|
|
//--------------------------------------------------------------------------------
|
|
template <>
|
|
template <>
|
|
@@ -885,4 +885,7 @@ void DNA::RegisterConverters() {
|
|
converters["CollectionObject"] = DNA::FactoryPair(&Structure::Allocate<CollectionObject>, &Structure::Convert<CollectionObject>);
|
|
converters["CollectionObject"] = DNA::FactoryPair(&Structure::Allocate<CollectionObject>, &Structure::Convert<CollectionObject>);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+} // namespace Blender
|
|
|
|
+} //namespace Assimp
|
|
|
|
+
|
|
#endif // ASSIMP_BUILD_NO_BLEND_IMPORTER
|
|
#endif // ASSIMP_BUILD_NO_BLEND_IMPORTER
|