Mesh: move Extension3MFFactory outside Exporter3MF
This commit is contained in:
@@ -269,7 +269,8 @@ private:
|
||||
exporter.reset( new ExporterAMF(outputFileName, meta, exportAmfCompressed) );
|
||||
}
|
||||
else if (exportFormat == MeshIO::ThreeMF) {
|
||||
exporter.reset( new Exporter3MF(outputFileName) );
|
||||
Extension3MFFactory::initialize();
|
||||
exporter.reset( new Exporter3MF(outputFileName, Extension3MFFactory::createExtensions()) );
|
||||
}
|
||||
else if (exportFormat != MeshIO::Undefined) {
|
||||
exporter.reset( new MergeExporter(outputFileName, exportFormat) );
|
||||
|
||||
Reference in New Issue
Block a user