插值毛发曲线

The Interpolate Hair Curves node generates new hair curves by interpolating existing guide curves on a surface mesh. It allows for efficient grooming workflows where a small number of guide curves define the overall shape, and the node fills in additional interpolated curves to create a dense, detailed hair system.

For simpler duplication-based setups, the Duplicate Hair Curves node provides a lighter-weight alternative that may perform faster.

Note

This node or modifier requires valid Surface geometry or object inputs, along with a Surface UV Map, to function properly.

输入

几何数据

The input geometry containing the guide hair curves to interpolate.

表面输入类型

Determines how the surface data is provided for interpolation.

物体:

Use an object reference to provide the surface.

几何数据:

Use a geometry input directly connected to the surface mesh.

曲面

The surface object used as the attachment base for the interpolated curves. Its transforms must match those of the modifier object.

表面UV映射

The UV map used to find attachment locations for the interpolated curves on the surface.

表面静置位置

When enabled, sets the surface mesh to its rest position before attaching curves. This ensures consistent root positions when deformation is applied afterward.

Tip

When combining this node with Deform Curves on Surface, enable Surface Rest Position if the deformation node follows this one, so that pre-deformed coordinates are used for consistent interpolation.

沿表面法向

When enabled, aligns the interpolated curves with the surface normal at their root attachment point.

网格孤岛分离

When enabled, treats separate mesh islands on the surface as independent regions for interpolation, preventing cross-blending of guides between disconnected areas.

插值引导线

The number of nearest guide curves used to interpolate the shape of each new curve. Higher values result in smoother transitions but may slightly reduce performance.

到引导线的距离

The maximum distance from a guide curve within which interpolation occurs. Curves outside this range will not influence the result.

分布

分布方法

Determines how root points for interpolated curves are distributed across the surface.

随机:

Distributes roots randomly across the surface.

泊松盘:

Uses Poisson disk sampling to maintain a minimum distance between root points, producing an even and natural distribution.

密度

The number of interpolated hair curves generated per unit of surface area. Higher values increase the total hair density.

密度遮罩

A scalar factor used to locally scale the curve density across the surface.

遮罩纹理

Uses an image texture to control which areas of the surface generate hair. The image is sampled using the Surface UV Map input.

Tip

Texture sampling occurs after root points are generated, so accuracy is not limited by mesh resolution. The Density Mask input is typically faster; using both together can balance quality and performance.

视图数量

A factor used to reduce curve density in the viewport for performance optimization. This does not affect the final render density.

随机种

Sets the random seed for the interpolation and distribution processes. Changing this value generates a different random distribution while maintaining the same parameters.

输出

几何数据

The resulting geometry containing the interpolated hair curves.

引导编号

An integer attribute storing the index of the main guide curve used to generate each interpolated curve.

表面法线

The surface normal direction at each curve's root attachment point.