You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 0.20.2, Libs: 0.20.2R
(c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
FreeCAD wouldn't be possible without FreeCAD community. ##### #### ### #### # # # # # # # ## #### #### # # # # # #### # # # # # # # ##### # # # # #### #### # # # # # # # # # # # # # # ## ## ## # # #### #### ### # # #### ## ## ##### opening document cad/atom/atom-assembly.FCStdAborted
The text was updated successfully, but these errors were encountered:
khimaros
changed the title
openDocument of Assembly3 document with freecadcmd: Aborted
openDocument of Assembly3 document with freecadcmd results in AbortedSep 4, 2023
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:
The text was updated successfully, but these errors were encountered: