How do I construct this japanese bowl? The Next CEO of Stack Overflowvanishing displacement maps shortly after bakingDrawing/sketches in blenderWhy won't Difference subtract the geometry of this mesh?How to smooth extremely dense mesh?Modelling a Dagger (1): How to bend straight facesFill hole between a mesh and a planeHow to merge intersection of an object with itself?Modeling curved/round bulge on a flat surface?How do i manipulate a cylinder i have insertedHow can I keep the smoothness of an object when exporting it?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
How does practicing restraint and performing actions of merit purify the mind?
Inappropriate reference requests from Journal reviewers
How do I construct this japanese bowl?
How do we know the LHC results are robust?
Why didn't Khan get resurrected in the Genesis Explosion?
Only print output after finding pattern
Rotate a column
What does "Its cash flow is deeply negative" mean?
WOW air has ceased operation, can I get my tickets refunded?
How do spells that require an ability check vs. the caster's spell save DC work?
How to count occurrences of text in a file?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
How to write the block matrix in LaTex?
What makes a siege story/plot interesting?
Failed to fetch jessie backports repository
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Which organization defines CJK Unified Ideographs?
How to start emacs in "nothing" mode (`fundamental-mode`)
When Does an Atlas Uniquely Define a Manifold?
Grabbing quick drinks
How to get regions to plot as graphics
Why did we only see the N-1 starfighters in one film?
How do I construct this japanese bowl?
The Next CEO of Stack Overflowvanishing displacement maps shortly after bakingDrawing/sketches in blenderWhy won't Difference subtract the geometry of this mesh?How to smooth extremely dense mesh?Modelling a Dagger (1): How to bend straight facesFill hole between a mesh and a planeHow to merge intersection of an object with itself?Modeling curved/round bulge on a flat surface?How do i manipulate a cylinder i have insertedHow can I keep the smoothness of an object when exporting it?
$begingroup$
So I'm pretty new to Blender and I want to create a model of this Japanese bowls that aren't uniformly round, instead they have these larger polygons on the outside, as you can see in the picture.
I tried a few modifiers, but I couldn't find anything that would help. Does anyone have an idea how I could get this shape? Thanks.
modeling modifiers
New contributor
$endgroup$
add a comment |
$begingroup$
So I'm pretty new to Blender and I want to create a model of this Japanese bowls that aren't uniformly round, instead they have these larger polygons on the outside, as you can see in the picture.
I tried a few modifiers, but I couldn't find anything that would help. Does anyone have an idea how I could get this shape? Thanks.
modeling modifiers
New contributor
$endgroup$
1
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago
add a comment |
$begingroup$
So I'm pretty new to Blender and I want to create a model of this Japanese bowls that aren't uniformly round, instead they have these larger polygons on the outside, as you can see in the picture.
I tried a few modifiers, but I couldn't find anything that would help. Does anyone have an idea how I could get this shape? Thanks.
modeling modifiers
New contributor
$endgroup$
So I'm pretty new to Blender and I want to create a model of this Japanese bowls that aren't uniformly round, instead they have these larger polygons on the outside, as you can see in the picture.
I tried a few modifiers, but I couldn't find anything that would help. Does anyone have an idea how I could get this shape? Thanks.
modeling modifiers
modeling modifiers
New contributor
New contributor
edited 15 hours ago
metaphor_set
4,3481718
4,3481718
New contributor
asked 16 hours ago
SkemiSkemi
333
333
New contributor
New contributor
1
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago
add a comment |
1
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago
1
1
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You could try it this way:
- Put your picture as a Background image.
- Create a plane, rotate it on the X axis to have it in front view, apply the rotation.
- In Front Ortho view, use the picture as a model to build your mesh, mirror the mesh to make it easier.
- Switch to Right Ortho view and continue to model the mesh. You'll have to shift the mesh from its origin.
- Come back to Object mode. Create an empty at the same point as the object origin.
- Give your object an Array modifier, give it a Count of 8, deactivate Relative Offset, activate Object Offset, choose the empty as object.
- Rotate the empty 45° on the Z axis.
- In Edit mode, give some corrections to make the vertices stick approximately with their arrayed copies.
- Duplicate the empty + object to keep a copy somewhere on another layer.
- Apply the modifiers.
- Go in Edit mode, remove doubles.
- Dissolve the useless vertical edges.
- Make some corrections.
- Now you have your basic bowl. Of course you'll probably want it to be a bit more sophisticated, like adding some bevels, etc... in that case you can keep just 1/8 of the bowl and again spin it around the empy with an array, add your bevels on the original mesh, keep only quads, etc...
$endgroup$
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
add a comment |
$begingroup$
Enable the "Add Mesh: Extra Objects" add-on and add a Geodesic Dome mesh.
Adjust the following:
Hedron: Icosahedron
Shape: hex
Frequency: as you want.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
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
);
);
Skemi 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%2f135551%2fhow-do-i-construct-this-japanese-bowl%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$
You could try it this way:
- Put your picture as a Background image.
- Create a plane, rotate it on the X axis to have it in front view, apply the rotation.
- In Front Ortho view, use the picture as a model to build your mesh, mirror the mesh to make it easier.
- Switch to Right Ortho view and continue to model the mesh. You'll have to shift the mesh from its origin.
- Come back to Object mode. Create an empty at the same point as the object origin.
- Give your object an Array modifier, give it a Count of 8, deactivate Relative Offset, activate Object Offset, choose the empty as object.
- Rotate the empty 45° on the Z axis.
- In Edit mode, give some corrections to make the vertices stick approximately with their arrayed copies.
- Duplicate the empty + object to keep a copy somewhere on another layer.
- Apply the modifiers.
- Go in Edit mode, remove doubles.
- Dissolve the useless vertical edges.
- Make some corrections.
- Now you have your basic bowl. Of course you'll probably want it to be a bit more sophisticated, like adding some bevels, etc... in that case you can keep just 1/8 of the bowl and again spin it around the empy with an array, add your bevels on the original mesh, keep only quads, etc...
$endgroup$
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
add a comment |
$begingroup$
You could try it this way:
- Put your picture as a Background image.
- Create a plane, rotate it on the X axis to have it in front view, apply the rotation.
- In Front Ortho view, use the picture as a model to build your mesh, mirror the mesh to make it easier.
- Switch to Right Ortho view and continue to model the mesh. You'll have to shift the mesh from its origin.
- Come back to Object mode. Create an empty at the same point as the object origin.
- Give your object an Array modifier, give it a Count of 8, deactivate Relative Offset, activate Object Offset, choose the empty as object.
- Rotate the empty 45° on the Z axis.
- In Edit mode, give some corrections to make the vertices stick approximately with their arrayed copies.
- Duplicate the empty + object to keep a copy somewhere on another layer.
- Apply the modifiers.
- Go in Edit mode, remove doubles.
- Dissolve the useless vertical edges.
- Make some corrections.
- Now you have your basic bowl. Of course you'll probably want it to be a bit more sophisticated, like adding some bevels, etc... in that case you can keep just 1/8 of the bowl and again spin it around the empy with an array, add your bevels on the original mesh, keep only quads, etc...
$endgroup$
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
add a comment |
$begingroup$
You could try it this way:
- Put your picture as a Background image.
- Create a plane, rotate it on the X axis to have it in front view, apply the rotation.
- In Front Ortho view, use the picture as a model to build your mesh, mirror the mesh to make it easier.
- Switch to Right Ortho view and continue to model the mesh. You'll have to shift the mesh from its origin.
- Come back to Object mode. Create an empty at the same point as the object origin.
- Give your object an Array modifier, give it a Count of 8, deactivate Relative Offset, activate Object Offset, choose the empty as object.
- Rotate the empty 45° on the Z axis.
- In Edit mode, give some corrections to make the vertices stick approximately with their arrayed copies.
- Duplicate the empty + object to keep a copy somewhere on another layer.
- Apply the modifiers.
- Go in Edit mode, remove doubles.
- Dissolve the useless vertical edges.
- Make some corrections.
- Now you have your basic bowl. Of course you'll probably want it to be a bit more sophisticated, like adding some bevels, etc... in that case you can keep just 1/8 of the bowl and again spin it around the empy with an array, add your bevels on the original mesh, keep only quads, etc...
$endgroup$
You could try it this way:
- Put your picture as a Background image.
- Create a plane, rotate it on the X axis to have it in front view, apply the rotation.
- In Front Ortho view, use the picture as a model to build your mesh, mirror the mesh to make it easier.
- Switch to Right Ortho view and continue to model the mesh. You'll have to shift the mesh from its origin.
- Come back to Object mode. Create an empty at the same point as the object origin.
- Give your object an Array modifier, give it a Count of 8, deactivate Relative Offset, activate Object Offset, choose the empty as object.
- Rotate the empty 45° on the Z axis.
- In Edit mode, give some corrections to make the vertices stick approximately with their arrayed copies.
- Duplicate the empty + object to keep a copy somewhere on another layer.
- Apply the modifiers.
- Go in Edit mode, remove doubles.
- Dissolve the useless vertical edges.
- Make some corrections.
- Now you have your basic bowl. Of course you'll probably want it to be a bit more sophisticated, like adding some bevels, etc... in that case you can keep just 1/8 of the bowl and again spin it around the empy with an array, add your bevels on the original mesh, keep only quads, etc...
edited 12 hours ago
answered 14 hours ago
moonbootsmoonboots
13.5k21024
13.5k21024
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
add a comment |
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
1
1
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
I'm replacing the word "amazing" today with "moonboots." That answer is super moonboots because the Japanese bowl shapes are non-standard. Though I wonder if "star" as a GD option might eventually get closer than the hex in the other answer.
$endgroup$
– HelloHiHola
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
$begingroup$
oh thanks HelloHiHola! I don't think you can have this kind of complex pattern with Extra Objects but I never tried it so who knows?
$endgroup$
– moonboots
13 hours ago
1
1
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
I feel like this answer deserves more to be the accepted one, because it teaches a much more applicable concept than "just use this primitive".
$endgroup$
– Adam Barnes
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
$begingroup$
it depends if he wants the exact pattern or something that mimics ;) Extra Objects seems convenient to quickly create something that looks like this pattern
$endgroup$
– moonboots
12 hours ago
add a comment |
$begingroup$
Enable the "Add Mesh: Extra Objects" add-on and add a Geodesic Dome mesh.
Adjust the following:
Hedron: Icosahedron
Shape: hex
Frequency: as you want.
$endgroup$
add a comment |
$begingroup$
Enable the "Add Mesh: Extra Objects" add-on and add a Geodesic Dome mesh.
Adjust the following:
Hedron: Icosahedron
Shape: hex
Frequency: as you want.
$endgroup$
add a comment |
$begingroup$
Enable the "Add Mesh: Extra Objects" add-on and add a Geodesic Dome mesh.
Adjust the following:
Hedron: Icosahedron
Shape: hex
Frequency: as you want.
$endgroup$
Enable the "Add Mesh: Extra Objects" add-on and add a Geodesic Dome mesh.
Adjust the following:
Hedron: Icosahedron
Shape: hex
Frequency: as you want.
answered 14 hours ago
FFellerFFeller
1,27437
1,27437
add a comment |
add a comment |
Skemi is a new contributor. Be nice, and check out our Code of Conduct.
Skemi is a new contributor. Be nice, and check out our Code of Conduct.
Skemi is a new contributor. Be nice, and check out our Code of Conduct.
Skemi 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%2f135551%2fhow-do-i-construct-this-japanese-bowl%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
1
$begingroup$
I don't think modifiers will give you the best results. Maybe 2.8 has something I don't know. Begin researching Blender sculpting and draw the specific pattern on paper to get your head around it beforehand. I'm watching for answers too.
$endgroup$
– HelloHiHola
16 hours ago