Fixes
- changed Echo smoothing method:
Fillet Curve
→Subdivision Surface
- renamed and split Echo property:
LOD
→Subdivisions → Preview
andSubdivisions → Render
Warning
Instead of multiplying the point count by the provided value, the new version will multiply it by a value of 2^Subdivisions
.
for a value of 10 (the default in the previous version):
- previous version:
point count * 10
- current version:
point count * 2^10
⇒point count * 1024
This is important because it will create a lot of additional geometry and could render your project unusable.
Make sure to lower the LOD before upgrading. The closest subdivision count is 3 (and is now the default value forSubdivision → Render
).
Features
- new group: Echo Transform
Internal
- changed Emission geometry name:
EMISSION
→Emission