MariENB 1.2015.8.2 (and 1.2015.8.5, which was identical for some reason)
This commit is contained in:
parent
810cd79b15
commit
f365cc957f
11 changed files with 384 additions and 308 deletions
|
|
@ -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
|
||||
<
|
||||
|
|
|
|||
Reference in a new issue