Removing un-shown parts of a mesh in blender

I have heard that meshes could only take less memory if I remove the extra un-shown vertices and faces, and I have heard that I could do that on blender. However, I have a mesh with a LOT of un-shown vertices and faces (like half of the mesh is inside itself), is there any automatic way of doing this or would I have to manuelly delete each vertice?

From your description, I’m imagining something like a statue or a car chassis or something that is one solid object that won’t need to animate when all the un-shown stuff has been cleaned up. If that’s what you’re talking about then there is a relatively quick way to do that in Blender, but there will probably be additional cleanup you’ll need to do. Hopefully your mesh hasn’t been textured.

  1. Select all the separate parts in your mesh (if there are more than one) using Shift+LeftClick and combine them together with Ctrl+J
  2. Create a Cube (Shift+A → Mesh → Cube), scale it so it is bigger than your mesh (S key to scale), and move it (G key to move) so that it completely surrounds your mesh.
  3. Select the combined mesh object and add a Boolean modifier (When the mesh is selected, look at the side of screen for the properties window, and look for the tab with the wrench. Click the ‘Add Modifier’ dropdown and choose ‘Boolean’.
  4. (Assuming you’re using Blender 2.9 or later:) Select the ‘Intersect’ option, ‘Exact’ solver, and ‘Self’ under the solver options. Then select the eyedropper icon where it says ‘Object’ and choose the big cube you made in the viewport.
  5. That should basically give you a version of your mesh minus the un-shown vertices. Apply the modifier by selecting the down arrow next to the camera icon at the top of the Boolean modifier, and choose ‘Apply’ in the dropdown.

You’ll prob need to switch to wirefame at some point, which can be done by pressing ‘z’ on they keyboard and choosing an option. Can rotate around the model using the middle mouse button. Can delete objects by pressing ‘x’. Pressing ‘tab’ key will put you into Edit mode where you can sel vertices, faces, or edges.

Once you have this shell of your former model, you’ll prob need to do some additional cleanup. There is a Decimate modifier that can be used to simplify the geometry (lots of videos online), and while in Edit mode you can sel vertices and merge them by pressing ‘m’ and selecting an option.

Hopefully that’s enough to get you started. GL!

1 Like


It seems to work but why did it add all those weird stripes?

Hard to say without seeing the wireframe, but it looks like a smoothing issue. In Blender you can try to adjust the smoothing by selecting the mesh and Rt-clicking it and choosing ‘Shade Smooth’. Then in the properties window where you found the tab with the wrench for modifiers, look for a different tab with a green, upside-down triangle that is for Object Data. On that tab, look for the ‘Normals’ section and click the ‘Auto Smooth’ box. You can then move the degree slider to get different smoothing on the mesh based on individual faces in the mesh.


It seems like the vertices are still here tho?

Are all those lines going to the same vertex in the center? Can press ‘tab’ and then the ‘1’ key and box select that area to see if it’s one or more.

For some reason that doesn’t seem to do anything


Is this what you meant? btw, it is NOT all going to the center, I WANT it to be doing so

Sorry, I wasn’t completely clear XD. The ‘1’ on the number pad and the ‘1’ above the ‘q’ are hot keys for different things in Blender. It looks like you pressed ‘1’ on the numpad and went into a side view. The view you had above is the better way to see it. When in Edit mode (tab key), pressing ‘1’ above the ‘q’ should put you in vertex selection mode. Then you can just box select the very center where all the long lines are going to the center of the hill.

Additionally, you can turn on the Statistics overlay. At the top right of the viewport window there are some small icons with dropdowns and such. The 3rd one over, that looks like a little white sphere intersecting a little blue sphere, is the overlays dropdown. There is an option for ‘Statistics’ in there that will show things like how many vertices/faces/edges/triangles are in your map and also how many you have explicitly selected.

Wait but I did press the 1 above the Q (I dont have a number pad)

ah… ok. looking at the screenshot, it looks like you are already in vertex sel mode anyway, so can skip that part. Can just go into Edit mode and box sel that center position from a top-down-ish angle. Anyway, if there are a bunch of vertices clustered around that center, then there may be a few steps to a fix.

Were you able to see any difference with the smoothing fix?



Also there was absolutely no change when changing the smoothing thing (the angle?)

Ok, so that smoothing thing won’t remove vertices, it just changes how “light” will bounce off the mesh when it’s rendered. If you completely remove smoothing, each face would be visible in a render. With full smoothing you wouldn’t see any creases; it would be a bit of a smooth-looking blob. It’s basically a visual adjustment so you don’t see the triangles in Roblox.

Does it look like the un-shown vertices you were worried about, from the earlier process, are gone or no? Still looks like it could use some more cleanup. Appears the border was built with a bunch of individual cube shapes that don’t share vertices. Blender will have trouble reducing triangle count on something like that.That might require more hand cleanup than is worth it.

Sorry for the late reply, there was absolutely no change except for the addition of the weird stripes after doing the process, and the smoothing thing literally did nothing
Also why does it say “auto smoot”

I feel like it could also work If I just made every single vertice that isn’t already connect to the middle connect to th emiddle or something
Im not really sure tho

Save a copy before you try it, but there’s no reason not to try. It also looks like a bunch of cubes were used to build the outer part. Can try merging the corner vertices of adjacent cubes. If you delete too much and need to add a face just select 3 or 4 vertices and press ‘f’.

I am trying to merge them but nothing happens, same with disolving

Are you merging by pressing ‘m’? Can select a bunch of verts and merge to the center of them all, or you can choose one and then a bunch of other and merge everything at the location of the first or last vert selected.

im merging with lmb select (or was it rmb cant remember)

Edit mode-> vert selection
LMB and drag sel or hold ctrl and click each new vert.
then ‘m’ to merge (a few options in the menu that displays)