Describe the bug π
Can not create plugin with null.
Example of array with null:
[{
"id": 1,
"type": "string",
"name": "pathToBlender",
"label": "Path to Blender",
"default": " ",
"min": 1,
"max": null
}, {
"id": 2,
"type": "integer",
"name": "numberOfThreads",
"label": "Number of Threads",
"default": 0,
"min": 0,
"max": 64
}, {
"id": 3,
"type": "integer",
"name": "resolutionX",
"label": "Resolution X",
"default": 1920,
"min": 0,
"max": 1920
}, {
"id": 4,
"type": "integer",
"name": "resolutionY",
"label": "Resolution Y",
"default": 1080,
"min": 0,
"max": 1080
}];
How to reproduce π:
- Go to http://localhost:3000/plugin/create
- Fill in fields with "null" in one of them.
- Click on "Save" button.
Expected behavior π
Possibility to create plugin with null in fiedls.
Screenshots β¨


System information
Desktop π»:
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone π±:
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context π
Describe the bug π
Can not create plugin with null.
Example of array with null:
[{
"id": 1,
"type": "string",
"name": "pathToBlender",
"label": "Path to Blender",
"default": " ",
"min": 1,
"max": null
}, {
"id": 2,
"type": "integer",
"name": "numberOfThreads",
"label": "Number of Threads",
"default": 0,
"min": 0,
"max": 64
}, {
"id": 3,
"type": "integer",
"name": "resolutionX",
"label": "Resolution X",
"default": 1920,
"min": 0,
"max": 1920
}, {
"id": 4,
"type": "integer",
"name": "resolutionY",
"label": "Resolution Y",
"default": 1080,
"min": 0,
"max": 1080
}];
How to reproduce π:
Expected behavior π
Possibility to create plugin with null in fiedls.
Screenshots β¨
System information
Desktop π»:
Smartphone π±:
Additional context π