Fill Track With Items
Fills a track range with one or many items according to fill strategy settings. Best suited for range/batch operations, not the simplest single-clip insert case. If fromSeconds and/or toSeconds are provided, the block limits its work to that time range. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
track | yes | expression | — | — |
items | yes | expression | — | — |
fromSeconds | yes | expression | — | — |
toSeconds | yes | expression | — | — |
order | no | expression | — | — |
allowDuplicates | no | expression | — | — |
clipDurationMode | no | expression | — | — |
fixedClipSeconds | no | expression | — | — |
insertMode | no | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | — | — |
Notes
- Fills a range on a track with one or many items according to fill settings.
- Best suited for range/batch operations, not the simplest single-clip insert case.