MariENB 1.2015.6.1
This commit is contained in:
parent
3129cbf055
commit
49a3cf6757
8 changed files with 79 additions and 8 deletions
|
|
@ -828,6 +828,24 @@ float vgradeblend
|
|||
float UIMin = 0.0;
|
||||
float UIMax = 1.0;
|
||||
> = {1.0};
|
||||
/* LUT grading */
|
||||
bool lutenable
|
||||
<
|
||||
string UIName = "EnableLUTGrading";
|
||||
string UIWidget = "Checkbox";
|
||||
> = {false};
|
||||
float lutblend
|
||||
<
|
||||
string UIName = "LUTBlend";
|
||||
string UIWidget = "Spinner";
|
||||
> = {1.0};
|
||||
int clut
|
||||
<
|
||||
string UIName = "LUTPreset";
|
||||
string UIWidget = "Spinner";
|
||||
int UIMin = 0;
|
||||
int UIMax = 63;
|
||||
> = {1};
|
||||
bool fadebeforefilm
|
||||
<
|
||||
string UIName = "FadeBeforeFilmFilters";
|
||||
|
|
@ -862,4 +880,4 @@ float regdebugscale
|
|||
string UIName = "DebugRegistersScale";
|
||||
string UIWidget = "Spinner";
|
||||
float UIMin = 0.0;
|
||||
> = {5.0};
|
||||
> = {5.0};
|
||||
|
|
|
|||
Reference in a new issue