How to make particles emit from certain parts of a 3D object?Have particles come from facesIs there a way to make space between particles?How to make a Particles MountainGenerate Particles with Random colors (continuously or from a set)How to make particles refract/change direction through an objectEmit particles from boolean intersectionHow do I evenly emit particles from a surface?Particle Collision Object for some particles but not others?How to emit real random particlesHelp on how to create a hologram with particles
How can I fix this gap between bookcases I made?
Is domain driven design an anti-SQL pattern?
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Is there a name of the flying bionic bird?
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Does a dangling wire really electrocute me if I'm standing in water?
Why doesn't a const reference extend the life of a temporary object passed via a function?
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Was there ever an axiom rendered a theorem?
What is GPS' 19 year rollover and does it present a cybersecurity issue?
aging parents with no investments
Need help identifying/translating a plaque in Tangier, Morocco
Finding files for which a command fails
Should the British be getting ready for a no-deal Brexit?
Extreme, but not acceptable situation and I can't start the work tomorrow morning
What does it exactly mean if a random variable follows a distribution
What is the command to reset a PC without deleting any files
What do the Banks children have against barley water?
Why is the design of haulage companies so “special”?
New order #4: World
Are white and non-white police officers equally likely to kill black suspects?
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
How to move the player while also allowing forces to affect it
Why do UK politicians seemingly ignore opinion polls on Brexit?
How to make particles emit from certain parts of a 3D object?
Have particles come from facesIs there a way to make space between particles?How to make a Particles MountainGenerate Particles with Random colors (continuously or from a set)How to make particles refract/change direction through an objectEmit particles from boolean intersectionHow do I evenly emit particles from a surface?Particle Collision Object for some particles but not others?How to emit real random particlesHelp on how to create a hologram with particles
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I made a spaceship with animation and I want the particles to come out from only the thrusters but it's coming out from all over the spaceship!
animation objects particles
New contributor
$endgroup$
add a comment |
$begingroup$
I made a spaceship with animation and I want the particles to come out from only the thrusters but it's coming out from all over the spaceship!
animation objects particles
New contributor
$endgroup$
$begingroup$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago
add a comment |
$begingroup$
I made a spaceship with animation and I want the particles to come out from only the thrusters but it's coming out from all over the spaceship!
animation objects particles
New contributor
$endgroup$
I made a spaceship with animation and I want the particles to come out from only the thrusters but it's coming out from all over the spaceship!
animation objects particles
animation objects particles
New contributor
New contributor
edited 2 hours ago
atomicbezierslinger
10.9k1328
10.9k1328
New contributor
asked 4 hours ago
Oliver WRIGHTOliver WRIGHT
186
186
New contributor
New contributor
$begingroup$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago
add a comment |
$begingroup$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago
$begingroup$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago
$begingroup$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Use Vertex Groups.
In edit mode
Use Vertex Groups in the Particle System Settings ... Sub Panel Vertex Groups.
- In [edit mode] a vertex group was created
- The same group was used in the Particles System Panel ... 👁 Density.
- Quick Tutorial https://www.youtube.com/watch?v=yzRS2cCiBnc
$endgroup$
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
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
);
);
Oliver WRIGHT 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%2f136590%2fhow-to-make-particles-emit-from-certain-parts-of-a-3d-object%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$
Use Vertex Groups.
In edit mode
Use Vertex Groups in the Particle System Settings ... Sub Panel Vertex Groups.
- In [edit mode] a vertex group was created
- The same group was used in the Particles System Panel ... 👁 Density.
- Quick Tutorial https://www.youtube.com/watch?v=yzRS2cCiBnc
$endgroup$
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
add a comment |
$begingroup$
Use Vertex Groups.
In edit mode
Use Vertex Groups in the Particle System Settings ... Sub Panel Vertex Groups.
- In [edit mode] a vertex group was created
- The same group was used in the Particles System Panel ... 👁 Density.
- Quick Tutorial https://www.youtube.com/watch?v=yzRS2cCiBnc
$endgroup$
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
add a comment |
$begingroup$
Use Vertex Groups.
In edit mode
Use Vertex Groups in the Particle System Settings ... Sub Panel Vertex Groups.
- In [edit mode] a vertex group was created
- The same group was used in the Particles System Panel ... 👁 Density.
- Quick Tutorial https://www.youtube.com/watch?v=yzRS2cCiBnc
$endgroup$
Use Vertex Groups.
In edit mode
Use Vertex Groups in the Particle System Settings ... Sub Panel Vertex Groups.
- In [edit mode] a vertex group was created
- The same group was used in the Particles System Panel ... 👁 Density.
- Quick Tutorial https://www.youtube.com/watch?v=yzRS2cCiBnc
edited 3 hours ago
answered 3 hours ago
atomicbezierslingeratomicbezierslinger
10.9k1328
10.9k1328
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
add a comment |
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
I appreciate that alot this helped me and now I can carry on. th*nks for the explicit help It was rich and detailed :)
$endgroup$
– Oliver WRIGHT
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
$begingroup$
If you feel this answer is correct please mark it so. Otherwise please downvote.
$endgroup$
– atomicbezierslinger
2 hours ago
add a comment |
Oliver WRIGHT is a new contributor. Be nice, and check out our Code of Conduct.
Oliver WRIGHT is a new contributor. Be nice, and check out our Code of Conduct.
Oliver WRIGHT is a new contributor. Be nice, and check out our Code of Conduct.
Oliver WRIGHT 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%2f136590%2fhow-to-make-particles-emit-from-certain-parts-of-a-3d-object%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$
Have you used a vertex group?
$endgroup$
– atomicbezierslinger
3 hours ago