Bộ Điều Chỉnh Thực Thể Hóa Hạt (Particle Instance Modifier)

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 from another target object. This means that to use this modifier, you must have at least one other object that has a Particles System on it.

Because of the correlation in which the Particle Instance modifier is influenced by the underlying particle systems on other objects, some of the apparent effects generated by the modifier can look and act vastly different, depending on the underlying settings of the particle systems it is associated with. This is worth taking account of, when it seems that the Particle Instance modifier settings do not return the expected results.

Tùy Chọn (Options)

../../../_images/modeling_modifiers_physics_particle-instance_panel.png

The Particle Instance modifier.

Object (Vật Thể)

The target object which has a particle system associated with it.

Particle System (Hệ Thống Hạt)

Which particle system from the target Object to apply this modifier to.

Kiến Tạo Thực Thể (Create Instances)
Thông Thường (Regular)

When enabled, the modifier will use the regular (parents) particles to duplicate the mesh of the modified object.

Con Cái (Children)

When enabled, the modifier will use the children particles to duplicate the mesh of the modified object.

Kích Thước (Size)

Scale the instanced copies of the mesh by the particle size attribute. When this is disabled, all the copies appear the same size as the origin.

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

Hiển Thị (Show)
Chưa được Sinh Tạo (Unborn)

When enabled, the modifier will use the unborn particles to duplicate the mesh of the modified object.

Hoạt Động (Alive)

When enabled, the modifier will use the alive particles to duplicate the mesh of the modified object.

Chết (Dead)

When enabled, the modifier will use the dead particles to duplicate the mesh of the modified object.

Số Lượng/Số/Lượng (Amount)

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

Cảnh báo

The random algorithm used currently only ensures that relative amount to be respected statistically. The actual amount of instances generated will differ from the theoretical one, depending on the Seed value of the target particle system (and the Offset value described below, too).

That deviation is not significant with high number of particles, but it will be highly noticeable with low numbers (e.g. with 100 particles in the target system, and an Amount value of 0.1, it can generate either up to 15 or 5 instances, instead of the 10 expected).

Dịch Chuyển (Offset)

A relative offset in the range of particles used for instantiation. Allows you to avoid overlapping of the used particles, when the same particle system is used in multiple modifier instances.

Mẹo

If you want to fully avoid overlaps, your Offset value must be at least as high as your Amount value.

Không Gian Tọa Độ (Coordinate Space)
Thế Giới, Địa Phương (World, Local)

Use World Space, or Local Space of the target object (that the particle system is assigned to).

  • World space means that the locations of the copies of the modified mesh will depend on the location of the modified object and of the target object.

  • Local space means that the locations of the copies of the modified mesh will depend only on the location of the modified object.

Axis (Trục)

Specify which axis of the modified object to use as pole axis to apply the rotation from the instantiated particles.

Kiến Tạo Dọc Theo Đường Dẫn (Create Along Paths)

By default, the instances are placed depending on the particles position in the current frame. By enabling Create Along Paths, the instance of the modified object follows deforms its shape along the particle path (or the hair strand). This allows you to select the position along the particles path regardless of the current frame.

Mẹo

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

Ghi chú

The particle system must be baked, except for Hair type or Keyed physics.

Vị Trí (Position)

Specify what percentage of the path that the instance fills, or the position on the path if the Keep Shape option is enabled.

Ngẫu Nhiên (Random)

Adds randomness to the Position value of each instance.

Xoay Chiều (Rotation)

Xoay chiều của xương quanh trục đầu-đuôi.

Ngẫu Nhiên (Random)

Adds randomness to the Rotation value of each instance.

Duy Trì Hình Thể (Keep Shape)

Enabling this prevents the instance from being deformed, and places it on the path according to the Position value.

Các Tầng Lớp (Layers)

With these fields you can select the Color Attribute, which will be filled with colors based on the particles information. These Color Attributes can be used, for example, in a shader to add variance to a material.

Chỉ Số (Index)

Một Thuộc Tính Màu cho các giá trị dựa trên chỉ số của các hạt.

Value (Giá Trị)

A Color Attribute for random per-particle values.

Một Số Ví Dụ (Examples)

../../../_images/modeling_modifiers_physics_particle-instance_split-plane.jpg

Ví dụ về phụ huynh hóa.

The render above shows a single plane mesh object assigned to two different vertex groups and each of those vertex groups is assigned to a separate and independent particle system, with each particle system being assigned to a different Particle Instance modifier. In the case shown the Particle Instance modifiers are added to a sphere and a cube. See example blend-file.

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

Ví dụ về phụ huynh hóa.

In this example, a single Keyed particle travels through four points (green planes), on an elliptical path. The Particle Instance modifier is added to a cylinder object and then associated with that Keyed particle system.

When the Create Along Paths is activated, instead of the cylinder location just following the position of the particle, the cylinder mesh is fitted to the shape of the path followed by the particle. The mesh geometry of the object which is deformed can have an impact on how well the deformation is carried out. In the case of the cylinder, it has many loop cuts along its length so that it can bend at those points to deform along the particle path.

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

Ghi chú

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 enabled.