git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

nodes/grid.json (549B)

 1 {
 2  "name": "Grid",
 3  "type": "grid",
 4  "inputs": 0,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Rows", "type": "spinbox", "default": "10", "min": 1.0, "max": 500.0, "step": 1.0 },
 8   { "name": "Columns", "type": "spinbox", "default": "10", "min": 1.0, "max": 500.0, "step": 1.0 },
 9   { "name": "Width", "type": "slider", "default": "1.00", "min": 0.01, "max": 20.0, "step": 0.05 },
10   { "name": "Length", "type": "slider", "default": "1.00", "min": 0.01, "max": 20.0, "step": 0.05 },
11   { "name": "Center", "type": "text", "default": "0.00:0.00:0.00" }
12  ]
13 }