feat: update some node default settings
This commit is contained in:
@@ -10,12 +10,14 @@
|
|||||||
"scale": {
|
"scale": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min": 0.1,
|
"min": 0.1,
|
||||||
"max": 10
|
"max": 10,
|
||||||
|
"value": 1
|
||||||
},
|
},
|
||||||
"strength": {
|
"strength": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min": 0.1,
|
"min": 0.1,
|
||||||
"max": 10
|
"max": 10,
|
||||||
|
"value": 2
|
||||||
},
|
},
|
||||||
"fixBottom": {
|
"fixBottom": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"inputs": {
|
"inputs": {
|
||||||
"min": {
|
"min": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"value": 2
|
"value": 1
|
||||||
},
|
},
|
||||||
"max": {
|
"max": {
|
||||||
"type": "float",
|
"type": "float",
|
||||||
|
|||||||
Reference in New Issue
Block a user