list-layer-effects
List all effects applied to a specific layer in an After Effects composition, with options to include their property trees and current values.
Instructions
List effects on a layer, with optional recursive property details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compIndex | Yes | 1-based index of the target composition in the project panel. | |
| layerIndex | Yes | 1-based index of the target layer within the composition. | |
| includeProperties | No | Include effect property trees (default: false). | |
| includeValues | No | Include current values for non-group properties (default: false). | |
| maxDepth | No | Maximum property recursion depth when includeProperties is true (default: 2). |