KBar support
Use only the features you need with KBar.
Last updated
Was this helpful?
Use only the features you need with KBar.
Last updated
Was this helpful?
Kbar is a widely used extension for After Effects that allows to create customizable toolbars. More informations on: https://aescripts.com/kbar/
Go in KBar settings (⚙️ icon in KBar)
Click Add button
Click Run JSX/JSXBIN File
Click BROWSE and select main.jsx file in Keystone installation folder:
WINDOWS
C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.aescripts.keystone\panel\jsx\main.jsx
MAC
/Library/Application Support/Adobe/CEP/extensions/com.aescripts.keystone/panel/jsx/main.jsx
Indicate the Script function (see the table below)
Add the corresponding description (optional)
Add the corresponding icon (optional)
00
-
-
01
duplicate
Duplicate on the CTI
02
duplicateFlip
Duplicate and flip on the CTI
03
flip
Flip the keyframes
04
alignFirstKey
Align on the first keyframe
05
alignLastKey
Align on the last keyframe
06
alignInPoint
Align on the layer in point
07
alignOutPoint
Align on the layer out point
08
staggerDescending
Create descending stagger
09
staggerAscending
Create ascending stagger
10
staggerRandom
Create random stagger
11
interval
Set interval
12
stretchFirstKey
Stretch from the first keyframe
13
stretchLastKey
Stretch from the last keyframe
14
stretchCTI
Stretch from the CTI
15
copy
Copy
16
paste
Paste
17
alignNearestFrame
Align on the nearest frame
18
constantSpeed
Set constant Speed
19
overlapCleaning
Auto-cleaning between selected keyframes
20
shift-10
Shift 10 frames to the left
21
shift-1
Shift 1 frame to the left
22
shift+1
Shift 1 frame to the right
23
shift+10
Shift 10 frames to the right
It is possible to add a suffix to the end of the script function in order to force Keystone 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.
-ALL
groups keyframes all together. Correspond to the SHIFT
+ click
behaviour.
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
.