toggle_track_visibility
Toggles the visibility (eye icon) of a video track in a specified Premiere Pro sequence, showing or hiding it without requiring the sequence to be active.
Instructions
Shows or hides a video track by toggling its output (the eye icon) in the specified sequence. The sequence does not have to be the active one. This is track OUTPUT, not track targeting -- use set_target_track for the V1/A1 patch buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | Yes | Whether to show (true) or hide (false) | |
| sequenceId | Yes | The sequence ID (GUID) as returned in the "id" field by list_sequences or get_active_sequence | |
| trackIndex | Yes | The index of the video track |