You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc/Changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Changelog
2
2
Hot Particles
3
3
4
+
v1.8 (2021-02-19)
5
+
- Particle systems can now have individual position offsets.
6
+
- Fixed particle path previews not using the specified area distribution.
7
+
- Templates: Values have been moved to the 'exported' namespace (i.e. particleSystems is now exported.particleSystems). (Values are also available in the old place so existing templates still work.)
8
+
- Templates: Added exported.emitterPosition and exported.particleSystems[n].emitterOffset.
9
+
- Templates: Deprecated exported.particleSystems[n].offset. (Use exported.particleSystems[n].textureOffset instead.) ('offset' is an alias for 'textureOffset' so existing templates still work.)
10
+
- Templates: exported.particleSystems[n].texturePreset is now empty if a custom texture is used.
11
+
- The default templates have been updated.
12
+
4
13
v1.7 (2021-01-10)
5
14
- Project files can be renamed from the tab context menu.
6
15
- Added menu button for reopening the current project.
0 commit comments