About 15,200 results
Open links in new tab
  1. The Boolean modifier is not working - Blender Stack Exchange

    Aug 29, 2022 · In Blender 2.90.0 I added two cylinders, on smaller in X and Y but bigger in Z so to cut a hole in the outer cylinder. After applying the Boolean Modifier I wasn't seeing the result of …

  2. Boolean modifier just remove my object - Blender Stack Exchange

    Feb 25, 2021 · Boolean modifier just remove my object Ask Question Asked 4 years, 10 months ago Modified 3 years, 4 months ago

  3. Boolean with text without conversion - Blender Stack Exchange

    Jun 27, 2017 · I'm trying to find a way to make boolean operation between a mesh and a text with a solidify modifier without applying a conversion to the text. I could copy the text, convert it to a …

  4. How to cut holes in an object using another object?

    Jul 24, 2015 · How to do a subtractive boolean Make sure you've selected the object to be carved from, and add a Boolean Modifier (when in Edit mode, look for a wrench icon on the right-side …

  5. Booleans: Where is the "Apply" option in Blender 3.0? How do I …

    Mar 7, 2022 · While following this tutorial, I encountered a problem where after applying the boolean modifier, the modifier's effect isn't apparent. If you look at the third image, where I've …

  6. Objects disappear when adding boolean modifier - Blender Stack …

    I am following an example from a book using Boolean modifier to cut hole in an object. I have two 3D objects overlapping and when I apply "difference" operation, the first object disappears. It's …

  7. Cutting with Boolean Modifiers - Blender Stack Exchange

    Jan 28, 2014 · You could add a solidify modifier to the sphere before the boolean modifier: Also note that you can set the boolean modifier to Difference and use a plane as the Object, it may …

  8. Boolean difference modifier not creating faces - Blender Stack …

    Feb 10, 2024 · When I need to remove a section of an object in Blender, I use the Boolean Difference Modifier. This removes the shared volume and leaves new faces on the object to …

  9. How to make boolean modifiers with python? - Blender Stack …

    Jan 15, 2016 · Note that this code doesn't actually apply the modifiers. For that, you need bpy.context.view_layer.objects.active = obj to select the first operand of the modifier (cube in …

  10. Blender Boolean modifier: Difference behaves like union

    Jun 25, 2015 · Attached is an example in which difference modifier behaves like union. Is this is a bug (I think so)? See this .blender example in which I tried to use boolean modifier difference …