graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/cull.json (461B)
1 {
2 "name": "Cull",
3 "type": "cull",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Group", "type": "text", "default": "" },
9 { "name": "Attribute", "type": "text", "default": "" },
10 { "name": "Comparison", "type": "choice:Below,Above", "default": "Below" },
11 { "name": "Threshold", "type": "text", "default": "0.50" },
12 { "name": "Invert", "type": "choice:false,true", "default": "false" }
13 ]
14 }