apply-effect
Apply effects to specific layers in After Effects compositions by specifying layer index, effect name or match name, and optional settings. Works with the mcp-after-effects server for streamlined automation.
Instructions
Apply an effect to a layer in After Effects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compIndex | Yes | 1-based index of the target composition in the project panel. | |
effectCategory | No | Optional category for filtering effects. | |
effectMatchName | No | After Effects internal name for the effect (more reliable, e.g., 'ADBE Gaussian Blur 2'). | |
effectName | No | Display name of the effect to apply (e.g., 'Gaussian Blur'). | |
effectSettings | No | Optional parameters for the effect (e.g., { 'Blurriness': 25 }). | |
layerIndex | Yes | 1-based index of the target layer within the composition. | |
presetPath | No | Optional path to an effect preset file (.ffx). |