color_set_node_enabled
Toggle a specific color correction node on a timeline clip by specifying the clip name, node index, and enable/disable state.
Instructions
Enable or disable a specific color correction node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to enable, False to disable. | |
| item_name | Yes | Exact name of the timeline clip. | |
| node_index | Yes | 1-based index of the node to toggle. | |
| track_type | No | Track type (default "video"). | video |
| track_index | No | 1-based track number (default 1). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |