Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: I want to trigger some filters when a Scene change start, but the current events only trigger after the Scene has changed. #1165

Open
FHeNuS opened this issue Sep 6, 2023 · 1 comment

Comments

@FHeNuS
Copy link

FHeNuS commented Sep 6, 2023

Feature Request Type

RPC Event

Feature Request Type (Other)

No response

Requested Feature

Similarly to the CurrentSceneCollectionChanging event, I need an event that is triggered when the scene change starts, before for example a transition starts. The SceneTransitionStarted does not include the name of the new scene that was selected, so if I try to get the current scene, it still points to the old one. Maybe the SceneTransitionStarted could include both the current scene or the new scene changing to as arguments, this would solve my problems too.

Requested Feature Usage Scenario

When applying filters so sources that are present between scenes, using the Move Transition Filter for example, and those filter have a time along with the transition time, if I want to know what is the new scene to apply a filter conditionally, BEFORE the transition ends, I can't. :(

@FHeNuS
Copy link
Author

FHeNuS commented Sep 6, 2023

Found out that version 4.9 .1 had a SwitchScene event that happened before a scene switch. This is what I need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant