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

nodes/remesh.json (851B)

 1 {
 2  "name": "Remesh",
 3  "type": "remesh",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   {
 8    "name": "Input",
 9    "type": "text",
10    "default": ""
11   },
12   {
13    "name": "Target Length",
14    "type": "slider",
15    "default": "0.10",
16    "min": 0.001,
17    "max": 1.0,
18    "step": 0.005
19   },
20   {
21    "name": "Iterations",
22    "type": "spinbox",
23    "default": "3",
24    "min": 1.0,
25    "max": 20.0,
26    "step": 1.0
27   },
28   {
29    "name": "Relax",
30    "type": "slider",
31    "default": "0.50",
32    "min": 0.0,
33    "max": 1.0,
34    "step": 0.01
35   },
36   {
37    "name": "Split",
38    "type": "choice:true,false",
39    "default": "true"
40   },
41   {
42    "name": "Collapse",
43    "type": "choice:true,false",
44    "default": "true"
45   },
46   {
47    "name": "Flip",
48    "type": "choice:true,false",
49    "default": "true"
50   },
51   {
52    "name": "Project",
53    "type": "choice:true,false",
54    "default": "true"
55   }
56  ]
57 }