i'm trying to set up CI/CD for my FreeCAD workflow. all of my parts individually can be opened and exported in headless mode using freecadcmd and a bit of python code.
however, when trying to open an Assembly3 document, freecadcmd aborts prematurely without any explanation as to why.
FreeCAD version: 0.20.2 A3 Version: 0.12.0
this happens even with an empty assembly: empty-assembly.FCStd.gz
i'm trying to set up CI/CD for my FreeCAD workflow. all of my parts individually can be opened and exported in headless mode using
freecadcmd
and a bit of python code.however, when trying to open an Assembly3 document,
freecadcmd
aborts prematurely without any explanation as to why.reproducible consistently with this bit of code:
the output is as follows: