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

nodes/suture.json (479B)

 1 {
 2  "name": "Suture",
 3  "type": "suture",
 4  "inputs": 2,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "Against", "type": "text", "default": "" },
 9   { "name": "Distance Threshold", "type": "slider", "default": "0.05", "min": 0.0, "max": 1.0, "step": 0.005 },
10   { "name": "Fusion Threshold", "type": "spinbox", "default": "3", "min": 1.0, "max": 100.0, "step": 1.0 },
11   { "name": "Counter", "type": "text", "default": "contact" }
12  ]
13 }