Set Sequence Track Muted
Mute or unmute one track, verified by reading it back. A muted track stays in the asset and evaluates nothing, which is normal while authoring and a bug once shipped.
hf_set_sequence_track_mutedWriteArguments
| Name | Type | Description |
|---|---|---|
mutedreq | boolean | True to mute, false to unmute. |
trackreq | string | Object path of the track, as reported by hf_list_sequence_tracks. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in Sequencer and cinematics:
- Remove Sequence Key
- Remove Sequence Section
- Remove Sequence Track
- Set Sequence Frame Rate
- Set Sequence Key
- Set Sequence Playback Range
- Set Sequence Section Properties
- Set Sequence Section Range
All 23 tools in Sequencer and cinematics — 14 more not listed here.