πŸ› οΈ Importing STL, OBJ, STEP, SKP, and 3MF Files into Blender via FBX

Import STL, OBJ, STEP, SKP & 3MF into Blender via FBX

Blender handles FBX, OBJ, STL, and GLTF natively through its built-in importers. But CAD formats like STEP, IGES, and SAT are not supported at all - Blender has no STEP importer. SketchUp SKP files require a plugin or conversion. DWG files require conversion. 3MF is not natively importable in most Blender versions.

The practical solution is to convert the source format to FBX using Autoconverter on Windows, then import the FBX into Blender. FBX is the most reliable bridge format for Blender because it carries geometry, object hierarchy, materials, UV maps, textures, and in some cases animation - far more than STL or OBJ alone. This guide explains which formats need this conversion step, what transfers through FBX, and what doesn't.

Which Formats Need Conversion Before Blender Import

Format Blender Native Import Recommended Path
STEP/STP❌ Not supportedConvert to FBX or OBJ via Autoconverter β†’ import to Blender
IGES/IGS❌ Not supportedConvert to FBX via Autoconverter β†’ import to Blender
SKP (SketchUp)❌ Not supported nativelyConvert to FBX via Autoconverter β†’ import to Blender
DWG/DXF❌ Not supportedConvert to FBX or OBJ via Automesher Application β†’ import to Blender
3MF⚠️ Partial (Blender 3.x+, geometry only)Convert to FBX via Autoconverter for materials and full structure
3DM (Rhino)❌ Not supported nativelyConvert to FBX or OBJ via Autoconverter β†’ import to Blender
IFC⚠️ Via BlenderBIM add-on onlyConvert to FBX via Autoconverter for standard Blender import
STLβœ… Natively supportedDirect import - no conversion needed unless materials are required
OBJβœ… Natively supportedDirect import - keep OBJ + MTL + textures in same folder
FBXβœ… Natively supportedDirect import after conversion from CAD formats
GLTF/GLBβœ… Natively supportedDirect import - GLB is fully self-contained

Why FBX Is the Best Bridge Format for Blender

When converting CAD or design formats to Blender, FBX carries more data than STL or OBJ in most cases:

  • Geometry - all polygon faces, vertices, and normals
  • Object hierarchy - parent-child relationships between objects; assembly structure is preserved as Blender object collections
  • Materials - material names and basic properties; Blender creates placeholder materials on import that you can adjust in the shader editor
  • UV maps - texture coordinate data for UV-mapped models; textures render correctly after import if the texture files are accessible
  • Textures (embedded) - when Autoconverter exports FBX with embedded textures, the images travel inside the FBX binary; Blender extracts and links them automatically on import
  • Object names - named objects in the source format (SKP component names, 3MF object names) appear as named Blender objects

STL transfers only geometry - no materials, no names, no hierarchy. OBJ transfers geometry plus materials via an MTL file, but no hierarchy. For complex assemblies from CAD, FBX is the most complete intermediate option.

How to Convert CAD Files to FBX for Blender

  1. Download and install Autoconverter on Windows and launch it.
  2. Go to File > Open and load your source file - STEP, SKP, 3MF, 3DM, IFC, or any supported format.
  3. Go to File > Save As, select Filmbox FBX (*.fbx) from the format dropdown, and click Save. Autoconverter writes the FBX with geometry, materials, and embedded textures where available.
  4. In Blender, go to File > Import > FBX (.fbx) and select the file Autoconverter generated.
  5. In the Blender FBX import dialog, set Scale to match your source units if the model appears wrong-sized. STEP and SKP models in metric units typically import correctly at scale 1.0; models from imperial CAD may need scale adjustment.
  6. Click Import FBX. The model loads with materials and hierarchy intact. Save the Blender project as a .blend file.

Format-Specific Conversion Notes

STEP to Blender

STEP files from SolidWorks, CATIA, Creo, or Inventor contain NURBS solids. Autoconverter tessellates the NURBS to polygon mesh during FBX export. For smooth curved surfaces (cylinders, fillets), the tessellation quality setting in Autoconverter determines how closely the FBX mesh approximates the smooth STEP solid. Higher quality produces more triangles but smoother curves in Blender.

SKP to Blender

SketchUp models with textures import to Blender with UV maps and textures intact when exported via FBX with embedded textures. SketchUp's two-sided face rendering doesn't translate directly - Blender treats each mesh face as one-sided by default. If faces appear missing in Blender, enable Backface Culling in Blender's material settings to diagnose, then flip normals or add a solidify modifier as needed.

3MF to Blender

3MF supports per-face and per-object colors. Converting 3MF to FBX via Autoconverter transfers color data as FBX materials. In Blender, each color group appears as a separate material slot, which you can adjust or replace in the Shader Editor.

Frequently Asked Questions

Can Autoconverter export directly to BLEND format?

No. The BLEND format is Blender's native project format and is not a standard interchange format - it is not documented for external writing. The practical workflow is to export FBX from Autoconverter and import it into Blender, then save as BLEND from within Blender.

Why is my STEP model faceted after import to Blender?

STEP is a NURBS solid format; FBX is a polygon mesh format. The conversion necessarily tessellates the smooth surfaces to triangles. Apply Smooth Shading (right-click the object in Blender and select Shade Smooth) to reduce the visual appearance of faceting without changing the mesh. For a truly smooth result, apply Blender's Subdivision Surface modifier.

Is there a free trial?

Yes. The free evaluation version of Autoconverter supports up to 10 file conversions. The full licensed version provides unlimited conversions and batch processing.

Summary

Blender natively imports FBX, OBJ, STL, and GLTF but has no support for STEP, IGES, SKP, DWG, or 3DM. Autoconverter converts all of these to FBX on Windows, preserving geometry, materials, UV maps, embedded textures, and object hierarchy for import into Blender. STEP and IGES NURBS surfaces are tessellated to polygon mesh during conversion - apply Blender's Shade Smooth and Subdivision Surface modifier after import to restore smooth appearance.

πŸ‘‰ Ready to convert? Download Autoconverter and try it free for up to 10 conversions.