Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.35 KB

plugins.finalcutpro.timeline.generators.md

File metadata and controls

21 lines (15 loc) · 1.35 KB

docs » plugins.finalcutpro.timeline.generators


Controls Final Cut Pro's Generators.

API Overview

  • Functions - API calls offered directly by the extension
  • apply

API Documentation

Functions

Signature plugins.finalcutpro.timeline.generators.apply(action) -> boolean
Type Function
Description Applies the specified action as a generator. Expects action to be a table with the following structure:
Parameters
  • * action - A table with the name/category/theme for the generator to apply, or a string with just the name.
Returns
  • * true if a matching generator was found and applied to the timeline.