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

fix: project variables #689 #690

Merged
merged 2 commits into from
May 18, 2023
Merged

fix: project variables #689 #690

merged 2 commits into from
May 18, 2023

Conversation

rtkid-nt
Copy link
Contributor

No description provided.

@rtkid-nt rtkid-nt requested a review from aarthificial as a code owner May 17, 2023 12:28
@@ -80,6 +80,7 @@ export class Renderer {
resolutionScale: 1,
timeEventsClass: ReadOnlyTimeEvents,
});
scene.variables.updateSignals(this.project.variables ?? {});
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should do that in reloadScenes to stay consistent with the Presenter class.

@rtkid-nt rtkid-nt requested a review from aarthificial May 18, 2023 12:03
@aarthificial aarthificial merged commit 149f39c into motion-canvas:main May 18, 2023
@aarthificial
Copy link
Contributor

Thanks for the fix!
As a side note: if your PR fixes an issue, you should put it in the body of the commit message like this:

Closes: #689 

GitHub will then automatically close the issue upon merging

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