FiniteSingularity / obs-composite-blur

A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing.
GNU General Public License v2.0
319 stars 27 forks source link

Fixes bug where zero blur was causing sources with alpha not to redraw properly. #77

Closed FiniteSingularity closed 9 months ago

FiniteSingularity commented 9 months ago

A missing gs_blend_state_pop() in the input source passthrough was causing sources with alpha channels to not redraw properly, causing a trailing artifact. Fixes #76 .