Blender add-on for importing and exporting models from/to 3D Manufacturing Format (*.3mf) file format.
This is the fork of the original “Blender3mfFormat” add-on by Ghostkeeper to make it compatible with Blender 4.4.
Add-on functionality:
Import
For importing 3D Manufacture Format files (*.3mf) to Blender scene, use the Main menu – File – Import – 3D Manufacturing format (.3mf) command.
Importing by operator call, for example, from the Python Console:
|
1 |
bpy.ops.import_mesh.threemf(filepath='_PATH_TO_3mf_FILE_') |
Export
For exporting Blender scene to 3D Manufacture Format file (*.3mf), use the Main menu – File – Export – 3D Manufacturing format (.3mf) command.
Exporting by operator call, for example, from the Python Console:
|
1 |
bpy.ops.export_mesh.threemf(filepath='_PATH_TO_3mf_FILE_') |
Current add-on version:
1.0.3.
Blender versions:
4.4, 4.5
Location and call:
Blender main menu:
Import: File – Import – 3D Manufacturing format (.3mf)
Export: File – Export – 3D Manufacturing format (.3mf)
Installation:
- Download the *.zip archive with the add-on distributive.
- The “Preferences” window — Add-ons — Install from Disk… — specify the downloaded archive.
Version history:
1.0.3.
- Forked
- Updated for Blender 4.4 compatibility

Get on Gumroad
Get on Patreon
Get on GitHub