Common settings

Common settinga that are supported by all the extensions.

AE PR PS AI


Options

customizer_control_range

Allows assigning a standard range for sliders (Position / Scale/ Opacity or other controller effects) for the AtomX customizer.
After pressing the customizer button the extension finds all appointed names of effects and assigns them range for editing inside the extension.

You can assign as many ranges of format [from, before, step], as you want, just separate them by commas (inside the bucket customizer_control_range)

"BG Position": [-200, 200, 1],
"Opacity": [0, 100, 20],
"Shape Line Size": [50, 150]

Example:

Let's consider "Opacity": [0, 100, 20] - the minimum value 0, and the maximum 100are set up. We use a stroke 20, so that we going to move between points: 0, 20, 40, 60, 80, 100. The stroke is better be downwards for smaller max. values, and upwards for bigger max. values.

If the stroke is not assigned, it will be 1 in default (and directly depend on the width of the customizer bar).

If the option is not assigned, the range will be [-500, 500, 1] in default.

Sample Customizer Range

Option (separately)
"Effect Name": [-2000, 2000, 150],
"Any Effect Name": [0, 200, 5]
Option (including the construction)
"customizer_control_range": {
"Effect Name": [-2000, 2000, 150],
"Any Effect Name": [0, 200, 5]
}

customizer_action

Helps to assign the action by pushing the customizer button.

ApplicationOperation aspects
After EffectsTo run the app. you need a special comment ATOM_CUSTOMIZER_LAYER on the control layer (that has effects of operating).
Premiere ProRuns with MOGRT (Motion Graphics Template) elements only.

More on AtomX customizer see here.

  • SIMPLE – open the composition with the control level and mark it [in default]
  • EDITOR – open the editor of controllers and text (if it's on) right inside the extension

Example of an external view of the customizer (if EDITOR chosen):

Sample Customizer Text Editor

"customizer_action": "EDITOR"

customizer_text_editor

Ability to edit the text strictly in the extension by pushing the customizer button.

ApplicationOperation aspects
After EffectsFinds text layers with special comment ATOM_TEXT_EDITOR_LAYER in all the compositions inside the main one.
Premiere ProRuns with MOGRT (Motion Graphics Template) elements only.

The option operates unless and until the value customizer_action is assigned as EDITOR.
More on AtomX customizer see here.

  • true – text editor in the extension is on [in default]
  • false – text editor in the extension is off

Example of an external view of the customizer if on:

Sample Customizer Text Editor

"customizer_text_editor": true

auto_size_footage

Allows you to create adaptability for your footages (images/video files).

Only works for group settings - is_footage

Size copying (height and width) of a current composition/sequence to the applied footages in the extension (with the preservation of proportions). Creates an effect of auto-changing (adaptivity) of the size.

You can change this parameter for individual groups of elements (for more information, see change_auto_size_footage).

  • NONE – not apply [in default]
  • ALL_ITEMS – apply to all elements (images/video)
"auto_size_footage": "ALL_ITEMS"

files_protection_method

Allows you to encrypt your files so that they can only be opened through the extension AtomX.

This method currently only works for Premiere Pro projects (learn more about working with the app here).

note

Files must be pre-saved with the selected encryption type so that the extension will only decrypt these files in the future.

To open the encryption panel: click options next to the extension name, then select Dev Panel.

Open Dev Panel

Select the sequences to export, and click:

Save as Atomxassets

  • NONE – not apply [in default]
  • BIN_AX – open the elements with encryption BIN_AX
"files_protection_method": "BIN_AX"