Skip to content

v0.5.5: quality tier auto-sets temporal samples

Choose a tag to compare

@froggeric froggeric released this 11 Aug 19:12
· 102 commits to main since this release

v0.5.5 makes the export quality tier automatically set temporal-samples to its most-appropriate value when picked.

Added

  • Quality tier auto-sets temporal samples. Picking Draft sets ts to 1 (single-pass, fastest), Standard to 4 (free mild blur at spp 30), High to 16 (free moderate blur at spp 100), and Genome-default to 1 (use genome default, the mastering path). The user can override the temporal-samples stepper after picking.

Notes

  • Complements v0.5.4 (named tiers default to single-pass at ts=1) by making each tier proactively set its best ts. Temporal samples is motion blur, not grain (grain scales with samples-per-pixel). Genome-default quality is unchanged (byte-identical to animate).

Install
Download and unzip. The binary is unsigned, so clear quarantine before running:
xattr -dr com.apple.quarantine emberweft emberweft_FlameRenderer.bundle
Run the GUI from the folder that holds the resource bundles:
./emberweft-gui
Or the CLI:
./emberweft --help
Requires macOS 26 on Apple Silicon.