粒子实例修改器

When a Particle Instance modifier is added to an object, the mesh of this object will be duplicated at the location of the particles of the selected Particle System. This means that to use this modifier you must have at least one other object that has a Particles System on it.

由于粒子实例修改器受其他物体上的基础的粒子系统影响的相互依赖方式,粒子实例修改器生成的一些明显的效果可能看起来和运行很不相同,具体取决于与之相关的粒子系统的基础设置。 值得考虑的是,粒子实例 修改器设置项不会返回预期结果.

选项

../../../_images/modeling_modifiers_simulate_particle-instance_panel.png

粒子实例修改器.

物体
The name of an object which has a particle system associated with it.
粒子系统
当具有粒子系统的网格具有多个粒子系统时, 粒子系统 字段用于选择要应用 粒子实例 修改器的粒子系统.

创建自

正常
When selected, the modifier will use the regular (parents) particles to duplicate the mesh of the modified object.
子级
When selected, the modifier will use the children particles to duplicate the mesh of the object being modified.
尺寸

通过粒子尺寸属性缩放实例化物体。 禁用此选项后,所有副本的大小都与原来的相同.

See the particle system's Render and Children panels for particle's size options.

何时显示粒子

未出生
When selected, the modifier will use the unborn particles to duplicate the mesh of the modified object.
活跃的
When selected, the modifier will use the alive particles to duplicate the mesh of the object being modified.
消逝
When selected, the modifier will use the dead particles to duplicate the mesh of the modified object.

Further Options

间隔
世界 , 自身
Use World Space, or Local Space of the object (that the particle system is assigned to).
数量

The percentage of particles to be used. Allows you to randomly skip particles to adjust the amount of particles.

偏移量
Specifies the "offset" which of the particles will be skipped. Allows you to avoid overlapping of the used particles, when the same particle system is used in multiple modifier instances.
旋转轴

指定用于旋转的轴.

X、Y、Z轴

使用路径

By default, the instances are placed depending on the particles position in the current frame. By enabling this option, you can select the position along the particles path regardless of the current frame.

You can adjust the particles path (using the Path visualization type) on the Render panel of the Particles System tab.

Note

The particles system must be baked, except Hair and Keyed physics.

沿路径创建
This option tries to make the underlying mesh object of the modifier deform its mesh shape in such a way as to try and match the path the particles move along (or hair strands) of the system associated with it.
保持形态
Enabling this prevents the object from being deformed and places it on the path according to the Position value.
位置
Specify what percentage of the path the object fills, or position on the path if the Keep Shape option is enabled.
旋转
Specifies the rotation around the path.
随机
将每个实例的位置/缩放值为随机值.

Custom Data Layers

These fields allows you to select vertex color layers, which will be filled with colors based on the particles information. These vertex color layers can be used, for example, in a shader to add variance to a material.

索引层
A vertex color layer for values based on the particles index.
数值层
A vertex color layer for random per-particle values.

例子

../../../_images/modeling_modifiers_simulate_particle-instance_split-plane.jpg

粒子实例修改器例子.

上面的渲染显示了分配给两个不同顶点组的单个平面网格对象,并且每个顶点组都分配给一个单独且独立的粒子系统,每个粒子系统都分配给不同的粒子实例修改器。 在所示的情况下,粒子实例修改器是球体和立方体。 见 样例 blend 文件.

../../../_images/modeling_modifiers_simulate_particle-instance_create-along-paths.jpg

沿路径创建的例子.

在此示例中,单个 键控 粒子在椭圆路径上行进通过四个点(绿色平面)。 粒子实例 修改器被添加到圆柱体对象,然后与该 键控 粒子系统相关联.

沿路径创建 被激活时,圆柱网格将适应粒子所遵循的路径的形状,而不是圆柱位置紧跟粒子位置。 变形的物体的网格几何形状可以影响变形的执行程度。 在圆柱体的情况下,它沿着其长度具有许多环切,使得它可以在这些点处弯曲以沿着粒子路径变形.

The Particle Instance modifier Create Along Paths works for hair (strand) particles as well as with keyed particles. In this case the mesh of the Particle Instance modifier will follow the length and profile of the hair strands paths.

Note

Strands when they are generated instantly die when created so for the Create Along Paths checkbox to be of any use, you must also have the Dead checkbox activated.