diff --git a/src/Mod/Mesh/App/Core/MeshIO.cpp b/src/Mod/Mesh/App/Core/MeshIO.cpp index 6f12b48662..ba855663bc 100644 --- a/src/Mod/Mesh/App/Core/MeshIO.cpp +++ b/src/Mod/Mesh/App/Core/MeshIO.cpp @@ -108,6 +108,12 @@ struct QUAD int iV[4]; }; +// This is a workaround for the issue described at: +// https://github.com/Zipios/Zipios/issues/43#issue-1618151314 +// +// The workaround creates a tmp. ZIP file and uses the Python API +// to open the file zipios++ isn't able to handle and to copy over +// the files. class ZipFixer { public: