Skip to main content
January 23, 2026
Question

Modell kann nicht importiert werden

  • January 23, 2026
  • 1 reply
  • 16 views

Leider haben alle (!!!) nach Version V4.0.4 veröffentlichen Versionen von Dimension das Problem, dass etwas komplexere .obj Files nicht mehr improtiert werden können. Dimension zeigt den typischen Fortschrittsbalken und am Ande kommt die Fehlermeldung "Modell kann nicht importiert werden".

 

Hat das außer mir noch jemand und gibt es eine Lösung?

 

Danke, Michael

1 reply

Ares Hovhannesyan
Community Expert
Community Expert
January 24, 2026

Here are rules for OBJ that Dn need for opening OBJ files

Limitations

  • No Animation Data:

    • OBJ format in Dimension supports only static meshes (no rigging, bones, or animation).

  • Material Support:

    • Dimension reads .MTL files linked to the OBJ for basic material definitions.

    • Complex shaders (procedural, multi-layered) are not supported.

  • Topology Issues:

    • Non-manifold geometry, inverted normals, or missing faces can cause “Unable to Import Model” errors.

  • Unsupported Features:

    • OBJ files with embedded references to external textures or unsupported extensions may fail.

  • File Path Issues:

    • If the .MTL references textures with absolute paths or missing files, Dimension may reject the OBJ.

 

Best Practices

  • Export OBJ with triangulated meshes from your 3D software.

  • Ensure clean UVs and consistent normals.

  • Keep file size manageable (optimize mesh density).

  • Place textures in the same folder as the OBJ and MTL.