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 could a lack of term limits lead to a "dictatorship?"
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Can I find out the caloric content of bread by dehydrating it?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
Does bootstrapped regression allow for inference?
Domain expired, GoDaddy holds it and is asking more money
Was there ever an axiom rendered a theorem?
Copycat chess is back
LWC and complex parameters
Shall I use personal or official e-mail account when registering to external websites for work purpose?
Where to refill my bottle in India?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Why doesn't a const reference extend the life of a temporary object passed via a function?
Need help identifying/translating a plaque in Tangier, Morocco
How to deal with fear of taking dependencies
Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?
Where else does the Shulchan Aruch quote an authority by name?
Unbreakable Formation vs. Cry of the Carnarium
Pristine Bit Checking
What is the meaning of "of trouble" in the following sentence?
What is the offset in a seaplane's hull?
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
Patience, young "Padovan"
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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 2 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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