Skip to main content

Fill Track With Items

Category: Pr Tracks & Clips Fill Track With Items block screenshot

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​

InputRequiredValue KindTypesEnum Values
trackyesexpression——
itemsyesexpression——
fromSecondsyesexpression——
toSecondsyesexpression——
ordernoexpression——
allowDuplicatesnoexpression——
clipDurationModenoexpression——
fixedClipSecondsnoexpression——
insertModenoexpression——
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-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.