Version 1.8
Changes since 1.7:
- Particle systems can now have individual position offsets.
- Fixed particle path previews not using the specified area distribution.
- Templates: Values have been moved to the
exported
namespace (i.e.particleSystems
is nowexported.particleSystems
). (Values are also available in the old place so existing templates still work.) - Templates: Added
exported.emitterPosition
andexported.particleSystems[n].emitterOffset
. - Templates: Deprecated
exported.particleSystems[n].offset
. (Useexported.particleSystems[n].textureOffset
instead.) (.offset
is an alias for.textureOffset
so existing templates still work.) - Templates:
exported.particleSystems[n].texturePreset
is now empty if a custom texture is used. - The default templates have been updated.