How to fracture a complex mesh with Blender 3 (solve your not fracturing correctly)

Symptoms

When using the Blender fracture add-on on a complex mesh, it may fail to work properly. For example, the mesh may not be fractured correctly, shapes may be added, or shapes may be disjoint without being fractured. This is usually because the add-on is unable to find the correct Voronoi region if the object is non-manifold (thick) or has many intersecting shapes.

Solution

To solve this issue, you can use a Boolean modifier to create intersected shapes only:

  1. Create a cube.
  2. Scale it to surround the mesh.
  3. Add a Boolean modifier to the mesh, using the intersect mode, and set
  4. the cube as the Object and the mesh as the Self.
  5. Apply the modifier.
  6. Delete the cube.
  7. Reapply the fracture add-on.

By using the Boolean modifier to create intersected shapes, the add-on can find the correct Voronoi region and perform the fracture correctly.

Result

Thanks to @GridSpace for the solution: https://www.youtube.com/watch?v=2-11OwgRqmE

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *