sebalies / After-Effects-Scripts

A collection of helpful scripts for After Effects that run natively or with a 3rd party script launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After Effects Scripts

A collection of helpful scripts for After Effects that run natively or with a 3rd party script launcher such as kbar2, Tool Launcher, or Quick Menu 2.

To run the script natively in After Effects use File > Script > Run Script File... and choose this script.

Scripts

Add an adjustment layer above the currently selected layer to break the 3D space of After Effects. If no layers are selected the adjustment layer will be added at the top.

Add a camera and 3D null as a controller to the current composition.

Add the Fill effect to all selected layers while cycling through red, green, blue, yellow, magenta, and cyan.

Add a new maker to all selected layers with an optional comment.

Add all selected properties to Essential Graphics Panel using effect names instead of property names for expression controls.

Add an adjustment layer with the Posterize Time effect set to 12 fps.

Calculate the difference between two keyframe values.

Calculate the distance between any two layers. Two 2D layers will result in 2D distance (composition space). Two 3D layers will result in 3D distance (world space). One 2D layer and one 3D layer will result in 3D distance (world space). Hold the ALT key to force the result to be 2D distance (composition space). Forcing 2D distance (composition space) will result in the optical distance between two layers.

Center the composition in the Composition Panel. Hold the ALT key or SHIFT key for other zoom levels.

Change the composition and all layers to the given duration. All nested precomps will be affected as well (and precomps within those precomps and so on).

Clean out the Render Queue.

Clean unused items from any selected folders. Remove empty folders unless they are top level.

Copy the Work Area from the active composition. Hold the ALT key to paste the copied Work Area to the active composition.

Add a new Text Layer in the current composition for each line of text in the file in the selected text file.

Cycle the composition background color between black, gray, and white.

Disable all of the specified effects in the project. Hold the ALT key to enable.

Essential Properties from a nested composition can not be directly added to the Essential Graphic Panel of the parent composition. Instead, run this script to expose those Essential Properties by using an intermediate expression controller. Select a layer to add all properterties or select specific properties to add them. This script does not currently support Dropdown Menu Control.

Force the Composition Panel to refresh the current frame.

Disable (toggle the eyeball icon) on all unselected layers.

Invert selected keyframe values.

Lock every layer in every conmposition in the project.

Convert selected keyframes into hold keyframes.

Randomly shift the start time of all selected layers within a provided range.

Randomize the value for selected 1 dimensional keyframes.

Rename the current composition to the same name as the project .

Rename the first layer in each selected composition to match the name of the composition.

Rename the source of the currently selected layer.

Rename selected layers and append each character along with character count.

Rename selected layers and append zero padded numbers.

Rename the source of the selected layer to match.

Set the Work Area to cover the entire composition.

Round the position values of selected layers to the nearest whole number.

Shift all selected layers to the Current Time Indicator as a group while maintaining relative timing.

Select all unparented layers in the current composition.

Set new color based on original color, blend mode, and opacity.

Set the last selected layer to the average position of all other layers. Hold the ALT key to set the first selected layers to the average position of all other layers.

Force effects wih selected position properties such as CC Bend It or Gradient Ramp to stick properly to a layer.

Toggle the blend mode of the selected layers between Normal and Difference. Hold the ALT key to force all selected layers to Normal blend mode. Hold the SHIFT key to force all selected layers to Difference blend mode.

Disable or enable an expression that maintains the visual scale of a layer as its positioned in Z Space.

Toggle onion skinning in the current composition.

Zero out the position of all selected layers.

About

A collection of helpful scripts for After Effects that run natively or with a 3rd party script launcher


Languages

Language:JavaScript 100.0%