If you’re working on a 3D model and need to reduce its material usage or create a shell for 3D printing, you might need to know how to make object hollow in Blender. This is a fundamental technique used across many projects, from game assets to real-world product design. It’s simpler than it seems, and we’ll walk you through several reliable methods.
How to Make Object Hollow in Blender
Creating a hollow object in Blender essentially means giving a solid model a uniform wall thickness and an empty interior. This is not just about deleting faces; it’s about using precise tools to maintain structural integrity. The best method often depends on your final goal, weather that’s for rendering, animation, or fabrication.
Why You Might Need a Hollow Model
Before we start, let’s look at why this skill is so useful. Knowing how to hollow out a mesh solves several practical problems.
- 3D Printing: Solid models use excessive material, cost more, and print slower. Hollowing is essential for efficient printing, often with an escape hole for resin or powder.
- Game Asset Optimization: A model with fewer interior faces renders faster, crucial for real-time graphics where performance matters.
- Realistic Physics: For accurate weight distribution in simulations, a hollow shell behaves more like a real-world container than a solid block.
- Material Savings: In visual effects or archviz, using a shell material on a hollow object can save significant render time compared to a solid volume.
Method 1: The Solidify Modifier (The Best All-Rounder)
The Solidify modifier is the most powerful and non-destructive way to create a hollow object. It adds thickness to your mesh, instantly creating walls.
- Select your object in Object Mode.
- Go to the Modifier Properties panel (the blue wrench icon).
- Click Add Modifier and choose Solidify from the list.
- Adjust the Thickness value. A positive or negative value will determine the direction of the thickness.
- You will see your object become hollow. To control the wall thickness precisely, use the Thickness slider.
- For a cleaner interior, check the Even Thickness option, though it may slow down the viewport slightly on complex meshes.
- If you’re happy with the result, you can apply the modifier by clicking the Apply button. This makes the changes permanent.
This method preserves your original mesh and allows for endless adjustments, which is why its so popular.
Method 2: Inset Faces Tool (Quick and Manual)
For more manual control on a specific part of a mesh, the Inset tool is perfect. It works best on objects with large, flat faces or for creating recessed panels.
- Switch to Edit Mode (Tab key).
- Select the faces you want to hollow inward. To select all faces, press ‘A’.
- Press I on your keyboard to initiate the Inset.
- Move your mouse to inset the faces. Click to confirm.
- Before clicking, you can adjust the thickness numerically or enable Outset for a different effect.
- Now, with the inset faces still selected, press E to extrude, then press S to scale them inward to create depth.
- Finally, you can delete the inner-most face to open the hollow interior, or keep it for a sealed container.
Dealing with Complex Geometry
On curved or organic shapes, the Inset tool can create overlapping geometry. If this happens, you may need to clean up the mesh manually or use the Solidify modifier instead for a cleaner result. Its a common issue with this technique.
Method 3: The Boolean Modifier (For Custom Cavities)
This method uses a second “cutter” object to subtract volume, perfect for creating custom-shaped hollow spaces, like a screwdriver handle or a toy figurine.
- Create your main object (e.g., a cube).
- Create a second, smaller object that will act as the “void” inside (e.g., a slightly smaller cube). Place it inside the first.
- Select the main object and go to the Modifier Properties panel.
- Add a Boolean modifier.
- Set the operation to Difference.
- In the modifier settings, pick the smaller object as the Operand.
- The smaller object will be subtracted, leaving a hollow space in it’s shape. Apply the modifier when ready.
Remember, Boolean operations can sometimes create messy geometry with overlapping edges or non-manifold faces, so check your mesh after applying.
Essential Cleanup After Hollowing
After hollowing an object, especially with Boolean or manual methods, your mesh might need cleanup. This ensures it’s ready for texturing, animation, or 3D printing.
- Remove Doubles: In Edit Mode, select all (A) and go to Mesh > Clean Up > Merge By Distance. This merges vertices that are too close together.
- Recalculate Normals: Incorrect face direction can cause rendering issues. Select all in Edit Mode and press Shift+N to recalculate outside normals.
- Check for Non-Manifold Geometry: In Edit Mode, open the Select menu and choose Select All by Trait > Non-Manifold. This highlights problem areas like interior faces or edges that need fixing.
Preparing a Hollow Model for 3D Printing
Making an object hollow for 3D printing requires extra steps to ensure it prints correctly.
- After using Solidify, ensure your walls are thick enough for your printer (usually 1-2mm minimum).
- You must add at least one escape hole. Create a cylinder and use a Boolean Difference to cut a hole in the bottom or side. This allows uncured resin or trapped powder to escape.
- Use the 3D Print Toolbox add-on (built into Blender) to check wall thickness and overhangs. You can find it in the Edit > Preferences > Add-ons menu.
- Always export your final model as an STL or OBJ file with the “Selection Only” option checked for printing.
Troubleshooting Common Hollowing Problems
Sometimes things don’t go as planned. Here are solutions to frequent issues.
- Inverted or Artifacting Normals: If your walls look black or render incorrectly, your face normals are flipped. Use Shift+N in Edit Mode to fix them.
- Wall Thickness Inconsistencies: The Solidify modifier’s Even Thickness can help, but on very sharp angles, you may need to add supporting edge loops to guide the thickness.
- Boolean Creates a Mess: Booleans on complex, high-poly meshes can fail. Try applying subdivision modifiers first or using the Fast solver instead of Exact in the Boolean modifier settings.
- Interior Faces Visible: If you can see the inside walls through the outside, you need to delete the original interior faces that are now redundant after solidify or inset.
Advanced Technique: Hollowing with Geometry Nodes
For procedural, non-destructive workflows, Geometry Nodes offer incredible control. You can create a setup that automatically generates a hollow shell from any input mesh.
- Add a Geometry Nodes modifier to your object.
- In the node graph, use a Mesh Boolean node set to Difference.
- Feed your original mesh into the first socket. For the second socket, use a Scale Elements node connected to a Realize Instances node to shrink a duplicate of your mesh slightly.
- This subtracts the scaled-down version from the original, leaving a hollow shell. The wall thickness is controlled by the scale factor.
This method is complex but offers amazing flexibility for animations where thickness might need to change over time.
FAQ: Hollowing Objects in Blender
What is the fastest way to hollow out an object in Blender?
The Solidify modifier is generally the fastest and most controllable method for most objects. It’s a one-click solution with real-time adjustments.
How do I make a hollow sphere in Blender?
Create a UV Sphere. Add a Solidify modifier. Set your desired thickness. For a perfect sphere, the Even Thickness option works very well. That’s all there is too it.
Can I make a hollow object without the Solidify modifier?
Yes, you can use the Inset and Extrude method manually, or use the Boolean modifier with a scaled-down duplicate of the object. However, these methods are often less efficient or more destructive than using Solidify.
Why is my hollow object see-through or displaying incorrectly?
This is almost always due to face normals pointing the wrong way. In Edit Mode, select all faces and press Shift+N to recalculate the normals outward. Also, check for any missing faces that need to be filled.
How thick should the walls be for 3D printing?
This depends on your printer and material. For FDM printers using PLA, 1.2mm to 2mm is common. For resin printers (SLA/DLP), walls can often be as thin as 0.8mm to 1.5mm. Always consult your printer’s specifications.
Is it possible to hollow only a specific part of a mesh?
Absolutely. In Edit Mode, select only the faces you want to affect. Then, you can use the Inset tool on that specific selection. Alternatively, you can use a Boolean modifier with a carefully shaped cutter object placed exactly where you want the cavity.
Mastering how to create hollow objects in Blender opens up a huge range of possibilities. Whether you’re optimizing for a game engine, preparing for 3D printing, or just creating more realistic models, these techniques are essential tools in your workflow. Start with the Solidify modifier for its simplicity and reliability, then experiment with the other methods as your projects demand more specific results. With a bit of practice, you’ll be able to hollow out any shape quickly and efficiently.