1

Okay so I followed this you tube video to make this ring and they way it is done on the video isn't working for me, I am not sure what the problem is. I have tried everything I found on the internet,! advice from author enter image description here

activating the 3D print tool addon and running the solid to check for problems, which it is saying I have some non manifold edges,! enter image description here which are there bc those sides do not have faces because I used a mirror modifier on x and y to complete my basic shape, but I don't know how that could be the problem with the boolean because that is how its done on the video and it works?? my results with boolean(difference) modifier I have done everything i can think of, even rearranging the modifiers,results from the video results from the video I have checked all the normals enter image description here I'm out of things to try, please help?

2 Answers2

1

Boolean operations sometimes fail when vertices between the two objects line up exactly.
You can work around this by moving one of the objects a very small amount.

Example .blend

Also see “Cannot execute boolean operation” when subtracting several spheres and cylinders from cube

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
0

I too am building up a ring and ran into this very problem.

Here are some things to check:

  • Check your mesh for doubles
    • select all
    • (Blender 2.8) Mesh > Clean Up > Merge By Distance
  • Check that your meshes are Manifold
    • This one has usually been my culprit
    • Go to edit mode
    • Select none
    • Ctrl + Alt + Shift + M
    • This will highlight any non-manifold geometry
    • you will then need to find a way to fix it (google is your friend)
    • in my case, it was being created in previous boolean modifications

Tip: When doing boolean modifiers, I have found that the Carve setting helped create Manifold geometry. This helps if you are doing successive boolean modifications, since I've found that non-manifold geometry behaves poorly with subsequent Boolean Modifiers.

Good luck on your journey, I hope it goes well!

CoderDake
  • 101
  • 2