Skip to content

Commit

Permalink
added additional wildcard info
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Feb 8, 2019
1 parent c4287ac commit 66230ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ by specifying `src`, and one of the `layerName` or `layerIndex` options.
* `layerName`: string, target layer name in the After Effects project
* `layerIndex`: integer, can be used instead of `layerName` to select a layer by providing an index, starting from 1 (default behavior of AE jsx scripting env)
* `composition`: string, composition where the layer is, useful for searching layer in pre-compositions. If none is provided, it uses the default composition set in the template.
Providing `"*"` will result in a wildcard compostion matching, and will apply this data to every matching layer in every matching composition.

Specified asset from `src` field will be downloaded/copied to the working directory, and just before rendering will happen,
a fotage item with specified `layerName` or `layerIndex` in the original project will be replaced with the freshly downloaded asset.
Expand Down

0 comments on commit 66230ab

Please sign in to comment.