--- title: ".fbx file — what it is and how to open it" description: "A .fbx file is a Filmbox 3D Scene. The standard interchange format for 3D models with rigging, animation and materials. How to open one on Windows, macOS and Linux, and what to convert it to." url: https://atoneplace.net/file/fbx/ site: "At One Place" --- # .fbx files **.fbx file: Filmbox 3D Scene** The standard interchange format for 3D models with rigging, animation and materials. ## What opens a .fbx file - **Windows:** Blender, Autodesk FBX Review, Unity - **macOS:** Blender, Autodesk FBX Review, Unity - **Linux:** Blender, Unity - **In a browser:** Sketchfab, Autodesk Viewer ## What a .fbx file is FBX is Autodesk's format for moving whole 3D scenes — meshes, skeletons, animation, cameras and lights — between Maya, 3ds Max, Unity and Unreal. It exists in both binary and ASCII variants, and version mismatches between exporter and importer are the usual reason a file fails to load. Blender imports and exports it natively, and Autodesk publishes a free FBX Review viewer. ## Converting it A .fbx file is commonly converted to .obj, .gltf, .stl, .blend or .usdz. It is a binary format, so a text editor will show unreadable characters rather than its contents. ## Details - **Extension:** .fbx - **Full name:** Filmbox 3D Scene - **Category:** 3D and CAD - **Created by:** Kaydara / Autodesk - **Format:** Binary ## Common questions ### How do I open a .fbx file? On Windows use Blender; on macOS use Blender; on Linux use Blender. The standard interchange format for 3D models with rigging, animation and materials. ### What is a .fbx file? Filmbox 3D Scene. FBX is Autodesk's format for moving whole 3D scenes — meshes, skeletons, animation, cameras and lights — between Maya, 3ds Max, Unity and Unreal. It exists in both binary and ASCII variants, and version mismatches between exporter and importer are the usual reason a file fails to load. ### Can I convert a .fbx file? Yes. It is usually converted to .obj, .gltf, .stl, .blend or .usdz, either by exporting from one of the programs listed above or with a format converter. ## Related pages - [.stl — Stereolithography Model](https://atoneplace.net/file/stl/) - [.obj — Wavefront OBJ Model](https://atoneplace.net/file/obj/) - [.gcode — G-code Toolpath](https://atoneplace.net/file/gcode/) - [.blend — Blender Project](https://atoneplace.net/file/blend/) - [.3mf — 3D Manufacturing Format](https://atoneplace.net/file/3mf/) - [.3ds — 3D Studio Model](https://atoneplace.net/file/3ds/) ## Sources - Media Types Registry — IANA (https://www.iana.org/assignments/media-types/) - Official vendor product documentation — At One Place (/about/)