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
382 stars 31 forks source link

[BUG] - Dual Kawase blur is broken at zero pixel size. #11

Closed FiniteSingularity closed 1 year ago

FiniteSingularity commented 1 year ago

Describe the bug Dual Kawase only supports 1+ pixels. If a zero pixel value is input (via something like Move Value) the source starts to blink.

To fix this I need to set a check on the input pixel value, and if it is less than 1, set the value up to 1. Never trust user input.