You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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, firstGetSceneItemEnabled
and thenSetSceneItemEnabled
, which can't be batched together because there is no way to negate the output of the first request using input/output variablesRequested 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
The text was updated successfully, but these errors were encountered: