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

nodes/simnet.json (863B)

 1 {
 2   "name": "Simnet",
 3   "type": "simnet",
 4   "inputs": 1,
 5   "outputs": 1,
 6   "params": [
 7     {
 8       "name": "Input",
 9       "default": "",
10       "type": "text"
11     },
12     {
13       "name": "Substeps",
14       "type": "spinbox",
15       "default": "1",
16       "min": 1.0,
17       "max": 64.0,
18       "step": 1.0
19     },
20     {
21       "name": "Start Frame",
22       "type": "text",
23       "default": ""
24     },
25     {
26       "name": "Cache",
27       "type": "choice:false,true",
28       "default": "false"
29     }
30   ],
31   "children": [
32     {
33       "name": "input1",
34       "type": "input",
35       "params": [],
36       "position": [
37         4.0,
38         1.0
39       ]
40     },
41     {
42       "name": "output1",
43       "type": "output",
44       "params": [
45         {
46           "name": "Input",
47           "default": "input1"
48         }
49       ],
50       "position": [
51         4.0,
52         3.0
53       ]
54     }
55   ]
56 }