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

Allow legacy scene variable parameters to use extension variables #7121

Merged
merged 5 commits into from
Nov 13, 2024

Conversation

D8H
Copy link
Collaborator

@D8H D8H commented Oct 31, 2024

No description provided.

@D8H D8H requested a review from 4ian as a code owner October 31, 2024 13:00
Comment on lines +55 to +59
return layout
? enumerateVariables(layout.getVariables())
: eventsFunctionsExtension
? enumerateVariables(eventsFunctionsExtension.getSceneVariables())
: [];
Copy link
Collaborator Author

@D8H D8H Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getLegacySceneVariables could probably be used here too.

@D8H D8H merged commit 1676296 into master Nov 13, 2024
5 of 6 checks passed
@D8H D8H deleted the scenevar-for-extension branch November 13, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants