mika-f / blender-drag-and-drop

Blender Add-on: Drag and Drop Support
https://docs.natsuneko.cat/en-us/drag-and-drop-support/
MIT License
275 stars 8 forks source link

[Feature Request]: Add support for 3MF file type #98

Closed ansonl closed 1 month ago

ansonl commented 1 month ago

What do you want?

Can you please add support for the 3MF file type? 3MF files can be imported into Blender with the Blender3mfFormat addon https://github.com/Ghostkeeper/Blender3mfFormat

3MF files are a more efficient storage format of STL with the additional features such as colors, 3d printer settings, and metadata.

The add on is called as bpy.ops.import_mesh.threemf

Thank you!

Blender versions

3.5.1

mika-f commented 1 month ago

I've created a new PR for supporting 3MF file #100. This will be released in next version!