Ghostkeeper / Blender3mfFormat

Blender add-on to import/export 3MF files
GNU General Public License v2.0
173 stars 20 forks source link

Exported 3MF files fail on open in 3D-Builder and Netfabb #29

Closed mattby closed 3 years ago

mattby commented 3 years ago

Software: OS: Win10 Blender: 2.82.7 Netfabb: 2020.3 3D Builder: 18.0.1931.0

Recipe:

  1. Start blender (has default cube)
  2. Export to 3MF
  3. Try to load in 3D Builder or Netfabb

First error encountered is the same in both: 0x80004005

The fixes are simple, perhaps I'll submit a pull request.

Ghostkeeper commented 3 years ago

Hmm, the error is not specific. Apparently a catch-all error of Windows applications. It's not descriptive nor documented online.

I can try with 3D builder some time.

Ghostkeeper commented 3 years ago

I found the mistake. It happens when writing material resources. The default cube has a material in Blender. The STL-to-3MF conversions I tested with to interplay with 3D Builder and Cura didn't.

There were really two mistakes, one of which was mine and one of which is on 3D Builder (or in the spec):