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
When exporting to 3mf, the exported file is completely empty, and to console it just print INFO:io_mesh_3mf.export_3mf:Exported 0 objects to 3MF archive Z:\Blender\3dprint\mii print.3mf.
i tried both the version in release tab and downloading the repository as zip mii print.zip
The text was updated successfully, but these errors were encountered:
Looks like it's because the figure is built through armatures. In the export it iterates over all Blender objects it received through the export operator, and only writes objects that are MESH or EMPTY types.
So that's a bug then. It should apply the pose before exporting.
I'm also facing the same issue, I imported a 3MF file applied decimation modifier and then exported in 3MF, it exports an empty file although there is no armature in the file.
I noticed that this issue occurs especially on the meshes (and curves) using "Generate" types of modifiers, including the geometry node. I haven't tested all types of modifier though.
When I manually apply the modifiers to the objects (and transform the curves into meshes) before exporting the exporter works "fine".
However, the export fails if an empty material slot is created upon applying a specific modifier. Suppressing the material slot solves the issue.
My temporary workaround is to export all the desired objects in OBJ, import them in a new instance of blender and finally export them as 3MF files.
When exporting to 3mf, the exported file is completely empty, and to console it just print
INFO:io_mesh_3mf.export_3mf:Exported 0 objects to 3MF archive Z:\Blender\3dprint\mii print.3mf.
i tried both the version in release tab and downloading the repository as zip
mii print.zip
The text was updated successfully, but these errors were encountered: