After Effects

These package settings are for After Effects only and will not operate with packages of other types.

AE


Options

auto_size_composition

Allows making your compositions adoptive.

Size copying (height and width) of a current composition into a composition applied in the extension. Creates an effect of auto-changing (adaptivity) of the size if was prescribed. More details here.

The option can be change for certain groups of elements (more on that in change_auto_size_composition).

  • NONE – do not apply [in default]
  • ONLY_MAIN – for a current composition only
  • ALL_COMPS – for all inner compositions
"auto_size_composition": "ONLY_MAIN"

auto_fps_composition

Copy FPS of a current composition into the composition applied in the extension.

  • NONE – do not apply [in default]
  • ONLY_MAIN – for a current composition only
  • ALL_COMPS – for all inner compositions
"auto_fps_composition": "NONE"

duplicate_origin_setting

Doubling applied composition from the extension. Customer's changes in the scene don't have to affect the original composition, so that you could apply it again without importing into the project.
If you have various embedded scenes with editable elements, choose ALL_COMPS.

The option can be change for certain groups of elements (more on that in change_duplicate_origin_setting).

  • ONLY_MAIN – for a current composition only
  • ALL_COMPS – for all inner compositions
"duplicate_origin_setting": "ALL_COMPS"

use_start_timeline_pointer

A place of appearance of the layer on a timeline (while applying a composition in the extension).

The option can be change for certain groups of elements (more on that in change_use_start_timeline_pointer).

  • NONE – similar to START_POINT [in default]
  • START_POINT – the very beginning of the timeline
  • FOLLOW_CURSOR – in current cursor position
  • IN_MARKER_POINT – in current cursor position and the first marker inside the composition (perfectly fits to transition compositions)

Timeline Place

"use_start_timeline_pointer": "FOLLOW_CURSOR"

layer_index_position

Index (the position of a layer/composition) for the element applied on the timeline.

The option can be change for certain groups of elements (more on that in change_layer_index_position).

  • NONE – similar to MOVE_BEGIN [in default]
  • MOVE_BEGIN – add an element to the very top of layers (the first index)
  • MOVE_BELOW – add an element below chosen layer (if there is one)
  • MOVE_ABOVE – add an element abowe chosen layer (if there is one)
  • MOVE_END – add an element at the end of layers (the last index)

Layers Index

"layer_index_position": "MOVE_ABOVE"