diff --git a/nodes/max/plantarium/noise/src/input.json b/nodes/max/plantarium/noise/src/input.json index 3976e1a..6d5726b 100644 --- a/nodes/max/plantarium/noise/src/input.json +++ b/nodes/max/plantarium/noise/src/input.json @@ -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", diff --git a/nodes/max/plantarium/random/src/definition.json b/nodes/max/plantarium/random/src/definition.json index 5f4062c..e76b42c 100644 --- a/nodes/max/plantarium/random/src/definition.json +++ b/nodes/max/plantarium/random/src/definition.json @@ -6,7 +6,7 @@ "inputs": { "min": { "type": "float", - "value": 2 + "value": 1 }, "max": { "type": "float",