Release 1.1.0
New Features:
- Pixelation Filter Improvements:
- Pixelation origin can now be set by the user.
- Pixelated texture can now be rotated.
- Smoothing filter can optionally be applied to smooth out colors.
- Hotkeys can now be assigned to enable and disable composite blur filters that are added to sources.
Breaking Changes
- Filter name in add-filter list is now always
Composite Blur.
Thus for installs that use a localization/translation file, the filter name will be different than it was in prior releases. This is to keep the documentation consistent with the user's first interaction with the plugin. Note: All localization/translations of fields within the plugin will remain in their native language as before. - For sources that use a Background source for compositing, the source Blending Method should be switched to
Default
instead ofSRGB Off
, otherwise a light halo might appear around the blurred source.
Bugfixes:
- Rendering pipeline has been fixed to ensure that proper alpha blending and colors are output from the filter.
- Background compositing no longer requires source blending method to be set to
SRGB Off
. - Several small memory leaks fixed.
PR Changelog
- Bugfix/memory leaks by @FiniteSingularity in #88
- Fixes output colorspace so that proper alpha blending occurs by @FiniteSingularity in #92
- Fix the color consistency issue by @xurei in #93
- Fixes rendering pipeline. by @FiniteSingularity in #95
- Feature- Pixelate Tessellation options and Hot Keys by @FiniteSingularity in #96
New Contributors
Full Changelog: v1.0.6...v1.1.0