color_get_lut
Retrieve the LUT file path applied to a specific node in a DaVinci Resolve timeline clip. Returns an empty string if no LUT is set, enabling quick inspection of color grading settings.
Instructions
Return the LUT file path applied to a specific node, or empty string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_name | Yes | Exact name of the timeline clip. | |
| node_index | Yes | 1-based index of the node to query. | |
| 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 |