Scene item visibility, allow showing/hiding all sources in group.
Background
I'm recording doing dev work and was looking for something that would automatically switch window focus in OBS when I alt-tab.
I've accomplished that via a macro like this:
This works well, but requires editing every one of these macros to adjust the index when sources are moved around.
Solution
It would be nice if you could set this to hide all sources in a group, thus being able to target many sources but without needing the index, possibly an option to also target the group directly as well (although I wouldn't need this).
Alternatives
I've tried doing a name match on a group category, thus matching everything inside of it, but this doesn't appear to work.
Anything else we should know?
No response
It would be nice if you could set this to hide all sources in a group, thus being able to target many sources but without needing the index, possibly an option to also target the group directly as well (although I wouldn't need this).
I will look into it! Just to clarify: You specifically want to target all items within a source group and but not the source group itself, right?
Targeting the source group itself should already be possible:
I think I got a first version working:
A build with this feature will be available here in a few minutes: https://github.com/WarmUpTill/SceneSwitcher/actions/runs/10593886970
Let me know if this roughly what you had in mind or if I misunderstood your request :)
Just to clarify: You specifically want to target all items within a source group and but not the source group itself, right?
That is correct, this was exactly what I wanted.
Just tested the build out, works great.
❤️
Should probably let the PR automatically close this once it's merged.
Thanks for testing it and letting me know! :)