-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"radius: value too small" error invalidates UniformBlur handler #11
Comments
Hello @sctanf Afaik setting |
Thanks @LI7XI |
Well, previously UniformBlur had a
It doesn't. Radius in the UniformBlur is not an integer value. Actually, right now UniformBlur actively prevents user from disabling blur completely. If some value would disable blur (like, 0.1 for sure would be equivalent to not having blur at all), then UniformBlur complains into log and plugin shuts off.
Well, it's not an ideal way to disable blur. A better solution would be to remove blur from the |
Ok, thanks. In the meantime I won't use blur. Also, I noticed that blur attenuates high frequencies, and the way I use the output values, this causes some issues. |
I use a UniformBlur handler with a variable, so I want to be able to disable blur by setting the radius to 0. Instead of continuing with blur disabled, the handler stops working and I get no output.
In addition, UniformBlur was changed in version 2.0.0, what would be the equivalent values compared to the old UniformBlur?
The text was updated successfully, but these errors were encountered: