graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/page.json (723B)
1 {
2 "name": "Page",
3 "type": "page",
4 "inputs": 0,
5 "outputs": 1,
6 "params": [
7 { "name": "Preset", "type": "choice:Letter,A4,Legal,Tabloid,Custom", "default": "Letter" },
8 { "name": "Width", "type": "slider", "default": "8.5", "min": 0.5, "max": 48.0, "step": 0.25, "show_when": "Preset == Custom" },
9 { "name": "Height", "type": "slider", "default": "11.0", "min": 0.5, "max": 48.0, "step": 0.25, "show_when": "Preset == Custom" },
10 { "name": "Orientation", "type": "choice:Portrait,Landscape", "default": "Portrait" },
11 { "name": "Resolution", "type": "spinbox", "default": "300", "min": 18, "max": 1200, "step": 6 },
12 { "name": "Color", "type": "float3", "default": "1.00:1.00:1.00", "min": 0.0, "max": 1.0 }
13 ]
14 }