mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Increase default smearclip radius
This commit is contained in:
parent
8c7db9d0fc
commit
42af8bee07
@ -52,7 +52,7 @@ filters = (
|
||||
, 'curve': scalespline(0.6, d='Power of filter radius with density')
|
||||
}
|
||||
, 'haloclip': {}
|
||||
, 'smearclip': {'width': scalespline(0.75, d='Spatial stdev of filter')}
|
||||
, 'smearclip': {'width': scalespline(1, d='Spatial stdev of filter')}
|
||||
, 'logscale': {'brightness': scalespline(4, d='Log-scale brightness')}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user