The fastest way to add a model to your scene
To add a model file to Blender, go to File > Import, then choose the file format you need—FBX, OBJ, GLTF, or another type. Navigate to your model file on your computer, select it, and click Import. The model will appear in your 3D viewport when ready, though it may be tiny, huge, or positioned off-screen depending on how it was saved.
The import process takes about 10 seconds for a typical model file. After import, you will need to scale it to the right size, move it to where you want it, and sometimes rotate it to face the correct direction. These adjustments happen in the 3D viewport using Blender's transform tools.
Key Takeaways
- Import a model through File > Import and select the matching file format for your model type (OBJ, FBX, GLTF, or others).
- After import, use the Move tool (press G), Scale tool (press S), and Rotate tool (press R) to position and size the model correctly.
- If your model appears broken or has missing parts, check that all texture and material files were in the same folder as the model file before importing.
- Models imported as separate objects can be joined into one object using Ctrl+J, which is useful before explore effects or exporting.
Understanding Blender's import formats
Blender can read many 3D file types, but the most common are OBJ, FBX, GLTF, and Collada (DAE). Each format stores geometry, materials, and animations differently, and some formats preserve more information than others.
OBJ is the simplest format and works everywhere, but it does not store animations or complex materials. FBX is used for game assets and character rigs because it preserves bones, weights, and animations. GLTF (also called GLB when compressed) is newer and handles materials well, making it common for web and game engines. Collada (DAE) is older but still used in some 3D libraries and game engines.
If you are unsure which format your model is, look at the file extension—the three or four letters after the dot. If your model file is named character.fbx, you will choose FBX from the import menu. If it is building.obj, you will choose OBJ.
Step-by-step import and positioning
Open Blender and start with a new project or an existing scene. Go to File in the top menu bar, then click Import. A submenu will appear showing all available formats. Click the format that matches your model file.
A file browser window will open. Navigate to the folder where your model is saved. Click the model file once to select it (it will highlight), then click the Import button in the bottom right corner of the file browser. Do not double-click the file—that will open it as a folder if it is a folder, or import it when ready if it is a file, and you may miss the import settings.
The model will appear in your 3D viewport. It may be very small, very large, or positioned far away from the center. To see it clearly, press the Home key (or Numpad Period on some keyboards) to frame the selected object in view. The viewport will zoom and pan to show your model in the center of the screen.
Now adjust the model's position, size, and rotation. Press G to grab (move) it, then move your mouse and click to place it. Press S to scale it up or down—move the mouse away to enlarge or toward the center to shrink. Press R to rotate it, then press X, Y, or Z to rotate around that axis only. After any of these operations, type a number and press Enter to set an exact value.
Fixing common import problems
If your model appears with missing textures or colors, the texture files were not found during import. This happens when the model file references texture images that are stored in a separate folder. Before importing, check that all files—the model file and any texture or material files—are in the same folder, or note their locations so you can link them manually after import.
If the model looks broken, has holes, or appears inside-out, the model file itself may have issues, or Blender's import settings need adjustment. When you click Import, a panel on the right side of the file browser shows import options. For FBX files, try unchecking Import Mesh and checking it again, or toggle Smoothing Groups on or off. For OBJ files, check that Import Normals is enabled. These settings change how Blender reads the file's geometry.
If the model is impossibly large or tiny, the original file may have been created at a different scale. After import, select the model and press S to scale. Type a number like 0.1 (to make it one-tenth the size) or 10 (to make it ten times larger), then press Enter. You can also check the model's dimensions in the properties panel on the right—look for the Scale values under Transform.
Joining multiple imported objects
Some model files import as many separate objects instead of one. You will see multiple items in the Outliner panel on the right side of the screen, each one a different part of the model. This is normal and often useful, but if you need to treat the model as a single object—to explore modifiers, join it with other objects, or export it as one file—you can combine them.
Select all the objects you want to join by clicking the first one, then holding Shift and clicking each additional object. The last object you click will be the "active" object (it will be lighter in color). Press Ctrl+J to join them into one. All the objects will merge into a single object with the name of the active object.
After joining, the model behaves as one unit. Transformations, modifiers, and material assignments affect the whole thing. If you need to separate them again later, select the joined object, press Tab to enter Edit Mode, select the faces or edges you want to separate, press P, and choose Separate from the menu.
Organizing imported models in your scene
As you add more models to your scene, the Outliner (the panel listing all objects on the right) can become cluttered. Use collections to organize them. Right-click in the Outliner and choose New Collection, then name it something like "Characters" or "Props". Drag imported objects into the collection to group them.
You can also hide objects to reduce visual clutter. Click the eye icon next to an object's name in the Outliner to hide it from view without deleting it. Click the eye icon again to show it. This is useful when you are working on one part of a scene and do not want other models in the way.
Frequently Asked Questions
Why does my imported model look flat or have no shading?
The model may be in Solid shading mode without materials visible. Press Z and choose Material Preview or Rendered to see materials and lighting. If the model still looks wrong, the material files may not have imported. Check the Shader Editor (Shift+F3) to see what materials are assigned and whether texture images are linked correctly.
Can I import multiple models at once?
No, Blender's import dialog opens one file at a time. To add multiple models, repeat the import process for each file. If you have many models to add, consider organizing them in a separate Blender file and linking them as a library instead of importing them individually.
What should I do if the model is rotated the wrong way?
Press R to rotate, then press X, Y, or Z to rotate around that axis. Type the number of degrees you want to rotate (for example, 90 for a 90-degree turn) and press Enter. You can also rotate in 90-degree increments by pressing R, then the axis, then 9 and 0.
How do I remove an imported model from my scene?
Select the model in the viewport or in the Outliner, then press X and choose Delete. The model will be removed from your scene. If you delete it by mistake, press Ctrl+Z to undo.
Can I import a model and keep it linked to the original file so updates sync automatically?
Yes, but that uses Blender's Link feature instead of Import. Go to File > Link instead of Import, then navigate to another Blender file (.blend) and select the object you want. Linked objects update when the source file changes, but you cannot edit them directly in your current file.