Page MenuHome

the Boolean modifier disables the vertex group of the mesh
Closed, DuplicatePublic

Description

System Information
Operating system:
Graphics card:

Broken: Blender-2.80.0-git.54ffc4e19dc4-windows64

Worked: Blender 2.79

Short description of error
The boolean modifier disables vertex groups for whatever modifiers is under it on that mesh.



I used the boolean modifier and smooth modifier for this example.
the mid section is where the vertex group is
The first picture is with the boolean modifier on top. The whole thing is smoothed when only the mid section is supposed to be smoothed.
The second picture is with the smooth modifier on top. Only the mid section is smoothed

Exact steps for others to reproduce the error
I added a cylinder and edited the cylinder to make it look like this in the picture.
I added the middle vertices of the cylinder to a vertex group named "group" and attached a smooth modifier with the "group" as the vertext group.
I added a cube
i added a boolean modifier to the cylinder with the cube as the object and set it to difference

apologies for bad english

Event Timeline

@Sergey Sharybin (sergey) I guess this is the intended behaviour? I'm guessing that the decision taken in T52763 still stands.

@Sebastian Parborg (zeddb), this seems to be different from the report you've found. The limitation which is tricky to solve was related on preserving weight groups for the new vertices. Here it seems the weights are lost for the vertices which are not affected by boolean modifier.
Would expect this case to be working the same with and without boolean modifier.
At least form quick looking into the problem.

@Sergey Sharybin (sergey) Sharybin (sergey) will there be a notification or something when this is fixed?