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

nodes/copy.json (436B)

 1 {
 2  "name": "Copy",
 3  "type": "copy",
 4  "inputs": 2,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "To", "type": "text", "default": "" },
 9   { "name": "Orient", "type": "choice:None,Normal", "default": "None" },
10   { "name": "Scale", "type": "text", "default": "1.00" },
11   { "name": "Scale Attribute", "type": "text", "default": "" },
12   { "name": "Group", "type": "text", "default": "" }
13  ]
14 }