11
$\begingroup$

I want to Boolean union a cube (“A”) and a sphere (“B”) to created unified object (“U”). “U” should be a single mesh object with the faces of the new object inheriting the material properties of the corresponding faces from both "A" and "B" as explained in the documentation:

Documentation of boolean union

When I try to recreate this my unified object "U" ends up with either just the material from "A" or "B" but not both. I.e I want it to end up still yellow and red rather than totally red or totally yellow.

Before Union

After union and moved to reveal "U"

My process is simply create new mesh objects, assign separate materials, change the Diffuse property of each material, then go to add modifier > boolean > union > apply. Am I doing it wrong?

$\endgroup$

2 Answers 2

15
$\begingroup$

I've posted this question elsewhere and got this answer "The object with the boolean modifier needs to have both materials in its material list"

I tried exactly that, first when I make my two objects with separate materials, I make sure the second mesh also lists the material of the other object, even though it is not in use:

material list

then when I request that second mesh to be boolean unified to the other mesh, the result is multicolor:

enter image description here

That object in the screenshot is definitely a single mesh with two materials. So that seems the way to do it.

$\endgroup$
4
  • 1
    $\begingroup$ Well I just learned something new. $\endgroup$
    – David
    Commented Oct 29, 2014 at 16:10
  • $\begingroup$ Life saver before paper deadline! THank you !!! $\endgroup$ Commented May 22, 2017 at 20:44
  • 1
    $\begingroup$ nice. but should probably be logged as a blender bug or feature request that it should automatically also merge the materials. $\endgroup$
    – Harry McKenzie
    Commented Mar 5, 2022 at 2:38
  • $\begingroup$ @HarryMcKenzie second this $\endgroup$ Commented Mar 10 at 0:37
0
$\begingroup$

I just tested this and I did it with textures mapped onto each object. At first, I though it did not work. One texture was now mapped onto both parts. I clicked to wire frame to see if all internal elements of the ball and cube were removed as they should be in the union-ed object. When I clicked on textured view i got the correct texture on each part as is should be. After applying the modifier, it looked right in texture view, but had only texture in material view. My experience is if you want to export the item for something like 3d printing, you need it to look right in material view. The only way I found so far to get this is to be sure one object is fully selected in edit mode and one is not selected. After you apply the modifier, the selected vertex groups are still in that state. That makes it easy to create 2 proper textures in the union-ed product. If you find an easier way, please share :)

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .