1 {
2 "name": "Points",
3 "type": "points",
4 "inputs": 0,
5 "outputs": 1,
6 "params": [
7 {
8 "name": "Points",
9 "type": "spinbox",
10 "default": "100",
11 "min": 10.0,
12 "max": 5000.0,
13 "step": 10.0
14 },
15 {
16 "name": "Shape",
17 "type": "choice:None,Spiral,Line,Circle,Grid",
18 "default": "None"
19 },
20 {
21 "name": "Markers",
22 "type": "choice:true,false",
23 "default": "true"
24 }
25 ]
26 }