Import-Export 3D Manufacturing File (.3Mf) is an import-export add-on for handling 3D Manufacturing Format (3MF) files inside Blender, connecting Blender with 3D printing software.
On import, the add-on preserves the complete object hierarchy, handles object transformations and components accurately, and automatically organizes imported objects into collections. An optional setting merges all objects into a single mesh. Under the hood it covers the full 3MF file structure, including namespace handling, component reference resolution, transform matrix support, and vertex and triangle data preservation.
Export works with either the selected objects or the entire scene, with an option to apply modifiers during the operation. World space coordinates keep position and scale accurate, and output follows the 3MF specification, with proper XML structure generation, relationship handling, and content type management. The add-on runs on Blender 3.0 and above across Windows, macOS, and Linux, and is described as lightweight and optimized for performance.