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

nodes/develop.json (497B)

 1 {
 2  "name": "Develop",
 3  "type": "develop",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "Attribute", "type": "text", "default": "growth" },
 9   { "name": "Scale", "type": "slider", "default": "0.10", "min": -2.0, "max": 2.0, "step": 0.01 },
10   { "name": "Direction", "type": "choice:Normal,Attribute", "default": "Normal" },
11   { "name": "Source", "type": "text", "default": "" },
12   { "name": "Group", "type": "text", "default": "" }
13  ]
14 }