Set Scene Item Visibility
obs-set-scene-item-enabledShows or hides a scene item by its ID. Toggle visibility with a boolean to show or hide the item in a scene. Use this to control which items appear in your live composition.
Instructions
Show or hide a scene item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Whether to show (true) or hide (false) the item | |
| sceneName | No | Name of the scene containing the item | |
| sceneUuid | No | UUID of the scene containing the item | |
| canvasUuid | No | UUID of the canvas containing the scene | |
| sceneItemId | Yes | The ID of the scene item |