Why doesn't my simple mesh wall “difference boolean cut” the door away?Union partially overlapping cubes without boolean modifier
What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?
The Amazing Sliding Crossword
How can the US president give an order to a civilian?
Is there any possible way to get these hearts as Adult Link?
Why is it easier to balance a non-moving bike standing up than sitting down?
Is there any way to revive my Sim?
How to write a nice frame challenge?
Explicit song lyrics checker
Run 2 runs, run 2 (can "runs" be dropped in colloquial language) [cricket]
Time at 1G acceleration to travel 100 000 light years
In Street Fighter, what does the M stand for in M Bison?
Are intrusions within a foreign embassy considered an act of war?
Leaving job close to major deadlines
Predict the product from the reaction
How could I create a situation in which a PC has to make a saving throw or be forced to pet a dog?
Should I include fillets on my 3d printed parts?
Scaling an object to change its key
Is declining an undergraduate award which causes me discomfort appropriate?
Definition of 'vrit'
How can I improve my violin intonation for enharmonic notes?
Boundaries and Buddhism
How much steel armor can you wear and still be able to swim?
Kelvin type connection
I found a password with hashcat but it doesn't work
Why doesn't my simple mesh wall “difference boolean cut” the door away?
Union partially overlapping cubes without boolean modifier
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I am new in Blender. I have basically done mesh walls, and I want to cut away doors.
So I select each wall, take boolean "difference" and select the red rectable (that should represent a door)..
But something weird happens. I can see the wall has been slightly changed at the door, but no cut out.
What I am missing?
Download link to .blend file
https://www.dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
I have also done a video
https://youtu.be/hIt52h4-bRs
I can upload the Blender project if needed.


modifiers
$endgroup$
add a comment |
$begingroup$
I am new in Blender. I have basically done mesh walls, and I want to cut away doors.
So I select each wall, take boolean "difference" and select the red rectable (that should represent a door)..
But something weird happens. I can see the wall has been slightly changed at the door, but no cut out.
What I am missing?
Download link to .blend file
https://www.dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
I have also done a video
https://youtu.be/hIt52h4-bRs
I can upload the Blender project if needed.


modifiers
$endgroup$
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30
add a comment |
$begingroup$
I am new in Blender. I have basically done mesh walls, and I want to cut away doors.
So I select each wall, take boolean "difference" and select the red rectable (that should represent a door)..
But something weird happens. I can see the wall has been slightly changed at the door, but no cut out.
What I am missing?
Download link to .blend file
https://www.dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
I have also done a video
https://youtu.be/hIt52h4-bRs
I can upload the Blender project if needed.


modifiers
$endgroup$
I am new in Blender. I have basically done mesh walls, and I want to cut away doors.
So I select each wall, take boolean "difference" and select the red rectable (that should represent a door)..
But something weird happens. I can see the wall has been slightly changed at the door, but no cut out.
What I am missing?
Download link to .blend file
https://www.dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
I have also done a video
https://youtu.be/hIt52h4-bRs
I can upload the Blender project if needed.


modifiers
modifiers
edited Jun 1 at 17:57
corgrath
asked Jun 1 at 17:48
corgrathcorgrath
1084
1084
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30
add a comment |
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
BMesh solver (the one used by default by the boolean modifier) don't like when two faces are coplanar, like the lower faces of your wall and door.
You can move down your door a bit (or just move down it's lower face).
You can also change the solver used by the modifier. In Solver, instead of BMesh, select Carve.
$endgroup$
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "502"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f141924%2fwhy-doesnt-my-simple-mesh-wall-difference-boolean-cut-the-door-away%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
BMesh solver (the one used by default by the boolean modifier) don't like when two faces are coplanar, like the lower faces of your wall and door.
You can move down your door a bit (or just move down it's lower face).
You can also change the solver used by the modifier. In Solver, instead of BMesh, select Carve.
$endgroup$
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
add a comment |
$begingroup$
BMesh solver (the one used by default by the boolean modifier) don't like when two faces are coplanar, like the lower faces of your wall and door.
You can move down your door a bit (or just move down it's lower face).
You can also change the solver used by the modifier. In Solver, instead of BMesh, select Carve.
$endgroup$
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
add a comment |
$begingroup$
BMesh solver (the one used by default by the boolean modifier) don't like when two faces are coplanar, like the lower faces of your wall and door.
You can move down your door a bit (or just move down it's lower face).
You can also change the solver used by the modifier. In Solver, instead of BMesh, select Carve.
$endgroup$
BMesh solver (the one used by default by the boolean modifier) don't like when two faces are coplanar, like the lower faces of your wall and door.
You can move down your door a bit (or just move down it's lower face).
You can also change the solver used by the modifier. In Solver, instead of BMesh, select Carve.
answered Jun 1 at 21:57
thibsertthibsert
2,2791512
2,2791512
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
add a comment |
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
$begingroup$
It worked, thank you!
$endgroup$
– corgrath
Jun 2 at 5:43
add a comment |
Thanks for contributing an answer to Blender Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f141924%2fwhy-doesnt-my-simple-mesh-wall-difference-boolean-cut-the-door-away%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Please upload the blender project. It would help a lot.
$endgroup$
– caleb lee
Jun 1 at 17:52
$begingroup$
Ive updated the question with the file dropbox.com/s/apv7gx2394jtu0d/blender.blend?dl=0
$endgroup$
– corgrath
Jun 1 at 17:57
$begingroup$
If you are "new to blender" do yourself a favor and avoid using booleans. Learn how to model without it.
$endgroup$
– cegaton
Jun 2 at 3:30