1
$\begingroup$

I have a particle system of Hair type and would like particles to be emitted from only those faces which I set as vertex group. The emitted particles should have the same orientation as the normal of the face of emitter, which to my knowledge is provided with Normal setting in the Rotation rollout and there should be 1 particle per face.

Regardless of settings particle system emits them:

  • close to but not exactly on the location of vertices set to vertex group;
  • oriented quite a bit randomly, without any preserving of the normal orientation;
  • not according to the amount of particles set to be emitted per face.

What I want to achieve:

screenshot of desired result of particle system

In the screenshot above: sort of particle emitter selected. "Sort of" because it wasn't created with particle systems (rather duplifaces).

What I get with particle system:

screenshot of horrible result

In the screenshot above particle emitter is selected and Edit mode is activated for it. Emitted particles are above it, and particle instance is behind it.

Important particle system settings which were changed:

screenshot of changed without any result particle system settings

I realize that this question is heavily related to Emit Hair Particle from Center of Face which ironically was answered by me but to my surprise I couldn't get particle system work like that in 2.79 RC2.

$\endgroup$

1 Answer 1

0
$\begingroup$

This is caused by weights to some degree - as weights are added to vertices they are interpolated on the faces sharing those vertices. Hence mesh in the file above doesn't have vertex group affecting only top face rather top face plus part of faces below:

screenshot-vertex-group-weights

Particles will appear everywhere where weights are more than 0 which in this case includes top part of side faces as well. The proximity there will be less but enough to prevent from clear emitting only from the top.

One thing to try is to inset top face and weight paint only it:

screneshot-weighted-inset

This should guarantee particles disappearing from the sides but will still allow appear more than one around the top face as now weights are interpolated around the face which was insetted:

screenshot-weighted-inset

Hence Particle per Face won't really work here.
Another way is to join that Ngon into vertex at center and emit from vertices:

screenshot-particle-from-vertices

Likely the best way is making several particle systems and using each one for every special case.
Or using dupliverts / duplifaces, where there will be object duplicated via dupliverts instead of particle system. As dupliverts allow less control over position / randomizing / rotation etc. it could be used only for cases where strict rotation is acceptable.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .