From d795acc3786caf5227aa6290be7b90e870360709 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 23 Nov 2024 20:18:00 +0100 Subject: [PATCH] Mesh: Add comment explaining the workaround --- src/Mod/Mesh/App/Core/MeshIO.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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: