graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/soft_transform.json (598B)
1 {
2 "name": "Soft Transform",
3 "type": "soft_transform",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Translation", "type": "text", "default": "0.00:0.20:0.00" },
9 { "name": "Center", "type": "text", "default": "0.00:0.00:0.00" },
10 { "name": "Group", "type": "text", "default": "" },
11 { "name": "Radius", "type": "slider", "default": "0.50", "min": 0.0, "max": 10.0, "step": 0.01 },
12 { "name": "Falloff", "type": "choice:Smooth,Linear,Constant", "default": "Smooth" },
13 { "name": "Attribute", "type": "text", "default": "" }
14 ]
15 }