graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/mold_shell.json (570B)
1 {
2 "name": "Mold Shell",
3 "type": "mold_shell",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Maximum Thickness", "type": "slider", "default": "0.75", "min": 0.001, "max": 5.0, "step": 0.01 },
9 { "name": "Minimum Thickness", "type": "slider", "default": "0.60", "min": 0.001, "max": 5.0, "step": 0.01 },
10 { "name": "Remesh Division Size", "type": "slider", "default": "0.90", "min": 0.01, "max": 5.0, "step": 0.01 },
11 { "name": "Ramp", "type": "choice:Linear,Smooth,Constant", "default": "Linear" }
12 ]
13 }