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