Блендер ошибка установки значения

Since you are new to Blender, here the «extended directors cut» of vklidus comment:

Klick on that little caret right of the two circles and it will open the viewport overlays dialog.

Check the «face orientation» checkbox.

enter image description here

In the viewport you will see now only blue and red colors.

Blue means good -> the face is facing outwards.
Red means evil -> the face is facing inwards.

Normally red is wrong, but of course, there are case where red is right. e.g. if you move with the camera inside a cube, of course the faces inside the cube will be red then (if the cube does not have a solidify modifier…).

So you can see that the sword has some red faces.

To fix this, select the sword, press TAB and then A to select all vertices and then click on Mesh -> Normals -> recalculate normals.

enter image description here

you will notice, that some red faces will turn to blue.

Repeat this for all red faces.

After that the boolean should work.

by the way, it is always a good idea to change the «viewport display» -> «display as» of the cutter to «bounds» so that you can see what the result of the boolean operation is.

enter image description here

Существует мнение, что модификатор «Boolean» плохо работает и что его лучше по-реже использовать, или, еще лучше, совсем отказаться от него. Конечно, булеан не панацея, но в некоторых случаях незаменим.

Некоторые пишут, что булеан «работает через раз», поскольку, действительно бывает, что им выдается такое сообщение:

Если «Boolean выдает ошибку» или «булеан не работает верно» эта статья поможет вам. Если вы не хотите вдаваться в подробности следуйте сразу к этой части, где описываются решения проблем. Статья описывает стандартный модификатор Boolean, но применима и к команде булевской операции (Mesh → Faces → Intersect (Boolean)), добавленной в 2.77 так и к аддонам, посторенным на модификаторе.

Как работает Boolean

Как я понимаю, не многие пытаются разобраться, а в чем ошибка, почему blender в одних случаях хорошо и быстро режет сложнейшие модели, в других отказывается сделать булеан-операцию даже с самыми, казалось-бы простыми? Чтобы это понять, нужно иметь хотябы небольшое представление, а как работает этот модификатор. На самом деле булеан Блендера — безотказная вещь, но требующая хороший исходный материал. Гарантирую, если Вы сможете разобраться и исправить модель, Blender справится с булеаном даже в самых сложных случаях (ну… если хватит оперативки).

Итак, чтобы начать, посетим сайт blender.org, и отыщем, а что-же там написано про булеан:

Current limitations are:

  • Exactly overlapping faces cause errors.
  • Self-intersecting geometry on either side of the operation (which also intersects the other side) causes errors.

Как видите, ограничений всего два: полигоны, которые накладываются друг на друга и правильная топология в месте пересечения полигонов двух мешей, участвующих в операции булеана. Чтобы понять, каким образом и откуда возникают эти ограничения, и почему правильная важна только на месте пересечения полигонов, давайте постараемся вникнуть, как работает булеан.

В первой стадии, определяется линия пересечения двух объектов. Вот, например линия пересечения двух кубов:

1.jpg

На этой стадии могут возникать ошибки связанные с тем, что Blender не может провести линию пересечения, или эта линия может оказаться не замкнутой.

В результате два объекта разделяются на 4 части, от линии пересечения теперь отходят по четыре плоскости и чтобы завершить операцию, в зависимости от типа (вычитание, пересечение или объединение) Blender удаляет лишние 2 плоскости.

2.jpg

Например, мне нужно вычесть из куба, отмеченного красным, синий. Нужно взять часть меша № 1 и часть синего куба, которая находится как-бы «внутри» красного № 3, а остальное удалить. Но как Blender узнает, какая часть находится «внутри», а какая «снаружи»? По нормалям. Действительно, мешу необязательно быть замкнутым, главное — чистая линия пересечения и верные нормали. Рассмотрим на примере: я взял сюзанну и плейн:

3.jpg

Затем я добавляю булеан к сюзанне и вычитаю плейн:

4.jpg

Хоть плейн и не замкнут, но у него есть нормаль, по которой часть обезьянки находится «внутри», а часть «снаружи». Но почему пропал глаз? Глаз сюзанны сделан отдельным мешем. В этом легко убедиться, попробовав нажать L на любой части сюзанны. Поэтому совершенно не понятно находится глаз внутри или снаружи, ведь плейн незамкнут. Попробуем так-же развернуть нормали плейна:

5.jpg

Теперь область «внутри» поменялась местами с областью «снаружи». Так ошибки в нормалях могут приводить в ошибках с булеаном, проверяйте, в правильную ли сторону они направлены и используйте Ctrl + N

Итак мы поняли как работает булеан, и что может привести к ошибкам в его работе. Это хорошо, но что делать, если у вас очень сложный объект с тысячами полигонов, где вы не сможете физически найти, что приводит к ошибке?

Методы борьбы с ошибками boolean

1. Remove Doubles

Самое первое что вы должны сделать — попробовать старое доброе:

  1. WR Remove doubles
  2. Ctrl + N Recalculate normals

Просчитать нормали иногда бессмысленно перед склейкой вершин, поэтому соблюдайте порядок.

Например, вы сделали объемный текст или кривую и пытаетесь вычесть ее:

6.jpg

Чтобы сделать острое ребро, обычно в 3D-графике на его месте делается разрез. С виду меш цельный, но на самом деле он надрезан по границам букв. Это легко увидеть, если поставить дисплейс без текстуры:

354 KB

GIFrecord_2016-05-15_231620.gifGIFrecord_2016-05-15_231620.gif

Точно так-же работает и модификатор Edge Split, создающий острые углы. Если вы попробуйте вычесть объект с Edge Split, булеан, возможно, не сработает

Решение проблемы: WR Remove doubles

2. Exactly overlapping faces.

«Exactly overlapping faces cause errors» — написано в документации Blender — что это значит? Рассмотрим на примере. Я вычитаю один объект из Text и из Cube, а затем пытаюсь объединить их:

8.jpg

Почему выводится ошибка? Все меши замкнуты, самопересечений нет. Но попробуйте построить линию пересечения Text и Cube. Сверху, где мы вычитали куб, некоторые полигоны одного объекта совпадают с полигонами другого. В результате там не получится провести линию, поскольку там не линия, а скорее плоскость пересечения. Blender тоже не может построить линию пересечения и пишет сообщение об ошибке.

Решение проблемы: Следите за порядком булеанов (сделайте сначала объединение, а потом вычитайте) или примените Boolean и чуть сдвиньте один объект. Новый тип булеана B-mesh (2.78) может обойти эту проблему. Попробуйте сменить тип операции

3. Примените масштаб

При отрицательном масштабе объект становится вывернутым, что может отразится на операции. Преверьте нет ли у вас отрицательного масштабирования, если есть примените его Ctrl+A → Scale. Затем, нужно будет пересчитать нормали Tab, Ctrl+N

4. 3D-print toolbox.

На сложных моделях иногда трудно найти дыры в объекте, или другие косяки, аддон «3D-print toolbox» укажет вам на них. Он входит в стандартный набор аддонов, нужно только лишь активировать его в настройках File → User Preferences (Ctrl+Alt+U).

15.jpg

Далее в Toolbox 3D-вида (T) появится новая вкладка:

14.jpg

Войдите в Edit Mode и нажмите Checks: → Solid. Внизу появится сообщение с количеством «неправильных ребер». Нажмите соответствующую кнопку, и Blender выделит эти ребра, указав на неточности в модели:

16.jpg

Принцип работы прост — у каждого ребра должно быть 2 грани. Если у ребра одна грань — значит он граничит с дыркой в меше, что может дать ошибку в булеане. А если больше двух — в такой детали не будут верно определяться нормали, что тоже вызовет ошибку. Повторюсь, иногда дырки не вызовут ошибок, главное, чтобы они не были на месте пересечения, но при этом часть меша может пропасть (как в примере с сюзанной).

Вторая кнопка указывает на проблемы с нормалями

Решение проблемы: с помощью 3D-print toolbox исправьте меши так, чтобы Checks: → Solid выдавал нули

5. Самопересечение.

Самопересечение — это когда полигоны объекта пересекают полигоны этого-же объекта. Это бывает, например, когда вы используете Bevel у текста или кривой:

12.jpg

Bevel расширяет область вокруг кривой, поэтому во внутренних углах образуются области самопересечения:

18.jpg

Решение проблемы: нужно вручную склеить вершины (Alt+M) или с помощью привязки, таким образом, чтобы область пересечения исчезла:

11.jpg

Часто бывает и другое: объект с самопересечением проходит операцию булеана, но на месте самопересечения образуется дырка. Такой объект застопорится уже на следующем булеане, что вводит в заблуждение (один булеан прошел, второй — нет, значит блендер-баг)

6. Сложные полигоны.

В особо редких случаях бывает проблема, связанная с N-gon. Она настолько редкая, что мне не удается ее повторить, чтобы сделать скриншот. Так-же я не уверен можно ли ее словить в новых версиях Blender. Суть проблемы в том, что иногда в результате многочисленных булеанов создается N-gon такой сложной формы, что при операции булеана он может буквально самопересечься.

Решение проблемы: разбить N-gon на более мелкие полигоны. Или подразделить большой исходный полигон, который участвует в операции булеана с более мелким или детальным объектом

Подводим итог.

Если булеан вывел ошибку, или выполнил операцию частично или неверно, попробуйте сделать следующее:

  1. WR Remove doubles, затем Ctrl + N Recalculate normals
  2. Проверьте не накладываются ли фейсы, например, в результате неправильного порядка булеанов.
  3. С помощью 3D-print toolbox проверьте меш (Checks: → Solid)
  4. Найдите область самопересечения и исправьте ее.
  5. Если ничего не помогло — напишите в комментариях, может, я что-то пропустил? Сделаем эту статью лучше!

Most of the common problems people experience with the Boolean modifier are generally down to only 2 or 3 things: Normals, Doubles (or overlapping geometry), Non-Manifold geometry.

Normals

Faces have a direction, it may seem like a weird idea but it’s necessary in computer graphics to give a polygon (different word for face) a direction.

enter image description here

The fact that faces have a direction is included in the word «face», for English speakers: «what direction is it facing? it’s facing that direction». Blender will give the new faces you create a direction that corresponds to the faces around it, it’s up to you as a modeler to be aware of this.

The direction of the Normals determines how the objects combine when using a Boolean Modifier:

On the first image the cube and the torus have their normals facing out:

enter image description here

On the second image the Torus has the normals facing in:

enter image description here

On the third image both objects have their normals facing in:

enter image description here

What are Difference, Union, and Intersect supposed to produce?

  • Difference: The result will be those parts of the mesh which do not share volume in 3D space. see here a good expose on how to do this, and what to expect
  • Union: Returns the two meshes joined as one, the two meshes do need to have at least some common volume in 3D space. If they don’t you can use the Join command (Ctrl+j) instead of a boolean.
  • Intersect: will return the shared 3d volume of the two meshes.

Quote from the manual:

  • Difference

The modified mesh is subtracted from the target mesh.

If the target Mesh has inverted normals, Blender will Intersect the modified mesh.

If the modified Mesh has inverted normals, Blender will add both meshes (Union).

If both Meshes use inverted normals, Blender will Intersect the target Mesh.

  • Union

The target mesh is added to the modified mesh.

If the target Mesh has inverted normals, Blender will Intersect the target Mesh.

If the modified Mesh has inverted normals, Blender will subtract the target Mesh.

If both Meshes use inverted normals, Blender will Intersect the modified Mesh.

  • Intersect

The target mesh is subtracted from the modified mesh.

If the target Mesh has inverted normals, Blender will subtract the target Mesh.

If the modified Mesh has inverted normals, Blender will intersect the target Mesh.

If both Meshes use inverted normals, Blender will add both meshes (Union).

Fixes for problems caused by normals in boolean operations are generally easy: Faces of both objects should all be outward facing with no exceptions.

To recalculate normals enter Edit Mode (Tab).

Select all faces and press CtrlN To have the normals face out

Or CtrlShiftN to have normals face inside the mesh.

To flip a single face, select it and use Mesh>Normals>Flip Normals.

enter image description here

You can toggle the display of normals in the Properties Panel (right panel N): enter image description here

Doubles

Doubles are multiple vertices which share the same 3d location. These are problematic for the boolean modifier if they occur in one object, because they’re a sign of degenerate geometry (zero area faces, hidden duplicated edges) or simple geometry which isn’t fully connected as you might be led to believe by how it looks.

To Remove doubles

  1. Enter edit mode (Tab).
  2. Select everything (A.
  3. Presss W and select Remove Doubles.

( insert images of example tell-tale signs of doubles )

  • Overlapping geometry between objects:
    If you’ve removed doubles and flipped normals the right way, then a third cause of Boolean Failure is that some of your edges are shared by more than 2 faces. Inspect your Objects closely.
    Multiple vertices in the same location will often cause the boolean modifier to act up.
    In addition to Double geometry on Object A or B, object B should also not share any duplicated geometry with A. You can always prevent this by adjusting one of your Objects to comply with this limitation of the Boolean Algorithm.
    From this bug report:

    this is a known bug in Carve upstream (a library we’re using for boolean operations)

Non-Manifold Geometry

Boolean operations will fail when using Non-manifold objects.

For all intents are purposes manifold means ‘is it air-tight’, meaning it has no holes. Examples of non-manifold objects could be objects like planes with no thickness, or objects that are self-intersecting or that have Zero-area faces or have Open volumes.

For some operations it helps if you use the Outliner to hide the object you are doing the boolean operation with from view/render so you can see clearly the effect of the operation before applying the modifier (apply at the last possible moment!)

Other cases where boolean operations can fail:

  • Using Curve objects instead of Mesh objects

    Blender doesn’t let you use a curve objects for boolean operations. That inlcudes Text objects, as they are considered curves as well. Those objects would need to converted to mesh by pressing ⎇ AltC.

Существует мнение, что модификатор «Boolean» плохо работает и что его лучше по-реже использовать, или, еще лучше, совсем отказаться от него. Конечно, булеан не панацея, но в некоторых случаях незаменим.

Некоторые пишут, что булеан «работает через раз», поскольку, действительно бывает, что им выдается такое сообщение:

Если «Boolean выдает ошибку» или «булеан не работает верно» эта статья поможет вам. Если вы не хотите вдаваться в подробности следуйте сразу к этой части, где описываются решения проблем. Статья описывает стандартный модификатор Boolean, но применима и к команде булевской операции (Mesh → Faces → Intersect (Boolean)), добавленной в 2.77 так и к аддонам, посторенным на модификаторе.

Как работает Boolean

Как я понимаю, не многие пытаются разобраться, а в чем ошибка, почему blender в одних случаях хорошо и быстро режет сложнейшие модели, в других отказывается сделать булеан-операцию даже с самыми, казалось-бы простыми? Чтобы это понять, нужно иметь хотябы небольшое представление, а как работает этот модификатор. На самом деле булеан Блендера — безотказная вещь, но требующая хороший исходный материал. Гарантирую, если Вы сможете разобраться и исправить модель, Blender справится с булеаном даже в самых сложных случаях (ну… если хватит оперативки).

Итак, чтобы начать, посетим сайт blender.org, и отыщем, а что-же там написано про булеан:

Current limitations are:

  • Exactly overlapping faces cause errors.
  • Self-intersecting geometry on either side of the operation (which also intersects the other side) causes errors.

Как видите, ограничений всего два: полигоны, которые накладываются друг на друга и правильная топология в месте пересечения полигонов двух мешей, участвующих в операции булеана. Чтобы понять, каким образом и откуда возникают эти ограничения, и почему правильная важна только на месте пересечения полигонов, давайте постараемся вникнуть, как работает булеан.

В первой стадии, определяется линия пересечения двух объектов. Вот, например линия пересечения двух кубов:

1.jpg

На этой стадии могут возникать ошибки связанные с тем, что Blender не может провести линию пересечения, или эта линия может оказаться не замкнутой.

В результате два объекта разделяются на 4 части, от линии пересечения теперь отходят по четыре плоскости и чтобы завершить операцию, в зависимости от типа (вычитание, пересечение или объединение) Blender удаляет лишние 2 плоскости.

2.jpg

Например, мне нужно вычесть из куба, отмеченного красным, синий. Нужно взять часть меша № 1 и часть синего куба, которая находится как-бы «внутри» красного № 3, а остальное удалить. Но как Blender узнает, какая часть находится «внутри», а какая «снаружи»? По нормалям. Действительно, мешу необязательно быть замкнутым, главное — чистая линия пересечения и верные нормали. Рассмотрим на примере: я взял сюзанну и плейн:

3.jpg

Затем я добавляю булеан к сюзанне и вычитаю плейн:

4.jpg

Хоть плейн и не замкнут, но у него есть нормаль, по которой часть обезьянки находится «внутри», а часть «снаружи». Но почему пропал глаз? Глаз сюзанны сделан отдельным мешем. В этом легко убедиться, попробовав нажать L на любой части сюзанны. Поэтому совершенно не понятно находится глаз внутри или снаружи, ведь плейн незамкнут. Попробуем так-же развернуть нормали плейна:

5.jpg

Теперь область «внутри» поменялась местами с областью «снаружи». Так ошибки в нормалях могут приводить в ошибках с булеаном, проверяйте, в правильную ли сторону они направлены и используйте Ctrl + N

Итак мы поняли как работает булеан, и что может привести к ошибкам в его работе. Это хорошо, но что делать, если у вас очень сложный объект с тысячами полигонов, где вы не сможете физически найти, что приводит к ошибке?

Методы борьбы с ошибками boolean

1. Remove Doubles

Самое первое что вы должны сделать — попробовать старое доброе:

  1. WR Remove doubles
  2. Ctrl + N Recalculate normals

Просчитать нормали иногда бессмысленно перед склейкой вершин, поэтому соблюдайте порядок.

Например, вы сделали объемный текст или кривую и пытаетесь вычесть ее:

6.jpg

Чтобы сделать острое ребро, обычно в 3D-графике на его месте делается разрез. С виду меш цельный, но на самом деле он надрезан по границам букв. Это легко увидеть, если поставить дисплейс без текстуры:

354 KB

GIFrecord_2016-05-15_231620.gifGIFrecord_2016-05-15_231620.gif

Точно так-же работает и модификатор Edge Split, создающий острые углы. Если вы попробуйте вычесть объект с Edge Split, булеан, возможно, не сработает

Решение проблемы: WR Remove doubles

2. Exactly overlapping faces.

«Exactly overlapping faces cause errors» — написано в документации Blender — что это значит? Рассмотрим на примере. Я вычитаю один объект из Text и из Cube, а затем пытаюсь объединить их:

8.jpg

Почему выводится ошибка? Все меши замкнуты, самопересечений нет. Но попробуйте построить линию пересечения Text и Cube. Сверху, где мы вычитали куб, некоторые полигоны одного объекта совпадают с полигонами другого. В результате там не получится провести линию, поскольку там не линия, а скорее плоскость пересечения. Blender тоже не может построить линию пересечения и пишет сообщение об ошибке.

Решение проблемы: Следите за порядком булеанов (сделайте сначала объединение, а потом вычитайте) или примените Boolean и чуть сдвиньте один объект. Новый тип булеана B-mesh (2.78) может обойти эту проблему. Попробуйте сменить тип операции

3. Примените масштаб

При отрицательном масштабе объект становится вывернутым, что может отразится на операции. Преверьте нет ли у вас отрицательного масштабирования, если есть примените его Ctrl+A → Scale. Затем, нужно будет пересчитать нормали Tab, Ctrl+N

4. 3D-print toolbox.

На сложных моделях иногда трудно найти дыры в объекте, или другие косяки, аддон «3D-print toolbox» укажет вам на них. Он входит в стандартный набор аддонов, нужно только лишь активировать его в настройках File → User Preferences (Ctrl+Alt+U).

15.jpg

Далее в Toolbox 3D-вида (T) появится новая вкладка:

14.jpg

Войдите в Edit Mode и нажмите Checks: → Solid. Внизу появится сообщение с количеством «неправильных ребер». Нажмите соответствующую кнопку, и Blender выделит эти ребра, указав на неточности в модели:

16.jpg

Принцип работы прост — у каждого ребра должно быть 2 грани. Если у ребра одна грань — значит он граничит с дыркой в меше, что может дать ошибку в булеане. А если больше двух — в такой детали не будут верно определяться нормали, что тоже вызовет ошибку. Повторюсь, иногда дырки не вызовут ошибок, главное, чтобы они не были на месте пересечения, но при этом часть меша может пропасть (как в примере с сюзанной).

Вторая кнопка указывает на проблемы с нормалями

Решение проблемы: с помощью 3D-print toolbox исправьте меши так, чтобы Checks: → Solid выдавал нули

5. Самопересечение.

Самопересечение — это когда полигоны объекта пересекают полигоны этого-же объекта. Это бывает, например, когда вы используете Bevel у текста или кривой:

12.jpg

Bevel расширяет область вокруг кривой, поэтому во внутренних углах образуются области самопересечения:

18.jpg

Решение проблемы: нужно вручную склеить вершины (Alt+M) или с помощью привязки, таким образом, чтобы область пересечения исчезла:

11.jpg

Часто бывает и другое: объект с самопересечением проходит операцию булеана, но на месте самопересечения образуется дырка. Такой объект застопорится уже на следующем булеане, что вводит в заблуждение (один булеан прошел, второй — нет, значит блендер-баг)

6. Сложные полигоны.

В особо редких случаях бывает проблема, связанная с N-gon. Она настолько редкая, что мне не удается ее повторить, чтобы сделать скриншот. Так-же я не уверен можно ли ее словить в новых версиях Blender. Суть проблемы в том, что иногда в результате многочисленных булеанов создается N-gon такой сложной формы, что при операции булеана он может буквально самопересечься.

Решение проблемы: разбить N-gon на более мелкие полигоны. Или подразделить большой исходный полигон, который участвует в операции булеана с более мелким или детальным объектом

Подводим итог.

Если булеан вывел ошибку, или выполнил операцию частично или неверно, попробуйте сделать следующее:

  1. WR Remove doubles, затем Ctrl + N Recalculate normals
  2. Проверьте не накладываются ли фейсы, например, в результате неправильного порядка булеанов.
  3. С помощью 3D-print toolbox проверьте меш (Checks: → Solid)
  4. Найдите область самопересечения и исправьте ее.
  5. Если ничего не помогло — напишите в комментариях, может, я что-то пропустил? Сделаем эту статью лучше!

Most of the common problems people experience with the Boolean modifier are generally down to only 2 or 3 things: Normals, Doubles (or overlapping geometry), Non-Manifold geometry.

Normals

Faces have a direction, it may seem like a weird idea but it’s necessary in computer graphics to give a polygon (different word for face) a direction.

enter image description here

The fact that faces have a direction is included in the word «face», for English speakers: «what direction is it facing? it’s facing that direction». Blender will give the new faces you create a direction that corresponds to the faces around it, it’s up to you as a modeler to be aware of this.

The direction of the Normals determines how the objects combine when using a Boolean Modifier:

On the first image the cube and the torus have their normals facing out:

enter image description here

On the second image the Torus has the normals facing in:

enter image description here

On the third image both objects have their normals facing in:

enter image description here

What are Difference, Union, and Intersect supposed to produce?

  • Difference: The result will be those parts of the mesh which do not share volume in 3D space. see here a good expose on how to do this, and what to expect
  • Union: Returns the two meshes joined as one, the two meshes do need to have at least some common volume in 3D space. If they don’t you can use the Join command (Ctrl+j) instead of a boolean.
  • Intersect: will return the shared 3d volume of the two meshes.

Quote from the manual:

  • Difference

The modified mesh is subtracted from the target mesh.

If the target Mesh has inverted normals, Blender will Intersect the modified mesh.

If the modified Mesh has inverted normals, Blender will add both meshes (Union).

If both Meshes use inverted normals, Blender will Intersect the target Mesh.

  • Union

The target mesh is added to the modified mesh.

If the target Mesh has inverted normals, Blender will Intersect the target Mesh.

If the modified Mesh has inverted normals, Blender will subtract the target Mesh.

If both Meshes use inverted normals, Blender will Intersect the modified Mesh.

  • Intersect

The target mesh is subtracted from the modified mesh.

If the target Mesh has inverted normals, Blender will subtract the target Mesh.

If the modified Mesh has inverted normals, Blender will intersect the target Mesh.

If both Meshes use inverted normals, Blender will add both meshes (Union).

Fixes for problems caused by normals in boolean operations are generally easy: Faces of both objects should all be outward facing with no exceptions.

To recalculate normals enter Edit Mode (Tab).

Select all faces and press CtrlN To have the normals face out

Or CtrlShiftN to have normals face inside the mesh.

To flip a single face, select it and use Mesh>Normals>Flip Normals.

enter image description here

You can toggle the display of normals in the Properties Panel (right panel N): enter image description here

Doubles

Doubles are multiple vertices which share the same 3d location. These are problematic for the boolean modifier if they occur in one object, because they’re a sign of degenerate geometry (zero area faces, hidden duplicated edges) or simple geometry which isn’t fully connected as you might be led to believe by how it looks.

To Remove doubles

  1. Enter edit mode (Tab).
  2. Select everything (A.
  3. Presss W and select Remove Doubles.

( insert images of example tell-tale signs of doubles )

  • Overlapping geometry between objects:
    If you’ve removed doubles and flipped normals the right way, then a third cause of Boolean Failure is that some of your edges are shared by more than 2 faces. Inspect your Objects closely.
    Multiple vertices in the same location will often cause the boolean modifier to act up.
    In addition to Double geometry on Object A or B, object B should also not share any duplicated geometry with A. You can always prevent this by adjusting one of your Objects to comply with this limitation of the Boolean Algorithm.
    From this bug report:

    this is a known bug in Carve upstream (a library we’re using for boolean operations)

Non-Manifold Geometry

Boolean operations will fail when using Non-manifold objects.

For all intents are purposes manifold means ‘is it air-tight’, meaning it has no holes. Examples of non-manifold objects could be objects like planes with no thickness, or objects that are self-intersecting or that have Zero-area faces or have Open volumes.

For some operations it helps if you use the Outliner to hide the object you are doing the boolean operation with from view/render so you can see clearly the effect of the operation before applying the modifier (apply at the last possible moment!)

Other cases where boolean operations can fail:

  • Using Curve objects instead of Mesh objects

    Blender doesn’t let you use a curve objects for boolean operations. That inlcudes Text objects, as they are considered curves as well. Those objects would need to converted to mesh by pressing ⎇ AltC.

One of the most useful tools for creating customized objects in 3D modeling is the Bullion modifier, which allows you to change the shape of your main model using a second model as the Boolean effect.

The following is a list of reasons why the Boolean modifier may not be working for you in your case.

  • Artifacts Appear On The Shading Of The Main Model
  • The Wrong Areas Of My Object Were Deleted
  • I Cannot See The Effect That My Boolean Has
  • The Boolean Object Looks Weird In The Viewport
  • The Boolean Has Messed Up My Objects Topology
  • I Cannot Seem To Cut Holes Through The Model
  • The Geometry Is Self Intersecting

If you can learn to master the Boolean modifier, then you can create all sorts of incredible-looking objects very quickly. But we need to understand exactly how it works so that we can avoid making crucial mistakes when using the modifier in our projects.

How The Boolean Modifier Is Designed To Work?

The term boolean is used when there are two potential values to a query. For example, the typical Boolean is the True/False boolean in coding. Other examples of Booleans are 1 & 2, A & B, and Yes and No.

In Blender, the boolean modifier follows a similar concept, with at least two objects involved in the equation.

The first object is the main object that the boolean modifier that will be applied to, such as the cube model in the image below.

Cube For Main Object

The second object is classed as the boolean model, and we need to tell Blender to use this model as the target boolean for the main object. For our example, we will use the UV sphere as the boolean.

The UV Sphere As The Boolean

Add the boolean modifier to the cube model in the example, which you can do by selecting the cube, going to the modifiers tab in the properties panel, and then adding the boolean modifier from the menu.

Boolean Modifier Tab

The icon that represents the boolean modifier here appears red because the modifier currently has no effect on the model.

Select the box for the object and a small list will pop up of objects that you can select as your boolean. Choose the object that you want from the list and the icon should appear white.

If the boolean is overlapping the main object then it is cutting into the object in real-time. Because it is a modifier, we can edit the positioning of the boolean object or the boolean settings in the modifiers tab.

When you are happy with the location you can apply the modifier to make the effect permanent and then move the boolean model out of the way to view the result.

Result Of The Boolean

Why Is My Boolean Union Failing?

There are three types of boolean that you can use as your calculation method between the main model and the boolean object. These three types are Intersect, Union, and Difference.

The union method calculates your boolean to delete the space where the models are overlapping and then combine what remains of the two models, effectively merging them into the same object.

If you look inside your model you will see that there is no excess geometry inside as it was deleted with the boolean.

So What Would Cause A Union Boolean To Fail?

It is rare to see the Union method fail in blender because it’s actually relatively straightforward in what it tries to do. He effectively just merges the Boolean with the main object while deleting what would have been in between.

But what if the geometry in between is still there? Well, this can occur if the main object has a dramatically different level of geometry to the Boolean one. For example, if the boolean has a lot more geometry than the main object, then Blender might not know exactly how to connect it.

Alternatively, if your main object has any islands to it, which are areas of mesh that are disconnected from the rest of the object, then again Blender may struggle to calculate the boolean between the two objects.

Preventing The Boolean From Failing

There are two things that we can do here to help prevent our Union method from failing when using the booking modifier.

The first method is to avoid attaching your boolean to different islands of the main mesh at the same time.

The second method is to ensure that the amount of geometry, or geometry density, is fairly similar between both your bullion and your main model.

Why Is The Object Disappearing When I Use The Boolean Modifier?

A common teething problem for most Blender users when trying the boolean modifier is for the majority or even the entirety of the main model to disappear when using the boolean modifier.

One example where this may occur will be when you are trying to use a text object as your boolean for the main model. Sometimes when we are attempting to combine a text with our main objects, the main object itself can actually disappear from view.

The main reason why this is the case is that when we are using text objects that have been converted into meshes we are effectively working with a series of islands, an island is a part of the mesh that is disconnected from the rest of the object and in the case of a text object, every letter is an island.

Blender traditionally does not work well when combining islands with booleans and so we can sometimes get effects like our main model disappearing from view when using our boolean modifier with these kinds of objects.

A lot of the time this tends to be nothing more than just a glitch, and therefore the solution can be pretty straightforward. One thing that you can try is just moving the boolean model. Even if you move the Boolean model just a tiny bit, it can restore the main model into view.

Alternatively, you can change the boolean method temporarily for the Bullion modifier and then change back, like from difference to intersect and then back the difference. This I find does actually help to restore the main object.

To help minimize this, ensure that the geometry for your text mesh is as clean as possible. When you convert a text into a mesh, that object’s geometry is often messy, and this poor topology can impact the way the Boolean works on the main model. Clean up the topology on the mesh text before you use it as a boolean for the main object.

Being Able To View The Effect That Your Boolean Modifier Has?

One of the most common problems that Blender users have with the Boolean modifier is the inability to see exactly what is going on. The main reason why is because the Boolean itself gets in the way of viewing the effects that it has on the object.

Therefore, we need to find some way to hide or obscure the view of the Boolean object. One way that we can do this is to simply hide our boolean model. You can do this by selecting the boolean and then pressing the H key.

Hide The Boolean

Or you can select the boolean model in the outliner panel and then click on the eye icon next to it. This would allow us to view the effect that the boolean has on the model, but if we want to adjust the boolean again, then we’re going to have to bring it back into view before we can move it.

A better solution is to actually change the viewport display of our boolean model. So select the Boolean and then go to the properties panel. Locate the objects Properties tab, which will have information relating to the object data itself.

Scroll down it where it says viewport display, and then find the option where it says Display as – textured. Click on this option to bring up a menu and you will want to select the wireframe option.

Display As Wire

When you do this, the UV sphere or the Boolean that you are using will appear as a wireframe, but the rest of your scene will appear as normal. This way you are able to see the effect that the boolean is having on the model, while at the same time being able to adjust its positioning.

Problems With The Base Geometry That Can Affect The Boolean?

The Boolean modifier requires the calculation of both the main object’s geometry as well as the boolean geometry defining the location of each individual vertex, and deciding where and how these vertices should be connected.

It is always going to be an important step to ensure that the geometry or topology of your main object is in a clean, usable state. If, for example, you have overlapping geometry or if your main object is already self-intersecting on itself, then these factors can have an impact on how the Boolean modifier is going to be calculated and can cause many of the issues seen above.

As such, it is good practice to clean up your main objects before using the boolean as well as after. Before using your boolean modifier, select your entire model in edit mode, and then scan your model to ensure that there is no self-intersecting or overlapping geometry.

You also need to keep an eye out for zero faces. Zero faces are very, very tiny faces that are so small that they cannot be calculated by the boolean, and these types of faces can create shading artifacts when the Boolean is used.

With the entire model selected, or even just the areas that need fixing, use the ALT + M key to bring up your merge menu. From here, choose the merge by distance option and then increase your value to the point where you are able to clean up the poor geometry.

This should help improve the final result of the Boolean as well as improve the general topology of the main model. You may need to repeat this process after you have used the Boolean as this will also affect the topology of the main object.

The Boolean Is Not Cutting Through My Model When I Try To Create A Hole?

A common use case for using the Boolean modifier is to cut holes into our model. Of the three boolean methods that we have at our disposal, the difference option is normally the best choice for creating the holes, but there is a problem.

In the case of our cube/UV sphere combination, we are able to use the UV sphere to create our boolean. But we’re not actually creating a hole into our cube.

The reason why is because the boolean modifier wants to ensure that we are not able to view both sides of our object, both inside and outside.

The solution to this is to add another modifier to your main object. The modifier that we need to add is going to be the Solidify modifier.

Add Solidify To Main Model

Go to the modifiers tab for the main object, go add modifier, and then select solidify. In order for this to work correctly, the solidify modifier needs to be positioned above the boolean because the Boolean modifier has to calculate the thickness of the model before it can apply the Boolean effects.

So grab your solidify modifier and bring it above your boolean. In our example, we can now see that while the shape of the UV sphere has been cut into our cube, we also have a hole that allows us to view the inside of the cube because the Solidify modifier has given the cube some additional thickness. This makes it easier for the boolean modifier to calculate the object itself.

Result On The Model

How Object Normals Can Cause Issues When Using The Boolean Tool

One more factor that can affect the ability to use your boolean modifier is the use of incorrect normals. Normals represent the direction that the geometry is facing. All vertices, edges, and faces will have an inward direction as well as an outward direction.

Ideally, you should always be able to view the outward direction of your normals in the 3D viewport. Below we have an example of our UV sphere with the boolean targeting the cube. Yet the UV sphere does not seem to impact the cube at all.

Boolean With Incorrect Normals

The reason why is because the UV sphere has had its normals flipped so that they are the wrong way round where the outward-facing normals are inside and vice versa. The boolean modifier uses the normal direction of the boolean models’ geometry to create the boolean.

So if the normals are facing the wrong way then they cannot be detected by the Boolean modifier and as a result, it doesn’t work on the main model. To fix this issue, select your boolean model, which in this case is our UV sphere, and hit the TAB key to enter edit mode.

With the entirety of the model selected, which you can do by pressing the A key, press Shift + N on your keyboard to use the recalculate normals tool. This should instantly flip your normals to the correct way.

Normals Menu

Alternatively, select all of your geometry for your boolean objects and use the hotkey Alt + N to open the normals menu. From here you can choose to recalculate outside, recalculate inside or flip the normals of your model.

Sometimes you may only have a few incorrect normals, so you will need to identify those normals and then select them independently before flipping them to the correct direction. Although using the recalculate outside option should be able to do this anyway.

How To Apply My Boolean To A Model?

When you are happy with your Boolean modifier and you are confident that there are going to be no negative effects to your main model. You would then need to apply your brilliant modifier.

To apply any modifier, go to that modifier in the properties panel and then click on the little down arrow. This will give you a variety of options and the first one should be to apply that modifier.

Note that this will not work if you are in edit mode for the selected object. Make sure you are in object mode first, then go to the properties panel and apply that modifier.

If you are using multiple modifiers, it is ideal to apply the ones that are on top first, working your way down. Otherwise, you can end up with changes in how the modifiers affect the model.

Thanks For Reading The Article

We appreciate you taking the time to read through the article and we hope that you have been able to locate the information that you were looking for. Below we have compiled a list of additional topics that are available for you to view and learn more about Blender.

  • The Best Method For Improving Your Skills In Blender Is…
  • Is Blender A Good Choice For Beginners?
  • Best Shortcuts For 3D Modeling In Blender
  • Boolean Tool Fast Vs Exact Solver
  • Master Navigation In 3D Space

  • How Does Interpolation Work In The Graph Editor?

    How Does Interpolation Work In The Graph Editor?

    Animation in Blender requires using keyframes to define the start and end points of an animation based on a changed value. The graph editor allows us to control the animation’s

    Continue Reading


    03/01/2023

  • Creating A Bouncing Ball Animation In Blender?

    Creating A Bouncing Ball Animation In Blender?

    If you are learning about 3D animation, then one of the first animations that you are likely to create is a bouncing ball. There are several youtube tutorials out there

    Continue Reading


    02/01/2023

  • Using The Graph Editor To Create Animations (Beginners Guide)

    Using The Graph Editor To Create Animations (Beginners Guide)

    3D animation is one of the core reasons why someone would look at learning an application like Blender 3D, as it can be used to create both 2D and 3D

    Continue Reading


    01/01/2023

Существует мнение, что модификатор «Boolean» плохо работает и что его лучше по-реже использовать, или, еще лучше, совсем отказаться от него. Конечно, булеан не панацея, но в некоторых случаях незаменим.

Некоторые пишут, что булеан «работает через раз», поскольку, действительно бывает, что им выдается такое сообщение:

Если «Boolean выдает ошибку» или «булеан не работает верно» эта статья поможет вам. Если вы не хотите вдаваться в подробности следуйте сразу к этой части, где описываются решения проблем. Статья описывает стандартный модификатор Boolean, но применима и к команде булевской операции (Mesh → Faces → Intersect (Boolean)), добавленной в 2.77 так и к аддонам, посторенным на модификаторе.

Как работает Boolean

Как я понимаю, не многие пытаются разобраться, а в чем ошибка, почему blender в одних случаях хорошо и быстро режет сложнейшие модели, в других отказывается сделать булеан-операцию даже с самыми, казалось-бы простыми? Чтобы это понять, нужно иметь хотябы небольшое представление, а как работает этот модификатор. На самом деле булеан Блендера — безотказная вещь, но требующая хороший исходный материал. Гарантирую, если Вы сможете разобраться и исправить модель, Blender справится с булеаном даже в самых сложных случаях (ну… если хватит оперативки).

Итак, чтобы начать, посетим сайт blender.org, и отыщем, а что-же там написано про булеан:

Current limitations are:

  • Exactly overlapping faces cause errors.
  • Self-intersecting geometry on either side of the operation (which also intersects the other side) causes errors.

Как видите, ограничений всего два: полигоны, которые накладываются друг на друга и правильная топология в месте пересечения полигонов двух мешей, участвующих в операции булеана. Чтобы понять, каким образом и откуда возникают эти ограничения, и почему правильная важна только на месте пересечения полигонов, давайте постараемся вникнуть, как работает булеан.

В первой стадии, определяется линия пересечения двух объектов. Вот, например линия пересечения двух кубов:

1.jpg

На этой стадии могут возникать ошибки связанные с тем, что Blender не может провести линию пересечения, или эта линия может оказаться не замкнутой.

В результате два объекта разделяются на 4 части, от линии пересечения теперь отходят по четыре плоскости и чтобы завершить операцию, в зависимости от типа (вычитание, пересечение или объединение) Blender удаляет лишние 2 плоскости.

2.jpg

Например, мне нужно вычесть из куба, отмеченного красным, синий. Нужно взять часть меша № 1 и часть синего куба, которая находится как-бы «внутри» красного № 3, а остальное удалить. Но как Blender узнает, какая часть находится «внутри», а какая «снаружи»? По нормалям. Действительно, мешу необязательно быть замкнутым, главное — чистая линия пересечения и верные нормали. Рассмотрим на примере: я взял сюзанну и плейн:

3.jpg

Затем я добавляю булеан к сюзанне и вычитаю плейн:

4.jpg

Хоть плейн и не замкнут, но у него есть нормаль, по которой часть обезьянки находится «внутри», а часть «снаружи». Но почему пропал глаз? Глаз сюзанны сделан отдельным мешем. В этом легко убедиться, попробовав нажать L на любой части сюзанны. Поэтому совершенно не понятно находится глаз внутри или снаружи, ведь плейн незамкнут. Попробуем так-же развернуть нормали плейна:

5.jpg

Теперь область «внутри» поменялась местами с областью «снаружи». Так ошибки в нормалях могут приводить в ошибках с булеаном, проверяйте, в правильную ли сторону они направлены и используйте Ctrl + N

Итак мы поняли как работает булеан, и что может привести к ошибкам в его работе. Это хорошо, но что делать, если у вас очень сложный объект с тысячами полигонов, где вы не сможете физически найти, что приводит к ошибке?

Методы борьбы с ошибками boolean

1. Remove Doubles

Самое первое что вы должны сделать — попробовать старое доброе:

  1. WR Remove doubles
  2. Ctrl + N Recalculate normals

Просчитать нормали иногда бессмысленно перед склейкой вершин, поэтому соблюдайте порядок.

Например, вы сделали объемный текст или кривую и пытаетесь вычесть ее:

6.jpg

Чтобы сделать острое ребро, обычно в 3D-графике на его месте делается разрез. С виду меш цельный, но на самом деле он надрезан по границам букв. Это легко увидеть, если поставить дисплейс без текстуры:

354 KB

GIFrecord_2016-05-15_231620.gifGIFrecord_2016-05-15_231620.gif

Точно так-же работает и модификатор Edge Split, создающий острые углы. Если вы попробуйте вычесть объект с Edge Split, булеан, возможно, не сработает

Решение проблемы: WR Remove doubles

2. Exactly overlapping faces.

«Exactly overlapping faces cause errors» — написано в документации Blender — что это значит? Рассмотрим на примере. Я вычитаю один объект из Text и из Cube, а затем пытаюсь объединить их:

8.jpg

Почему выводится ошибка? Все меши замкнуты, самопересечений нет. Но попробуйте построить линию пересечения Text и Cube. Сверху, где мы вычитали куб, некоторые полигоны одного объекта совпадают с полигонами другого. В результате там не получится провести линию, поскольку там не линия, а скорее плоскость пересечения. Blender тоже не может построить линию пересечения и пишет сообщение об ошибке.

Решение проблемы: Следите за порядком булеанов (сделайте сначала объединение, а потом вычитайте) или примените Boolean и чуть сдвиньте один объект. Новый тип булеана B-mesh (2.78) может обойти эту проблему. Попробуйте сменить тип операции

3. Примените масштаб

При отрицательном масштабе объект становится вывернутым, что может отразится на операции. Преверьте нет ли у вас отрицательного масштабирования, если есть примените его Ctrl+A → Scale. Затем, нужно будет пересчитать нормали Tab, Ctrl+N

4. 3D-print toolbox.

На сложных моделях иногда трудно найти дыры в объекте, или другие косяки, аддон «3D-print toolbox» укажет вам на них. Он входит в стандартный набор аддонов, нужно только лишь активировать его в настройках File → User Preferences (Ctrl+Alt+U).

15.jpg

Далее в Toolbox 3D-вида (T) появится новая вкладка:

14.jpg

Войдите в Edit Mode и нажмите Checks: → Solid. Внизу появится сообщение с количеством «неправильных ребер». Нажмите соответствующую кнопку, и Blender выделит эти ребра, указав на неточности в модели:

16.jpg

Принцип работы прост — у каждого ребра должно быть 2 грани. Если у ребра одна грань — значит он граничит с дыркой в меше, что может дать ошибку в булеане. А если больше двух — в такой детали не будут верно определяться нормали, что тоже вызовет ошибку. Повторюсь, иногда дырки не вызовут ошибок, главное, чтобы они не были на месте пересечения, но при этом часть меша может пропасть (как в примере с сюзанной).

Вторая кнопка указывает на проблемы с нормалями

Решение проблемы: с помощью 3D-print toolbox исправьте меши так, чтобы Checks: → Solid выдавал нули

5. Самопересечение.

Самопересечение — это когда полигоны объекта пересекают полигоны этого-же объекта. Это бывает, например, когда вы используете Bevel у текста или кривой:

12.jpg

Bevel расширяет область вокруг кривой, поэтому во внутренних углах образуются области самопересечения:

18.jpg

Решение проблемы: нужно вручную склеить вершины (Alt+M) или с помощью привязки, таким образом, чтобы область пересечения исчезла:

11.jpg

Часто бывает и другое: объект с самопересечением проходит операцию булеана, но на месте самопересечения образуется дырка. Такой объект застопорится уже на следующем булеане, что вводит в заблуждение (один булеан прошел, второй — нет, значит блендер-баг)

6. Сложные полигоны.

В особо редких случаях бывает проблема, связанная с N-gon. Она настолько редкая, что мне не удается ее повторить, чтобы сделать скриншот. Так-же я не уверен можно ли ее словить в новых версиях Blender. Суть проблемы в том, что иногда в результате многочисленных булеанов создается N-gon такой сложной формы, что при операции булеана он может буквально самопересечься.

Решение проблемы: разбить N-gon на более мелкие полигоны. Или подразделить большой исходный полигон, который участвует в операции булеана с более мелким или детальным объектом

Подводим итог.

Если булеан вывел ошибку, или выполнил операцию частично или неверно, попробуйте сделать следующее:

  1. WR Remove doubles, затем Ctrl + N Recalculate normals
  2. Проверьте не накладываются ли фейсы, например, в результате неправильного порядка булеанов.
  3. С помощью 3D-print toolbox проверьте меш (Checks: → Solid)
  4. Найдите область самопересечения и исправьте ее.
  5. Если ничего не помогло — напишите в комментариях, может, я что-то пропустил? Сделаем эту статью лучше!

Most of the common problems people experience with the Boolean modifier are generally down to only 2 or 3 things: Normals, Doubles (or overlapping geometry), Non-Manifold geometry.

Normals

Faces have a direction, it may seem like a weird idea but it’s necessary in computer graphics to give a polygon (different word for face) a direction.

enter image description here

The fact that faces have a direction is included in the word «face», for English speakers: «what direction is it facing? it’s facing that direction». Blender will give the new faces you create a direction that corresponds to the faces around it, it’s up to you as a modeler to be aware of this.

The direction of the Normals determines how the objects combine when using a Boolean Modifier:

On the first image the cube and the torus have their normals facing out:

enter image description here

On the second image the Torus has the normals facing in:

enter image description here

On the third image both objects have their normals facing in:

enter image description here

What are Difference, Union, and Intersect supposed to produce?

  • Difference: The result will be those parts of the mesh which do not share volume in 3D space. see here a good expose on how to do this, and what to expect
  • Union: Returns the two meshes joined as one, the two meshes do need to have at least some common volume in 3D space. If they don’t you can use the Join command (Ctrl+j) instead of a boolean.
  • Intersect: will return the shared 3d volume of the two meshes.

Quote from the manual:

  • Difference

The modified mesh is subtracted from the target mesh.

If the target Mesh has inverted normals, Blender will Intersect the modified mesh.

If the modified Mesh has inverted normals, Blender will add both meshes (Union).

If both Meshes use inverted normals, Blender will Intersect the target Mesh.

  • Union

The target mesh is added to the modified mesh.

If the target Mesh has inverted normals, Blender will Intersect the target Mesh.

If the modified Mesh has inverted normals, Blender will subtract the target Mesh.

If both Meshes use inverted normals, Blender will Intersect the modified Mesh.

  • Intersect

The target mesh is subtracted from the modified mesh.

If the target Mesh has inverted normals, Blender will subtract the target Mesh.

If the modified Mesh has inverted normals, Blender will intersect the target Mesh.

If both Meshes use inverted normals, Blender will add both meshes (Union).

Fixes for problems caused by normals in boolean operations are generally easy: Faces of both objects should all be outward facing with no exceptions.

To recalculate normals enter Edit Mode (Tab).

Select all faces and press CtrlN To have the normals face out

Or CtrlShiftN to have normals face inside the mesh.

To flip a single face, select it and use Mesh>Normals>Flip Normals.

enter image description here

You can toggle the display of normals in the Properties Panel (right panel N): enter image description here

Doubles

Doubles are multiple vertices which share the same 3d location. These are problematic for the boolean modifier if they occur in one object, because they’re a sign of degenerate geometry (zero area faces, hidden duplicated edges) or simple geometry which isn’t fully connected as you might be led to believe by how it looks.

To Remove doubles

  1. Enter edit mode (Tab).
  2. Select everything (A.
  3. Presss W and select Remove Doubles.

( insert images of example tell-tale signs of doubles )

  • Overlapping geometry between objects:
    If you’ve removed doubles and flipped normals the right way, then a third cause of Boolean Failure is that some of your edges are shared by more than 2 faces. Inspect your Objects closely.
    Multiple vertices in the same location will often cause the boolean modifier to act up.
    In addition to Double geometry on Object A or B, object B should also not share any duplicated geometry with A. You can always prevent this by adjusting one of your Objects to comply with this limitation of the Boolean Algorithm.
    From this bug report:

    this is a known bug in Carve upstream (a library we’re using for boolean operations)

Non-Manifold Geometry

Boolean operations will fail when using Non-manifold objects.

For all intents are purposes manifold means ‘is it air-tight’, meaning it has no holes. Examples of non-manifold objects could be objects like planes with no thickness, or objects that are self-intersecting or that have Zero-area faces or have Open volumes.

For some operations it helps if you use the Outliner to hide the object you are doing the boolean operation with from view/render so you can see clearly the effect of the operation before applying the modifier (apply at the last possible moment!)

Other cases where boolean operations can fail:

  • Using Curve objects instead of Mesh objects

    Blender doesn’t let you use a curve objects for boolean operations. That inlcudes Text objects, as they are considered curves as well. Those objects would need to converted to mesh by pressing ⎇ AltC.

Since you are new to Blender, here the «extended directors cut» of vklidus comment:

Klick on that little caret right of the two circles and it will open the viewport overlays dialog.

Check the «face orientation» checkbox.

enter image description here

In the viewport you will see now only blue and red colors.

Blue means good -> the face is facing outwards.
Red means evil -> the face is facing inwards.

Normally red is wrong, but of course, there are case where red is right. e.g. if you move with the camera inside a cube, of course the faces inside the cube will be red then (if the cube does not have a solidify modifier…).

So you can see that the sword has some red faces.

To fix this, select the sword, press TAB and then A to select all vertices and then click on Mesh -> Normals -> recalculate normals.

enter image description here

you will notice, that some red faces will turn to blue.

Repeat this for all red faces.

After that the boolean should work.

by the way, it is always a good idea to change the «viewport display» -> «display as» of the cutter to «bounds» so that you can see what the result of the boolean operation is.

enter image description here

One of the most useful tools for creating customized objects in 3D modeling is the Bullion modifier, which allows you to change the shape of your main model using a second model as the Boolean effect.

The following is a list of reasons why the Boolean modifier may not be working for you in your case.

  • Artifacts Appear On The Shading Of The Main Model
  • The Wrong Areas Of My Object Were Deleted
  • I Cannot See The Effect That My Boolean Has
  • The Boolean Object Looks Weird In The Viewport
  • The Boolean Has Messed Up My Objects Topology
  • I Cannot Seem To Cut Holes Through The Model
  • The Geometry Is Self Intersecting

If you can learn to master the Boolean modifier, then you can create all sorts of incredible-looking objects very quickly. But we need to understand exactly how it works so that we can avoid making crucial mistakes when using the modifier in our projects.

How The Boolean Modifier Is Designed To Work?

The term boolean is used when there are two potential values to a query. For example, the typical Boolean is the True/False boolean in coding. Other examples of Booleans are 1 & 2, A & B, and Yes and No.

In Blender, the boolean modifier follows a similar concept, with at least two objects involved in the equation.

The first object is the main object that the boolean modifier that will be applied to, such as the cube model in the image below.

Cube For Main Object

The second object is classed as the boolean model, and we need to tell Blender to use this model as the target boolean for the main object. For our example, we will use the UV sphere as the boolean.

The UV Sphere As The Boolean

Add the boolean modifier to the cube model in the example, which you can do by selecting the cube, going to the modifiers tab in the properties panel, and then adding the boolean modifier from the menu.

Boolean Modifier Tab

The icon that represents the boolean modifier here appears red because the modifier currently has no effect on the model.

Select the box for the object and a small list will pop up of objects that you can select as your boolean. Choose the object that you want from the list and the icon should appear white.

If the boolean is overlapping the main object then it is cutting into the object in real-time. Because it is a modifier, we can edit the positioning of the boolean object or the boolean settings in the modifiers tab.

When you are happy with the location you can apply the modifier to make the effect permanent and then move the boolean model out of the way to view the result.

Result Of The Boolean

Why Is My Boolean Union Failing?

There are three types of boolean that you can use as your calculation method between the main model and the boolean object. These three types are Intersect, Union, and Difference.

The union method calculates your boolean to delete the space where the models are overlapping and then combine what remains of the two models, effectively merging them into the same object.

If you look inside your model you will see that there is no excess geometry inside as it was deleted with the boolean.

So What Would Cause A Union Boolean To Fail?

It is rare to see the Union method fail in blender because it’s actually relatively straightforward in what it tries to do. He effectively just merges the Boolean with the main object while deleting what would have been in between.

But what if the geometry in between is still there? Well, this can occur if the main object has a dramatically different level of geometry to the Boolean one. For example, if the boolean has a lot more geometry than the main object, then Blender might not know exactly how to connect it.

Alternatively, if your main object has any islands to it, which are areas of mesh that are disconnected from the rest of the object, then again Blender may struggle to calculate the boolean between the two objects.

Preventing The Boolean From Failing

There are two things that we can do here to help prevent our Union method from failing when using the booking modifier.

The first method is to avoid attaching your boolean to different islands of the main mesh at the same time.

The second method is to ensure that the amount of geometry, or geometry density, is fairly similar between both your bullion and your main model.

Why Is The Object Disappearing When I Use The Boolean Modifier?

A common teething problem for most Blender users when trying the boolean modifier is for the majority or even the entirety of the main model to disappear when using the boolean modifier.

One example where this may occur will be when you are trying to use a text object as your boolean for the main model. Sometimes when we are attempting to combine a text with our main objects, the main object itself can actually disappear from view.

The main reason why this is the case is that when we are using text objects that have been converted into meshes we are effectively working with a series of islands, an island is a part of the mesh that is disconnected from the rest of the object and in the case of a text object, every letter is an island.

Blender traditionally does not work well when combining islands with booleans and so we can sometimes get effects like our main model disappearing from view when using our boolean modifier with these kinds of objects.

A lot of the time this tends to be nothing more than just a glitch, and therefore the solution can be pretty straightforward. One thing that you can try is just moving the boolean model. Even if you move the Boolean model just a tiny bit, it can restore the main model into view.

Alternatively, you can change the boolean method temporarily for the Bullion modifier and then change back, like from difference to intersect and then back the difference. This I find does actually help to restore the main object.

To help minimize this, ensure that the geometry for your text mesh is as clean as possible. When you convert a text into a mesh, that object’s geometry is often messy, and this poor topology can impact the way the Boolean works on the main model. Clean up the topology on the mesh text before you use it as a boolean for the main object.

Being Able To View The Effect That Your Boolean Modifier Has?

One of the most common problems that Blender users have with the Boolean modifier is the inability to see exactly what is going on. The main reason why is because the Boolean itself gets in the way of viewing the effects that it has on the object.

Therefore, we need to find some way to hide or obscure the view of the Boolean object. One way that we can do this is to simply hide our boolean model. You can do this by selecting the boolean and then pressing the H key.

Hide The Boolean

Or you can select the boolean model in the outliner panel and then click on the eye icon next to it. This would allow us to view the effect that the boolean has on the model, but if we want to adjust the boolean again, then we’re going to have to bring it back into view before we can move it.

A better solution is to actually change the viewport display of our boolean model. So select the Boolean and then go to the properties panel. Locate the objects Properties tab, which will have information relating to the object data itself.

Scroll down it where it says viewport display, and then find the option where it says Display as – textured. Click on this option to bring up a menu and you will want to select the wireframe option.

Display As Wire

When you do this, the UV sphere or the Boolean that you are using will appear as a wireframe, but the rest of your scene will appear as normal. This way you are able to see the effect that the boolean is having on the model, while at the same time being able to adjust its positioning.

Problems With The Base Geometry That Can Affect The Boolean?

The Boolean modifier requires the calculation of both the main object’s geometry as well as the boolean geometry defining the location of each individual vertex, and deciding where and how these vertices should be connected.

It is always going to be an important step to ensure that the geometry or topology of your main object is in a clean, usable state. If, for example, you have overlapping geometry or if your main object is already self-intersecting on itself, then these factors can have an impact on how the Boolean modifier is going to be calculated and can cause many of the issues seen above.

As such, it is good practice to clean up your main objects before using the boolean as well as after. Before using your boolean modifier, select your entire model in edit mode, and then scan your model to ensure that there is no self-intersecting or overlapping geometry.

You also need to keep an eye out for zero faces. Zero faces are very, very tiny faces that are so small that they cannot be calculated by the boolean, and these types of faces can create shading artifacts when the Boolean is used.

With the entire model selected, or even just the areas that need fixing, use the ALT + M key to bring up your merge menu. From here, choose the merge by distance option and then increase your value to the point where you are able to clean up the poor geometry.

This should help improve the final result of the Boolean as well as improve the general topology of the main model. You may need to repeat this process after you have used the Boolean as this will also affect the topology of the main object.

The Boolean Is Not Cutting Through My Model When I Try To Create A Hole?

A common use case for using the Boolean modifier is to cut holes into our model. Of the three boolean methods that we have at our disposal, the difference option is normally the best choice for creating the holes, but there is a problem.

In the case of our cube/UV sphere combination, we are able to use the UV sphere to create our boolean. But we’re not actually creating a hole into our cube.

The reason why is because the boolean modifier wants to ensure that we are not able to view both sides of our object, both inside and outside.

The solution to this is to add another modifier to your main object. The modifier that we need to add is going to be the Solidify modifier.

Add Solidify To Main Model

Go to the modifiers tab for the main object, go add modifier, and then select solidify. In order for this to work correctly, the solidify modifier needs to be positioned above the boolean because the Boolean modifier has to calculate the thickness of the model before it can apply the Boolean effects.

So grab your solidify modifier and bring it above your boolean. In our example, we can now see that while the shape of the UV sphere has been cut into our cube, we also have a hole that allows us to view the inside of the cube because the Solidify modifier has given the cube some additional thickness. This makes it easier for the boolean modifier to calculate the object itself.

Result On The Model

How Object Normals Can Cause Issues When Using The Boolean Tool

One more factor that can affect the ability to use your boolean modifier is the use of incorrect normals. Normals represent the direction that the geometry is facing. All vertices, edges, and faces will have an inward direction as well as an outward direction.

Ideally, you should always be able to view the outward direction of your normals in the 3D viewport. Below we have an example of our UV sphere with the boolean targeting the cube. Yet the UV sphere does not seem to impact the cube at all.

Boolean With Incorrect Normals

The reason why is because the UV sphere has had its normals flipped so that they are the wrong way round where the outward-facing normals are inside and vice versa. The boolean modifier uses the normal direction of the boolean models’ geometry to create the boolean.

So if the normals are facing the wrong way then they cannot be detected by the Boolean modifier and as a result, it doesn’t work on the main model. To fix this issue, select your boolean model, which in this case is our UV sphere, and hit the TAB key to enter edit mode.

With the entirety of the model selected, which you can do by pressing the A key, press Shift + N on your keyboard to use the recalculate normals tool. This should instantly flip your normals to the correct way.

Normals Menu

Alternatively, select all of your geometry for your boolean objects and use the hotkey Alt + N to open the normals menu. From here you can choose to recalculate outside, recalculate inside or flip the normals of your model.

Sometimes you may only have a few incorrect normals, so you will need to identify those normals and then select them independently before flipping them to the correct direction. Although using the recalculate outside option should be able to do this anyway.

How To Apply My Boolean To A Model?

When you are happy with your Boolean modifier and you are confident that there are going to be no negative effects to your main model. You would then need to apply your brilliant modifier.

To apply any modifier, go to that modifier in the properties panel and then click on the little down arrow. This will give you a variety of options and the first one should be to apply that modifier.

Note that this will not work if you are in edit mode for the selected object. Make sure you are in object mode first, then go to the properties panel and apply that modifier.

If you are using multiple modifiers, it is ideal to apply the ones that are on top first, working your way down. Otherwise, you can end up with changes in how the modifiers affect the model.

Thanks For Reading The Article

We appreciate you taking the time to read through the article and we hope that you have been able to locate the information that you were looking for. Below we have compiled a list of additional topics that are available for you to view and learn more about Blender.

  • The Best Method For Improving Your Skills In Blender Is…
  • Is Blender A Good Choice For Beginners?
  • Best Shortcuts For 3D Modeling In Blender
  • Boolean Tool Fast Vs Exact Solver
  • Master Navigation In 3D Space
  • What Are The Best Free Animation Applications To Use?

    What Are The Best Free Animation Applications To Use?

    Animation has become an increasingly popular way to tell stories, educate, and entertain audiences of all ages. However, animation software can be expensive, making it difficult for beginners or those

    Continue Reading


    28/03/2023

  • What Is A 3D Printing Pen, And How Do We Use It?

    What Is A 3D Printing Pen, And How Do We Use It?

    3D printing technology has revolutionized the manufacturing industry, making it easy to create complex and customized objects. 3D printing pens are one of the latest innovations in this field, rapidly

    Continue Reading


    27/03/2023

  • How To Change The Handle Types For Keyframes?

    How To Change The Handle Types For Keyframes?

    Animating in Blender requires us to not only create keyframes for our animations but also manipulate them by changing the interpolation of those frames and how they interact. The manual

    Continue Reading


    04/01/2023

Существует мнение, что модификатор «Boolean» плохо работает и что его лучше по-реже использовать, или, еще лучше, совсем отказаться от него. Конечно, булеан не панацея, но в некоторых случаях незаменим.

Некоторые пишут, что булеан «работает через раз», поскольку, действительно бывает, что им выдается такое сообщение:

Если «Boolean выдает ошибку» или «булеан не работает верно» эта статья поможет вам. Если вы не хотите вдаваться в подробности следуйте сразу к этой части, где описываются решения проблем. Статья описывает стандартный модификатор Boolean, но применима и к команде булевской операции (Mesh → Faces → Intersect (Boolean)), добавленной в 2.77 так и к аддонам, посторенным на модификаторе.

Как работает Boolean

Как я понимаю, не многие пытаются разобраться, а в чем ошибка, почему blender в одних случаях хорошо и быстро режет сложнейшие модели, в других отказывается сделать булеан-операцию даже с самыми, казалось-бы простыми? Чтобы это понять, нужно иметь хотябы небольшое представление, а как работает этот модификатор. На самом деле булеан Блендера — безотказная вещь, но требующая хороший исходный материал. Гарантирую, если Вы сможете разобраться и исправить модель, Blender справится с булеаном даже в самых сложных случаях (ну… если хватит оперативки).

Итак, чтобы начать, посетим сайт blender.org, и отыщем, а что-же там написано про булеан:

Current limitations are:

  • Exactly overlapping faces cause errors.
  • Self-intersecting geometry on either side of the operation (which also intersects the other side) causes errors.

Как видите, ограничений всего два: полигоны, которые накладываются друг на друга и правильная топология в месте пересечения полигонов двух мешей, участвующих в операции булеана. Чтобы понять, каким образом и откуда возникают эти ограничения, и почему правильная важна только на месте пересечения полигонов, давайте постараемся вникнуть, как работает булеан.

В первой стадии, определяется линия пересечения двух объектов. Вот, например линия пересечения двух кубов:

1.jpg

На этой стадии могут возникать ошибки связанные с тем, что Blender не может провести линию пересечения, или эта линия может оказаться не замкнутой.

В результате два объекта разделяются на 4 части, от линии пересечения теперь отходят по четыре плоскости и чтобы завершить операцию, в зависимости от типа (вычитание, пересечение или объединение) Blender удаляет лишние 2 плоскости.

2.jpg

Например, мне нужно вычесть из куба, отмеченного красным, синий. Нужно взять часть меша № 1 и часть синего куба, которая находится как-бы «внутри» красного № 3, а остальное удалить. Но как Blender узнает, какая часть находится «внутри», а какая «снаружи»? По нормалям. Действительно, мешу необязательно быть замкнутым, главное — чистая линия пересечения и верные нормали. Рассмотрим на примере: я взял сюзанну и плейн:

3.jpg

Затем я добавляю булеан к сюзанне и вычитаю плейн:

4.jpg

Хоть плейн и не замкнут, но у него есть нормаль, по которой часть обезьянки находится «внутри», а часть «снаружи». Но почему пропал глаз? Глаз сюзанны сделан отдельным мешем. В этом легко убедиться, попробовав нажать L на любой части сюзанны. Поэтому совершенно не понятно находится глаз внутри или снаружи, ведь плейн незамкнут. Попробуем так-же развернуть нормали плейна:

5.jpg

Теперь область «внутри» поменялась местами с областью «снаружи». Так ошибки в нормалях могут приводить в ошибках с булеаном, проверяйте, в правильную ли сторону они направлены и используйте Ctrl + N

Итак мы поняли как работает булеан, и что может привести к ошибкам в его работе. Это хорошо, но что делать, если у вас очень сложный объект с тысячами полигонов, где вы не сможете физически найти, что приводит к ошибке?

Методы борьбы с ошибками boolean

1. Remove Doubles

Самое первое что вы должны сделать — попробовать старое доброе:

  1. WR Remove doubles
  2. Ctrl + N Recalculate normals

Просчитать нормали иногда бессмысленно перед склейкой вершин, поэтому соблюдайте порядок.

Например, вы сделали объемный текст или кривую и пытаетесь вычесть ее:

6.jpg

Чтобы сделать острое ребро, обычно в 3D-графике на его месте делается разрез. С виду меш цельный, но на самом деле он надрезан по границам букв. Это легко увидеть, если поставить дисплейс без текстуры:

354 KB

GIFrecord_2016-05-15_231620.gifGIFrecord_2016-05-15_231620.gif

Точно так-же работает и модификатор Edge Split, создающий острые углы. Если вы попробуйте вычесть объект с Edge Split, булеан, возможно, не сработает

Решение проблемы: WR Remove doubles

2. Exactly overlapping faces.

«Exactly overlapping faces cause errors» — написано в документации Blender — что это значит? Рассмотрим на примере. Я вычитаю один объект из Text и из Cube, а затем пытаюсь объединить их:

8.jpg

Почему выводится ошибка? Все меши замкнуты, самопересечений нет. Но попробуйте построить линию пересечения Text и Cube. Сверху, где мы вычитали куб, некоторые полигоны одного объекта совпадают с полигонами другого. В результате там не получится провести линию, поскольку там не линия, а скорее плоскость пересечения. Blender тоже не может построить линию пересечения и пишет сообщение об ошибке.

Решение проблемы: Следите за порядком булеанов (сделайте сначала объединение, а потом вычитайте) или примените Boolean и чуть сдвиньте один объект. Новый тип булеана B-mesh (2.78) может обойти эту проблему. Попробуйте сменить тип операции

3. Примените масштаб

При отрицательном масштабе объект становится вывернутым, что может отразится на операции. Преверьте нет ли у вас отрицательного масштабирования, если есть примените его Ctrl+A → Scale. Затем, нужно будет пересчитать нормали Tab, Ctrl+N

4. 3D-print toolbox.

На сложных моделях иногда трудно найти дыры в объекте, или другие косяки, аддон «3D-print toolbox» укажет вам на них. Он входит в стандартный набор аддонов, нужно только лишь активировать его в настройках File → User Preferences (Ctrl+Alt+U).

15.jpg

Далее в Toolbox 3D-вида (T) появится новая вкладка:

14.jpg

Войдите в Edit Mode и нажмите Checks: → Solid. Внизу появится сообщение с количеством «неправильных ребер». Нажмите соответствующую кнопку, и Blender выделит эти ребра, указав на неточности в модели:

16.jpg

Принцип работы прост — у каждого ребра должно быть 2 грани. Если у ребра одна грань — значит он граничит с дыркой в меше, что может дать ошибку в булеане. А если больше двух — в такой детали не будут верно определяться нормали, что тоже вызовет ошибку. Повторюсь, иногда дырки не вызовут ошибок, главное, чтобы они не были на месте пересечения, но при этом часть меша может пропасть (как в примере с сюзанной).

Вторая кнопка указывает на проблемы с нормалями

Решение проблемы: с помощью 3D-print toolbox исправьте меши так, чтобы Checks: → Solid выдавал нули

5. Самопересечение.

Самопересечение — это когда полигоны объекта пересекают полигоны этого-же объекта. Это бывает, например, когда вы используете Bevel у текста или кривой:

12.jpg

Bevel расширяет область вокруг кривой, поэтому во внутренних углах образуются области самопересечения:

18.jpg

Решение проблемы: нужно вручную склеить вершины (Alt+M) или с помощью привязки, таким образом, чтобы область пересечения исчезла:

11.jpg

Часто бывает и другое: объект с самопересечением проходит операцию булеана, но на месте самопересечения образуется дырка. Такой объект застопорится уже на следующем булеане, что вводит в заблуждение (один булеан прошел, второй — нет, значит блендер-баг)

6. Сложные полигоны.

В особо редких случаях бывает проблема, связанная с N-gon. Она настолько редкая, что мне не удается ее повторить, чтобы сделать скриншот. Так-же я не уверен можно ли ее словить в новых версиях Blender. Суть проблемы в том, что иногда в результате многочисленных булеанов создается N-gon такой сложной формы, что при операции булеана он может буквально самопересечься.

Решение проблемы: разбить N-gon на более мелкие полигоны. Или подразделить большой исходный полигон, который участвует в операции булеана с более мелким или детальным объектом

Подводим итог.

Если булеан вывел ошибку, или выполнил операцию частично или неверно, попробуйте сделать следующее:

  1. WR Remove doubles, затем Ctrl + N Recalculate normals
  2. Проверьте не накладываются ли фейсы, например, в результате неправильного порядка булеанов.
  3. С помощью 3D-print toolbox проверьте меш (Checks: → Solid)
  4. Найдите область самопересечения и исправьте ее.
  5. Если ничего не помогло — напишите в комментариях, может, я что-то пропустил? Сделаем эту статью лучше!

There are differences between different versions of Blender, and there are multiple problems you may encounter. But here is the brief answer.

In Blender version 2.9x and later you can apply a modifier by clicking it so that the outline becomes blue, press Ctrl+A to apply it. You can also press the menu showed by a down arrow icon on the modifier and choose Apply.

If you need to learn the basics of how modifiers work, you can first read here:

Related content: How modifiers work in Blender, an overview

Or, if you need a guide to the most common modifiers, this article is for you.

Related content: Top 10 Blender modifiers and how they work

In the rest of this article, we will dive into some common error messages you may encounter, as well as how to apply the entire modifier stack or apply modifiers on multiple objects. We will also look at some edge cases and errors you may come across.

How to apply modifiers in any version of Blender?

In Blender version 2.9x, there were some changes to the interface. Most of them for the better, and some of them to prepare Blender for a more versatile interface in the future. But when you are following older tutorials and guides, you may find that these changes can trip you up.

The modifier stack was one of those interface elements that saw a major overhaul and now differs from older versions. Here are the steps to apply a single modifier in 2.9x and later.

  • Open the modifier tab in the properties panel, that is the blue wrench icon.
  • Left-click on white space on the modifier or the icon in the top left corner of the modifier you want to apply.
  • The blue outline shows the modifier is selected.
  • Press Ctrl+A to apply the modifier or press the down arrow next to the camera icon in the modifier header and choose Apply.

In 2.8x and earlier follow these steps:

  • Open the modifier tab in the properties panel, that is the wrench icon.
  • Press the apply button just below the header of the modifier.

It may seem like they made the process harder, but we can now just use a quick shortcut(Ctrl+A) to apply the selected modifier. There is also drag-and-drop to rearrange the order of modifiers in version 2.90 and above.

Apply all modifiers at once for an object

To apply all modifiers on an object, select it and go to Object->Convert To->Mesh. This operation not only converts other object types to mesh objects, but it applies the modifier stack in the correct order from top to bottom.

In earlier versions of Blender, you can use Alt+C and choose “Mesh from Curve/Meta/Surf/Text”. Now, that shortcut is removed. But we can right click the operation in the menu and choose “Add to quick favorites”. Now press Q to bring up the quick favorites menu and use the operation from there.

There is also the modifier tools add-on that can help us easily apply modifiers. Enable it by going to Edit->Preferences and go to the add-on section.

Search for “modifier” and you will filter the list down. Check the box next to “Modifier tools” to enable it. Close the properties.

Open the modifier tab for your object and add at least one modifier to the stack.

Now you will have four buttons above the “add modifier” drop-down. You can perform these operations from here now:

  • Apply all
  • Delete all
  • Viewport vis
  • Toggle stack

Viewport vis will hide all modifiers in the viewport while toggle stack will minimize and expand the stack.

Apply modifier to multiple objects

To apply all modifiers on multiple objects, select all objects you want to apply modifiers for, then go to Object->Convert To and choose mesh. We can also use the modifier tools add-on and use the apply all operators while having multiple objects selected.

There is currently no way to apply just part of the modifier stack on multiple objects. In that case, you must manually apply.

Modifiers cannot be applied in edit mode

This is because modifiers are not part of the geometry contained inside the object. Instead, modifiers are mathematical functions performing their operation from top to bottom on the geometry contained inside the object. The geometry contained inside the object being the geometry we access in edit mode.

So, modifiers are separate from the data we have access to in edit mode and cannot be directly accessed in edit mode.

If you expand your mesh object in the outliner, you will see a visual representation of how the different data relate to each other.

Modifier cannot be applied to a mesh with shape keys

Modifiers from the generate and modify categories cannot be applied when there are shape keys on an object. This is because of the order of operation. Since shape keys exist on the mesh level and these modifiers add data later, Blender cannot know how to handle the generated data for the shape keys when applied.

Related content: Blender shape key basics guide

To apply the modifiers, you need to first remove the shape keys, apply the modifiers and create new shape keys.

For the simulation and deform categories, we can instead apply as shape keys. In this case we don’t add or remove data from the mesh. Instead, we just deform or change existing data. We can then convert these changes to shape keys by applying the modifiers as shape keys.

Modifier cannot be applied to multi-user data

We cannot apply modifiers on multi-user data because if we apply a modifier, we would change the data in all objects that share this data.

Other objects sharing the data could, for instance, have a different modifier stack and various conflicts could occur.

If you want to apply modifiers for an object with multi-user data, we first have to make it single-user. Follow these steps.

  • Go to the mesh data tab. That is the green triangle icon in the properties panel.
  • Press the number next to the name of the data-block at the top.
  • The object is now single-user
  • Go to the modifier tab and apply the modifiers you want applied.

How to solve “Modifier is disabled, skipping apply” error message?

The error message “Modifier is disabled, skipping apply” occurs when a modifier does not have the correct parameters to perform its task.

For example, a Boolean modifier needs a second object to perform the Boolean operation against, but if none is supplied, the modifier can’t carry out its task.

When a modifier doesn’t have the correct parameters to perform its operation, the icon will be red. This is how you know you need to supply it with more information.

How to enable modifiers

We can enable a modifier in three different ways.

  • Enabled for viewport
  • Enabled for rendering
  • Enabled for edit mode

We find these toggles in the header of each modifier, showed by a camera, monitor and mesh square icon.

The difference between applying and enabling a modifier is that when we apply a modifier, we commit the changes a modifier does and bake it into the mesh data. Enabling or disabling a modifier instead change if the modifier is turned on or off without altering the data contained inside the object.

Final thoughts

In this article, we covered some common roadblocks that you may run into while exploring modifiers.

There are several pitfalls we can fall into when dealing with modifiers. Everything from how to apply them, what is the terminology around them, and how to find out what a specific error message means.

Thanks for your time.

  • Блейд энд соул ошибка установки 400
  • Блейд энд соул ошибка 100 неверный пароль
  • Бланк ошибок при сдаче города
  • Блаженны забывчивые ибо они не помнят своих ошибок
  • Блаженны забывающие ибо не помнят они своих ошибок