graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/page_grid.json (655B)
1 {
2 "name": "Page Grid",
3 "type": "page_grid",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Cell Size", "type": "slider", "default": "0.25", "min": 0.01, "max": 4.0, "step": 0.01 },
9 { "name": "Line Width", "type": "slider", "default": "0.01", "min": 0.001, "max": 0.25, "step": 0.001 },
10 { "name": "Line Color", "type": "float3", "default": "0.00:0.00:0.00", "min": 0.0, "max": 1.0 },
11 { "name": "Fill Cells", "type": "toggle", "default": "false" },
12 { "name": "Cell Color", "type": "float3", "default": "1.00:1.00:1.00", "min": 0.0, "max": 1.0, "show_when": "Fill Cells == true" }
13 ]
14 }