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

nodes/time.json (482B)

 1 {
 2  "name": "Time",
 3  "type": "time",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "Attribute", "type": "text", "default": "t" },
 9   { "name": "Start Frame", "type": "spinbox", "default": "1", "min": -9999.0, "max": 9999.0, "step": 1.0 },
10   { "name": "End Frame", "type": "spinbox", "default": "100", "min": -9999.0, "max": 9999.0, "step": 1.0 },
11   { "name": "Clamp", "type": "choice:true,false", "default": "true" }
12  ]
13 }