Skip to content

Fix image masking and smoothing

Bart De Vries requested to merge work/fix-images into develop

Image masking with MultiEffect was not applying antialiasing at the edges with the default settings. The mipmap setting was ignored if the image source was changed (e.g. on HeaderBar). Added a hack to reset this AFTER the image has changed.

Merge request reports