KBar support for Keystone 2

What is KBar?

Kbar is a widely used extension for After Effects that allows to create customizable toolbars. More informations on: https://aescripts.com/kbar/

Set up Keystone 2 features in KBar

  1. Go in KBar settings (⚙️ icon in KBar)

  2. Click Add button

  3. Click Run JSX/JSXBIN File

  4. Click BROWSE and select main.jsx file in Keystone installation folder:

    WINDOWS

    C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.aescripts.keystone2\panel\jsx\main.jsx

    MAC

    /Library/Application Support/Adobe/CEP/extensions/com.aescripts.keystone2/panel/jsx/main.jsx

  5. Indicate the Script function (see the table below)

  6. Add the corresponding description (optional)

  7. Add the corresponding icon (optional)

Icons & Script functions

Keyframes functions

Layers functions

The reference numbers are useful to quickly find the icons in the folder.

Download .kbar file

Save yourself the trouble of manually writing all the functions with this ready-to-use .kbar file! It contains all KBar-compatible Keystone 2 functions with associated icons.

The .kbar file contains all functions and icons, but you need to specify the correct path to the jsx file specific to your computer for each function.

Suffixes (optional)

It is possible to add a suffix to the end of the script function in order to force Keystone 2 to group keyframes by layer, by property or all together.

  • -LAYER groups keyframes by layer. Correspond to the default behaviour of a simple click.

  • -PROPERTY groups keyframes by property. Correspond to the ALT (⌥) + click behaviour.

  • -GLOBAL groups keyframes all together. Correspond to the SHIFT + click behaviour.

Suffix Example

alignFirstKey-PROPERTY will force the alignement of all the selected keyframes of each property on the CTI without having to use the combination ALT (⌥) + click.

  • Suffixes are optional and without any suffix the hotkeys ALT (⌥) and SHIFT apply like in the extension.

  • Suffixes are not available for all features, such as Constant speed, Overlap cleaning or Align to nearest frame.

Download Keystone 2 icons

  • All the icons are available in 2 colors: - gray (classic) and blue for the keyframes features - gray (classic) and green for the layers features

  • The icons are in svg format, so feel free to modify them if you wish.

Last updated