Inward extrusion is not working
Motivation - or how can I get myself to do the work I know I need to?
What language is software running on the ISS written in?
Are there downsides to using std::string as a buffer?
Is open-sourcing the code of a webapp not recommended?
English word for "product of tinkering"
Cycle through MeshStyle directives in ListLinePlot
How to tell your grandparent to not come to fetch you with their car?
Is it possible to 'live off the sea'
How to forge a multi-part weapon?
Is the term 'open source' a trademark?
Is using haveibeenpwned to validate password strength rational?
Are there any important biographies of nobodies?
Grover algorithm for a database search: where is the quantum advantage?
Share calendar details request from manager's manager
Is counterpoint still used today?
Overlapping String-Blocks
How is water heavier than petrol, even though its molecular weight is less than petrol?
How does an ordinary object become radioactive?
A planet of ice and fire
Difference between > and >> when used with a named pipe
What makes Ada the language of choice for the ISS's safety-critical systems?
Frame failure sudden death?
What to do when surprise and a high initiative roll conflict with the narrative?
What is wrong with this proof that symmetric matrices commute?
Inward extrusion is not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I am new to blender, while making a cup i was doing an inward extrusion but it is not working. I was extruding the upper face of cylinder inwards to make it hollow like a cup but instead it's extruding a solid on the other side too instead of a cut. Please HELP!


modeling extrude
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I am new to blender, while making a cup i was doing an inward extrusion but it is not working. I was extruding the upper face of cylinder inwards to make it hollow like a cup but instead it's extruding a solid on the other side too instead of a cut. Please HELP!


modeling extrude
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago
add a comment |
$begingroup$
I am new to blender, while making a cup i was doing an inward extrusion but it is not working. I was extruding the upper face of cylinder inwards to make it hollow like a cup but instead it's extruding a solid on the other side too instead of a cut. Please HELP!


modeling extrude
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I am new to blender, while making a cup i was doing an inward extrusion but it is not working. I was extruding the upper face of cylinder inwards to make it hollow like a cup but instead it's extruding a solid on the other side too instead of a cut. Please HELP!


modeling extrude
modeling extrude
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 hours ago
Prashant JayPrashant Jay
62
62
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Prashant Jay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago
add a comment |
$begingroup$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago
$begingroup$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago
$begingroup$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
It's not a bug. You extruded straight down, through the sides of your cup.
Blender isn't going to stop you from doing this, as it's not a real solid cup, just mathematical points connected in a conceptual 3d space.
I'm on mobile, so an illustration I sketched out in my notes app will have to do. Imagine this is the side profile of your cup. The green arrow is how you wanted to extrude, but the red arrow is how you actually extruded.

Luckily it's easy to fix. Your extrusion was not wrong - just incomplete. The other step you have to do is scale in the face that resulted from the extrusion. Then it won't be intersecting awkwardly in a way that results in a non-manifold mesh. You can tell faces are backfaces (think: inside-out) when they're shaded darkly like that in the viewport. It's the first sign that you may have done something you didn't mean to.
Here's an illustration of what the side profile will look like after you scale it in to fix it:

You will want most 3D meshes you make to form a volume. There are a few exceptions (like leaf texture planes), but usually you want the mesh to be closed and not self-intersecting. Imagine: If it couldn't exist as a balloon (air-tight), then it doesn't have a volume.
Let's explore this concept with more sloppy drawings, shall we? Shaded all in green is the side profile of a cup that has a volume. Below that is the side profile of a cup as yours currently is, with self-intersecting faces that cannot form a volume. Marked in red are regions where backfaces will show as a result of the self-intersection.

Is it starting to make more sense now?
$endgroup$
add a comment |
$begingroup$
Your cup's extusion down is doing what Blender thinks you want, but not what you think you want. Extrusion (the 'E' key) travels at a tangential angle away from the average normal created by the vertices in your selection. Thus, they will continue in this straight path as you stretch it out (via mouse or input of a number on the keyboard). The issue you're seeing is that it won't automatically assume you want your mesh to stay within the bounds of the "cup". Here's a quick solution:
Make your cup:
For these other steps, make sure your selection method is set to "Median" instead of something else:
Extrude the top like before, but hit escape rather than drag it around or inputting any numbers:
After hitting escape, hit "S" (scale) and scale it down, to give it a little depth:
Now go ahead and extrude straight down like you did before. Your cup will look funky again, and the wrong side of the normals will show outside of the cup for the portion that overlaps:
Now, with that circular face still selected, hit "s" again to scale it DOWN, making your cup more cup-like.
This last image is just a top view of the cup, so you can see the interior circular mesh face:
Hope that helps!
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
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
);
);
Prashant Jay is a new contributor. Be nice, and check out our Code of Conduct.
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%2f142142%2finward-extrusion-is-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It's not a bug. You extruded straight down, through the sides of your cup.
Blender isn't going to stop you from doing this, as it's not a real solid cup, just mathematical points connected in a conceptual 3d space.
I'm on mobile, so an illustration I sketched out in my notes app will have to do. Imagine this is the side profile of your cup. The green arrow is how you wanted to extrude, but the red arrow is how you actually extruded.

Luckily it's easy to fix. Your extrusion was not wrong - just incomplete. The other step you have to do is scale in the face that resulted from the extrusion. Then it won't be intersecting awkwardly in a way that results in a non-manifold mesh. You can tell faces are backfaces (think: inside-out) when they're shaded darkly like that in the viewport. It's the first sign that you may have done something you didn't mean to.
Here's an illustration of what the side profile will look like after you scale it in to fix it:

You will want most 3D meshes you make to form a volume. There are a few exceptions (like leaf texture planes), but usually you want the mesh to be closed and not self-intersecting. Imagine: If it couldn't exist as a balloon (air-tight), then it doesn't have a volume.
Let's explore this concept with more sloppy drawings, shall we? Shaded all in green is the side profile of a cup that has a volume. Below that is the side profile of a cup as yours currently is, with self-intersecting faces that cannot form a volume. Marked in red are regions where backfaces will show as a result of the self-intersection.

Is it starting to make more sense now?
$endgroup$
add a comment |
$begingroup$
It's not a bug. You extruded straight down, through the sides of your cup.
Blender isn't going to stop you from doing this, as it's not a real solid cup, just mathematical points connected in a conceptual 3d space.
I'm on mobile, so an illustration I sketched out in my notes app will have to do. Imagine this is the side profile of your cup. The green arrow is how you wanted to extrude, but the red arrow is how you actually extruded.

Luckily it's easy to fix. Your extrusion was not wrong - just incomplete. The other step you have to do is scale in the face that resulted from the extrusion. Then it won't be intersecting awkwardly in a way that results in a non-manifold mesh. You can tell faces are backfaces (think: inside-out) when they're shaded darkly like that in the viewport. It's the first sign that you may have done something you didn't mean to.
Here's an illustration of what the side profile will look like after you scale it in to fix it:

You will want most 3D meshes you make to form a volume. There are a few exceptions (like leaf texture planes), but usually you want the mesh to be closed and not self-intersecting. Imagine: If it couldn't exist as a balloon (air-tight), then it doesn't have a volume.
Let's explore this concept with more sloppy drawings, shall we? Shaded all in green is the side profile of a cup that has a volume. Below that is the side profile of a cup as yours currently is, with self-intersecting faces that cannot form a volume. Marked in red are regions where backfaces will show as a result of the self-intersection.

Is it starting to make more sense now?
$endgroup$
add a comment |
$begingroup$
It's not a bug. You extruded straight down, through the sides of your cup.
Blender isn't going to stop you from doing this, as it's not a real solid cup, just mathematical points connected in a conceptual 3d space.
I'm on mobile, so an illustration I sketched out in my notes app will have to do. Imagine this is the side profile of your cup. The green arrow is how you wanted to extrude, but the red arrow is how you actually extruded.

Luckily it's easy to fix. Your extrusion was not wrong - just incomplete. The other step you have to do is scale in the face that resulted from the extrusion. Then it won't be intersecting awkwardly in a way that results in a non-manifold mesh. You can tell faces are backfaces (think: inside-out) when they're shaded darkly like that in the viewport. It's the first sign that you may have done something you didn't mean to.
Here's an illustration of what the side profile will look like after you scale it in to fix it:

You will want most 3D meshes you make to form a volume. There are a few exceptions (like leaf texture planes), but usually you want the mesh to be closed and not self-intersecting. Imagine: If it couldn't exist as a balloon (air-tight), then it doesn't have a volume.
Let's explore this concept with more sloppy drawings, shall we? Shaded all in green is the side profile of a cup that has a volume. Below that is the side profile of a cup as yours currently is, with self-intersecting faces that cannot form a volume. Marked in red are regions where backfaces will show as a result of the self-intersection.

Is it starting to make more sense now?
$endgroup$
It's not a bug. You extruded straight down, through the sides of your cup.
Blender isn't going to stop you from doing this, as it's not a real solid cup, just mathematical points connected in a conceptual 3d space.
I'm on mobile, so an illustration I sketched out in my notes app will have to do. Imagine this is the side profile of your cup. The green arrow is how you wanted to extrude, but the red arrow is how you actually extruded.

Luckily it's easy to fix. Your extrusion was not wrong - just incomplete. The other step you have to do is scale in the face that resulted from the extrusion. Then it won't be intersecting awkwardly in a way that results in a non-manifold mesh. You can tell faces are backfaces (think: inside-out) when they're shaded darkly like that in the viewport. It's the first sign that you may have done something you didn't mean to.
Here's an illustration of what the side profile will look like after you scale it in to fix it:

You will want most 3D meshes you make to form a volume. There are a few exceptions (like leaf texture planes), but usually you want the mesh to be closed and not self-intersecting. Imagine: If it couldn't exist as a balloon (air-tight), then it doesn't have a volume.
Let's explore this concept with more sloppy drawings, shall we? Shaded all in green is the side profile of a cup that has a volume. Below that is the side profile of a cup as yours currently is, with self-intersecting faces that cannot form a volume. Marked in red are regions where backfaces will show as a result of the self-intersection.

Is it starting to make more sense now?
edited 7 hours ago
answered 8 hours ago
MentalistMentalist
10.4k13684
10.4k13684
add a comment |
add a comment |
$begingroup$
Your cup's extusion down is doing what Blender thinks you want, but not what you think you want. Extrusion (the 'E' key) travels at a tangential angle away from the average normal created by the vertices in your selection. Thus, they will continue in this straight path as you stretch it out (via mouse or input of a number on the keyboard). The issue you're seeing is that it won't automatically assume you want your mesh to stay within the bounds of the "cup". Here's a quick solution:
Make your cup:
For these other steps, make sure your selection method is set to "Median" instead of something else:
Extrude the top like before, but hit escape rather than drag it around or inputting any numbers:
After hitting escape, hit "S" (scale) and scale it down, to give it a little depth:
Now go ahead and extrude straight down like you did before. Your cup will look funky again, and the wrong side of the normals will show outside of the cup for the portion that overlaps:
Now, with that circular face still selected, hit "s" again to scale it DOWN, making your cup more cup-like.
This last image is just a top view of the cup, so you can see the interior circular mesh face:
Hope that helps!
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Your cup's extusion down is doing what Blender thinks you want, but not what you think you want. Extrusion (the 'E' key) travels at a tangential angle away from the average normal created by the vertices in your selection. Thus, they will continue in this straight path as you stretch it out (via mouse or input of a number on the keyboard). The issue you're seeing is that it won't automatically assume you want your mesh to stay within the bounds of the "cup". Here's a quick solution:
Make your cup:
For these other steps, make sure your selection method is set to "Median" instead of something else:
Extrude the top like before, but hit escape rather than drag it around or inputting any numbers:
After hitting escape, hit "S" (scale) and scale it down, to give it a little depth:
Now go ahead and extrude straight down like you did before. Your cup will look funky again, and the wrong side of the normals will show outside of the cup for the portion that overlaps:
Now, with that circular face still selected, hit "s" again to scale it DOWN, making your cup more cup-like.
This last image is just a top view of the cup, so you can see the interior circular mesh face:
Hope that helps!
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
Your cup's extusion down is doing what Blender thinks you want, but not what you think you want. Extrusion (the 'E' key) travels at a tangential angle away from the average normal created by the vertices in your selection. Thus, they will continue in this straight path as you stretch it out (via mouse or input of a number on the keyboard). The issue you're seeing is that it won't automatically assume you want your mesh to stay within the bounds of the "cup". Here's a quick solution:
Make your cup:
For these other steps, make sure your selection method is set to "Median" instead of something else:
Extrude the top like before, but hit escape rather than drag it around or inputting any numbers:
After hitting escape, hit "S" (scale) and scale it down, to give it a little depth:
Now go ahead and extrude straight down like you did before. Your cup will look funky again, and the wrong side of the normals will show outside of the cup for the portion that overlaps:
Now, with that circular face still selected, hit "s" again to scale it DOWN, making your cup more cup-like.
This last image is just a top view of the cup, so you can see the interior circular mesh face:
Hope that helps!
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
Your cup's extusion down is doing what Blender thinks you want, but not what you think you want. Extrusion (the 'E' key) travels at a tangential angle away from the average normal created by the vertices in your selection. Thus, they will continue in this straight path as you stretch it out (via mouse or input of a number on the keyboard). The issue you're seeing is that it won't automatically assume you want your mesh to stay within the bounds of the "cup". Here's a quick solution:
Make your cup:
For these other steps, make sure your selection method is set to "Median" instead of something else:
Extrude the top like before, but hit escape rather than drag it around or inputting any numbers:
After hitting escape, hit "S" (scale) and scale it down, to give it a little depth:
Now go ahead and extrude straight down like you did before. Your cup will look funky again, and the wrong side of the normals will show outside of the cup for the portion that overlaps:
Now, with that circular face still selected, hit "s" again to scale it DOWN, making your cup more cup-like.
This last image is just a top view of the cup, so you can see the interior circular mesh face:
Hope that helps!
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 7 hours ago
Little Robot GuysLittle Robot Guys
113
113
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Little Robot Guys is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Prashant Jay is a new contributor. Be nice, and check out our Code of Conduct.
Prashant Jay is a new contributor. Be nice, and check out our Code of Conduct.
Prashant Jay is a new contributor. Be nice, and check out our Code of Conduct.
Prashant Jay is a new contributor. Be nice, and check out our Code of Conduct.
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%2f142142%2finward-extrusion-is-not-working%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$
This could be a visual bug, try to scale your extrusion to fit inside your cup. The process you have described should be working.
$endgroup$
– BK.
8 hours ago