* upd

* upd

* typo

* update ieff

* typo

* ..

* try

* ..

* rm enum

* .

* .

* split initialeff

* upd schema

* ..

* upd

* .

* .

* .

* update

* update
This commit is contained in:
brindosch
2017-01-04 10:55:10 +01:00
committed by redPanther
parent 2906ec041a
commit c433504b81
37 changed files with 884 additions and 257 deletions

View File

@@ -36,15 +36,19 @@
"brightness": {
"type": "number",
"title":"edt_eff_brightness_title",
"default": 1.0,
"minimum" : 0.01,
"default": 100,
"minimum" : 1,
"step" : 10,
"append" : "edt_append_percent",
"propertyOrder" : 4
},
"saturation": {
"type": "number",
"title":"edt_eff_saturation_title",
"default": 1.0,
"minimum" : 0.01,
"default": 100,
"minimum" : 1,
"step" : 10,
"append" : "edt_append_percent",
"propertyOrder" : 5
},
"reverse": {