Release 1.5.0
Release 1.5.0
New Features:
- Pixelate Blur
- Voronoi Pixelate, with animation
- Rhomboid Pixelate
- Triakis Pixelate
- Gaussian Blur
- Vector Blur, uses a user selectable channel/luminosity/saturation of any source, to calculate a vector field, and applies blur along those vectors. Useful for blurring noise to get "strings" and other effects.
- Zoom Blur- option for "no influence radius" at center of zoom blur.
- Temporal Blur
- Dual Kawase
- Fractional blur amounts are now possible, allowing for much smoother changes in blur amount.
- Chinese Translation File.
Breaking Changes
- Zoom blur now defaults to center of the frame/texture. If you have a zoom using the old default (upper left corner) you will need to adjust the location.
Bugfixes:
- Several small memory leaks fixed.
PR Changelog
- Fixes memory leak by @exeldro in #101
- Feature/pixelate voronoi by @FiniteSingularity in #110
- Feature/dual kawase fractional by @FiniteSingularity in #111
- Working temporal blur/frame blending. by @FiniteSingularity in #113
- Feature/vector blur by @FiniteSingularity in #120
- Feature/pixelate rhomboid by @FiniteSingularity in #121
- Feature/zoom no influcence radius by @FiniteSingularity in #123
- Fixes small memory leak when switching sources to none. by @FiniteSingularity in #124
- Create zh-CN.ini by @ZRdRy in #122
New Contributors
Full Changelog: v1.1.0...v1.5.0