Best strategy for rigging and modelling tongue in face
We are working on a cute monster with a big tongue:
We want the tongue to have a different material and texture than the rest of the body. We also want to rig the tongue so it elastically stretch from the soft palate when the mouth opens.
We are discussing two strategies concerning the tongue:
- The tongue is a part of the main body mesh. We control how the bone flexes the body using weight paint. Applying the textures requires careful separation between the body and the mouth.
- The tongue is a separate object from the body. This strategy seems more logical, as the tongue is indeed something different like the leg is different from the torso. Applying the textures and sculpting will be easier, but we have doubts about how to animate opening the mouth, which involves both flexing the body and stretching the tongue out.
- The tongue and the lower soft palate is a separate object. Upper soft palate is a part of the body, because it needs to move and stretch when the jaw opens. It seems like a compromise, but it may well be the most difficult to achieve and tune.
Questions:
- Are those options equally feasible, or is one more manageable than the other?
- If option 2 has some merits, how to reliably parent the soft palate and tongue to the body, so it stays connected when the upper jaw (part of the body) opens? Comment below the answer this question suggests that it may not be possible:character made with multiple objects one armature or different armatures
rigging sculpting parent
add a comment |
We are working on a cute monster with a big tongue:
We want the tongue to have a different material and texture than the rest of the body. We also want to rig the tongue so it elastically stretch from the soft palate when the mouth opens.
We are discussing two strategies concerning the tongue:
- The tongue is a part of the main body mesh. We control how the bone flexes the body using weight paint. Applying the textures requires careful separation between the body and the mouth.
- The tongue is a separate object from the body. This strategy seems more logical, as the tongue is indeed something different like the leg is different from the torso. Applying the textures and sculpting will be easier, but we have doubts about how to animate opening the mouth, which involves both flexing the body and stretching the tongue out.
- The tongue and the lower soft palate is a separate object. Upper soft palate is a part of the body, because it needs to move and stretch when the jaw opens. It seems like a compromise, but it may well be the most difficult to achieve and tune.
Questions:
- Are those options equally feasible, or is one more manageable than the other?
- If option 2 has some merits, how to reliably parent the soft palate and tongue to the body, so it stays connected when the upper jaw (part of the body) opens? Comment below the answer this question suggests that it may not be possible:character made with multiple objects one armature or different armatures
rigging sculpting parent
add a comment |
We are working on a cute monster with a big tongue:
We want the tongue to have a different material and texture than the rest of the body. We also want to rig the tongue so it elastically stretch from the soft palate when the mouth opens.
We are discussing two strategies concerning the tongue:
- The tongue is a part of the main body mesh. We control how the bone flexes the body using weight paint. Applying the textures requires careful separation between the body and the mouth.
- The tongue is a separate object from the body. This strategy seems more logical, as the tongue is indeed something different like the leg is different from the torso. Applying the textures and sculpting will be easier, but we have doubts about how to animate opening the mouth, which involves both flexing the body and stretching the tongue out.
- The tongue and the lower soft palate is a separate object. Upper soft palate is a part of the body, because it needs to move and stretch when the jaw opens. It seems like a compromise, but it may well be the most difficult to achieve and tune.
Questions:
- Are those options equally feasible, or is one more manageable than the other?
- If option 2 has some merits, how to reliably parent the soft palate and tongue to the body, so it stays connected when the upper jaw (part of the body) opens? Comment below the answer this question suggests that it may not be possible:character made with multiple objects one armature or different armatures
rigging sculpting parent
We are working on a cute monster with a big tongue:
We want the tongue to have a different material and texture than the rest of the body. We also want to rig the tongue so it elastically stretch from the soft palate when the mouth opens.
We are discussing two strategies concerning the tongue:
- The tongue is a part of the main body mesh. We control how the bone flexes the body using weight paint. Applying the textures requires careful separation between the body and the mouth.
- The tongue is a separate object from the body. This strategy seems more logical, as the tongue is indeed something different like the leg is different from the torso. Applying the textures and sculpting will be easier, but we have doubts about how to animate opening the mouth, which involves both flexing the body and stretching the tongue out.
- The tongue and the lower soft palate is a separate object. Upper soft palate is a part of the body, because it needs to move and stretch when the jaw opens. It seems like a compromise, but it may well be the most difficult to achieve and tune.
Questions:
- Are those options equally feasible, or is one more manageable than the other?
- If option 2 has some merits, how to reliably parent the soft palate and tongue to the body, so it stays connected when the upper jaw (part of the body) opens? Comment below the answer this question suggests that it may not be possible:character made with multiple objects one armature or different armatures
rigging sculpting parent
rigging sculpting parent
asked 5 hours ago
Adam RyczkowskiAdam Ryczkowski
1153
1153
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
All the options are equivalent in terms of animation comfort (user interacts with armature only), how they deform (separate or not, the weight painting of vertices can be the same) and materials (you can assign materials to individual faces).
A reason to split your mesh in rigging is to be able to interactively hide parts of it (but this can be also done with mask modifiers on the mesh), or to be able to split it (dismember body parts,..). None apply here.
There are no issues with one armature driving multiple meshes. You can even pack everything up into a group and link it as a single entity with a proxy rig that drives that.
In terms of setting the rig up, having the mesh in one piece is the most convenient, because you have the ability to blend weigh-painting well between bones.
add a comment |
Options 1 and 2 can both easily meet your needs, while option 3 can lead to bad performance in the joining zone.
In option 1, you can assign to the tongue a different material and textures, or even have a single material divided by UV unwrapping and careful texturing.
In option 2 there is no problem having two different objects controlled by a single bones rig, which will also perform the parenting between spare parts.
Just remember to parent both meshes to the rig, and I would suggest to use "with empty groups" instead "automatic weighting"; then set your rig display as "X rays" go to pose mode, select the body mesh, switch to weight paint mode, select all the body bones, press W "assign automatic from bones", do the same with the tongue and you will have a good starting point to be trimmed.
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
});
}
});
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%2f128365%2fbest-strategy-for-rigging-and-modelling-tongue-in-face%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
All the options are equivalent in terms of animation comfort (user interacts with armature only), how they deform (separate or not, the weight painting of vertices can be the same) and materials (you can assign materials to individual faces).
A reason to split your mesh in rigging is to be able to interactively hide parts of it (but this can be also done with mask modifiers on the mesh), or to be able to split it (dismember body parts,..). None apply here.
There are no issues with one armature driving multiple meshes. You can even pack everything up into a group and link it as a single entity with a proxy rig that drives that.
In terms of setting the rig up, having the mesh in one piece is the most convenient, because you have the ability to blend weigh-painting well between bones.
add a comment |
All the options are equivalent in terms of animation comfort (user interacts with armature only), how they deform (separate or not, the weight painting of vertices can be the same) and materials (you can assign materials to individual faces).
A reason to split your mesh in rigging is to be able to interactively hide parts of it (but this can be also done with mask modifiers on the mesh), or to be able to split it (dismember body parts,..). None apply here.
There are no issues with one armature driving multiple meshes. You can even pack everything up into a group and link it as a single entity with a proxy rig that drives that.
In terms of setting the rig up, having the mesh in one piece is the most convenient, because you have the ability to blend weigh-painting well between bones.
add a comment |
All the options are equivalent in terms of animation comfort (user interacts with armature only), how they deform (separate or not, the weight painting of vertices can be the same) and materials (you can assign materials to individual faces).
A reason to split your mesh in rigging is to be able to interactively hide parts of it (but this can be also done with mask modifiers on the mesh), or to be able to split it (dismember body parts,..). None apply here.
There are no issues with one armature driving multiple meshes. You can even pack everything up into a group and link it as a single entity with a proxy rig that drives that.
In terms of setting the rig up, having the mesh in one piece is the most convenient, because you have the ability to blend weigh-painting well between bones.
All the options are equivalent in terms of animation comfort (user interacts with armature only), how they deform (separate or not, the weight painting of vertices can be the same) and materials (you can assign materials to individual faces).
A reason to split your mesh in rigging is to be able to interactively hide parts of it (but this can be also done with mask modifiers on the mesh), or to be able to split it (dismember body parts,..). None apply here.
There are no issues with one armature driving multiple meshes. You can even pack everything up into a group and link it as a single entity with a proxy rig that drives that.
In terms of setting the rig up, having the mesh in one piece is the most convenient, because you have the ability to blend weigh-painting well between bones.
answered 2 hours ago
Jaroslav Jerryno NovotnyJaroslav Jerryno Novotny
38.4k175153
38.4k175153
add a comment |
add a comment |
Options 1 and 2 can both easily meet your needs, while option 3 can lead to bad performance in the joining zone.
In option 1, you can assign to the tongue a different material and textures, or even have a single material divided by UV unwrapping and careful texturing.
In option 2 there is no problem having two different objects controlled by a single bones rig, which will also perform the parenting between spare parts.
Just remember to parent both meshes to the rig, and I would suggest to use "with empty groups" instead "automatic weighting"; then set your rig display as "X rays" go to pose mode, select the body mesh, switch to weight paint mode, select all the body bones, press W "assign automatic from bones", do the same with the tongue and you will have a good starting point to be trimmed.
add a comment |
Options 1 and 2 can both easily meet your needs, while option 3 can lead to bad performance in the joining zone.
In option 1, you can assign to the tongue a different material and textures, or even have a single material divided by UV unwrapping and careful texturing.
In option 2 there is no problem having two different objects controlled by a single bones rig, which will also perform the parenting between spare parts.
Just remember to parent both meshes to the rig, and I would suggest to use "with empty groups" instead "automatic weighting"; then set your rig display as "X rays" go to pose mode, select the body mesh, switch to weight paint mode, select all the body bones, press W "assign automatic from bones", do the same with the tongue and you will have a good starting point to be trimmed.
add a comment |
Options 1 and 2 can both easily meet your needs, while option 3 can lead to bad performance in the joining zone.
In option 1, you can assign to the tongue a different material and textures, or even have a single material divided by UV unwrapping and careful texturing.
In option 2 there is no problem having two different objects controlled by a single bones rig, which will also perform the parenting between spare parts.
Just remember to parent both meshes to the rig, and I would suggest to use "with empty groups" instead "automatic weighting"; then set your rig display as "X rays" go to pose mode, select the body mesh, switch to weight paint mode, select all the body bones, press W "assign automatic from bones", do the same with the tongue and you will have a good starting point to be trimmed.
Options 1 and 2 can both easily meet your needs, while option 3 can lead to bad performance in the joining zone.
In option 1, you can assign to the tongue a different material and textures, or even have a single material divided by UV unwrapping and careful texturing.
In option 2 there is no problem having two different objects controlled by a single bones rig, which will also perform the parenting between spare parts.
Just remember to parent both meshes to the rig, and I would suggest to use "with empty groups" instead "automatic weighting"; then set your rig display as "X rays" go to pose mode, select the body mesh, switch to weight paint mode, select all the body bones, press W "assign automatic from bones", do the same with the tongue and you will have a good starting point to be trimmed.
answered 2 hours ago
josh sanfelicijosh sanfelici
7,9032618
7,9032618
add a comment |
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%2f128365%2fbest-strategy-for-rigging-and-modelling-tongue-in-face%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