Doc:2.6/Manual/Physics/Particles/Hair

提供: wiki
< Doc:2.6‎ | Manual‎ | Physics‎ | Particles
2018年6月29日 (金) 04:40時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Hair

Example of rendered hair particles.

When set to hair mode, particle system creates only static particles, which may be used for hair, fur, grass and the like.

Growing

The first step is to create the hair, specifying the amount of hair strands and their lengths.

The complete path of the particles is calculated in advance. So everything a particle does a hair may do also. A hair is as long as the particle path would be for a particle with a lifetime of 100 frames. Instead of rendering every frame of the particle animation point by point there are calculated control points with an interpolation, the segments.

Styling

The next step is to style the hair. You can change the look of base hairs by changing the Physics Settings.

A more advanced way of changing the hair appearance is to use Children. This adds child hairs to the original ones, and has settings for giving them different types of shapes.

You can also interactively style hairs in Particle Mode. In this mode, the particle settings become disabled, and you can comb, trim, lengthen, etc. the hair curves.

Animating

Hair can now be made dynamic using the cloth solver. This is covered in the Hair Dynamics page.

Rendering

Blender can render hairs in several different ways. Materials have a Strand section, which is covered in the materials section in the Strands Page.

Hair can be rendered as a Path, Object, or Group. See Particle Visualization for descriptions.

Hair can also be used as a basis for the Particle Instance modifier, which allows you to have a mesh be deformed along the curves, which is useful for thicker strands, or things like grass, or feathers, which may have a more specific look.

Options

Settings for a Hair particle system.
Regrow
Regrow Hair for each frame.
Advanced
Enables advanced settings which reflect the same ones as working in Emitter mode.
Segments
Number of hair segments.
In between the control points the segments are interpolated. The number of control points is important:
  • for the softbody animation, because the control points are animated like vertices, so more control points mean longer calculation times.
  • for the interactive editing, because you can only move the control points (but you may recalculate the number of control points in Particle Edit Mode).
10 Segments should be sufficient even for very long hair, 5 Segments are enough for shorter hair, and 2 or 3 segments should be enough for short fur.

Emission

Number
Set the amount of hair strands. Use as little particles as possible, especially if you plan to use softbody animation later. But you need enough particles to have good control. For a “normal” haircut I found some thousand (very roughly 2000) particles to give enough control. You may need a lot more particles if you plan to cover a body with fur. Volume will be produced later with Children.
Hair Length
Length of the hair.

Hair Dynamics

Settings for adding movement to hair see Hair Dynamics.

Render

B-Spline
Interpolate hair using B-Splines. This may be an option for you if you want to use low Render values. You loose a bit of control but gain smoother paths.
Steps
Set the number of subdivisions of the rendered paths (the value is a power of 2). You should set this value carefully, because if you increase the render value by two you need four times more memory to render. Also the rendering is faster if you use low render values (sometimes drastically).
Timing
Sets hair growing settings:
Absolute Path Time
Path timing is in absolute frames.
Start
Start time of the drawn path.
End
End time of the drawn path.
Random
Give the path length a random variation.

Display

Rendered
Draw hair as curves.
Path
Draw just the end points if the hairs.
Steps
How many steps paths are drawn with (power of 2).

Children

See more detail: Children.

Fields Weights

Use For Growing Hair
Use force fields when growing hair.
Effect Children
Apply effectors to hair children.
Stiffness
Hair stiffness for effectors.


Common Workflow

  1. Set the particle system type as Hair.
  2. Set Segments number: it's about the number of control points the hairs have. "5" is generally enough unless you have extra long hair.
  3. Set Hair Length.
  4. Go to Edit mode.
  5. Select faces from wich is growing a hair.
  6. Create a Vertex Group from selected faces vertices.
  7. Select this Vertex Group in Density field of Vertex Groups panel of Particles context.

Animating hair growing

Hair growing animation example.
  1. Go to the first frame "1".
  2. Set Timing: End setting value in Render panel of Particles context on «0».
  3. RMB Template-RMB.png on this setting and click Insert Keyframe.
  4. Go to a desired frame, for example, "50".
  5. Set Timing: End setting value in Render panel of Particles context on «1».
  6. RMB Template-RMB.png on this setting and click Insert Keyframe again.


See also

Particle systems may get hairy…
  • Fur Tutorial, which produced (Particle systems may get hairy…). It deals especially with short hair.