From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Data Links

A new feature has been implemented to organize links of particle settings to data outside the settings data block, e.g.

  • Objects (emitters, colliders, ...)
  • Materials
  • Textures

Problem with such links is that they

  1. prevent reuse of particle settings for different particle systems
  2. introduce unwanted dependencies of the particle settings to other data.

The solution is the introduction of Particle Link Slots. These slots are only placeholders for the actual data, which is assigned in the concrete particle systems. Image 4 shows the typical example of an object link being used for an emitter module.

Image 4: Example for 2 particle systems linking different objects to the same slot.



Contents