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 baked vertex animation support in ShaderMaterial #11391

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Conversation

Popov72
Copy link
Contributor

@Popov72 Popov72 commented Nov 5, 2021

Fix ShaderMaterial for BVA.

What @RaananW was saying in #11317 was that #define could be removed from the string pushed in the defines array, not that all the code could be removed. But in fact it can't be done anyway because the automatic adding of #define is done for defines passed to the constructor of ShaderMaterial, which is not our case here.

@sebavan sebavan merged commit b079422 into master Nov 5, 2021
@sebavan sebavan deleted the Popov72-patch-1 branch November 5, 2021 00:13
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.

None yet

2 participants