obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Feature Request: Add ToggleSceneItemEnabled request

Open theca11 opened this issue 2 years ago • 1 comments

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

ToggleSceneItemEnabled request to show/hide a scene item in an easier/more performant way. Currently, this requires 2 different requests, first GetSceneItemEnabled and then SetSceneItemEnabled, which can't be batched together because there is no way to negate the output of the first request using input/output variables

Requested Feature Usage Scenario

Toggling scene item visibility is a very common usage scenario. Any tool implementing basic OBS controls most probably includes such an option, and having to make 2 requests is inefficient

theca11 avatar Jul 01 '23 10:07 theca11

Also, "SourceVisibility" toggle....

Vitalicus avatar Jul 14 '23 10:07 Vitalicus