remove-effect
Removes a single effect or all effects from a specific After Effects layer. Use composition and layer indices, then target by effect name, index, or the remove-all flag.
Instructions
Remove one specific effect (or all effects) from a layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compIndex | Yes | 1-based composition index. | |
| removeAll | No | If true, remove all effects from the layer. | |
| effectName | No | Display name of the effect to remove. | |
| layerIndex | Yes | 1-based layer index. | |
| effectIndex | No | 1-based effect index within the layer's Effects group. | |
| effectMatchName | No | Internal match name of the effect to remove. |