graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/deform.json (433B)
1 {
2 "name": "Deform",
3 "type": "deform",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Mode", "type": "choice:Twist,Bend,Taper", "default": "Twist" },
9 { "name": "Axis", "type": "choice:X,Y,Z", "default": "Y" },
10 { "name": "Amount", "type": "slider", "default": "1.00", "min": -4.0, "max": 4.0, "step": 0.05 },
11 { "name": "Group", "type": "text", "default": "" }
12 ]
13 }