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

nodes/analysis.json (535B)

 1 {
 2   "name": "Analysis",
 3   "type": "analysis",
 4   "inputs": 1,
 5   "outputs": 1,
 6   "params": [
 7     {
 8       "name": "Input",
 9       "type": "text",
10       "default": ""
11     },
12     {
13       "name": "Source",
14       "type": "choice:Attribute,Edge Lengths",
15       "default": "Attribute"
16     },
17     {
18       "name": "Attribute",
19       "type": "text",
20       "default": "mass",
21       "show_when": "Source == Attribute"
22     },
23     {
24       "name": "Group",
25       "type": "text",
26       "default": "",
27       "show_when": "Source == Attribute"
28     }
29   ]
30 }