1
Fork 0

MariENB 1.2015.8.2 (and 1.2015.8.5, which was identical for some reason)

This commit is contained in:
Marisa the Magician 2019-04-07 17:21:22 +02:00
commit f365cc957f
11 changed files with 384 additions and 308 deletions

View file

@ -130,24 +130,6 @@ float bsaturation
string UIName = "SaturationMod";
string UIWidget = "Spinner";
> = {1.1};
/* Painting filter, mixes Kuwahara with median for a smooth result */
bool paintenable
<
string UIName = "EnablePainting";
string UIWidget = "Checkbox";
> = {false};
float paintradius
<
string UIName = "PaintingRadius";
string UIWidget = "Spinner";
float UIMin = 0.0;
> = {1.0};
float paintmradius
<
string UIName = "PaintingMedianRadius";
string UIWidget = "Spinner";
float UIMin = 0.0;
> = {1.0};
/* ASCII art filter */
bool asciienable
<