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

collada: fix error in use of fix_transform. #53859

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

lyuma
Copy link
Contributor

@lyuma lyuma commented Oct 15, 2021

Found an apparent typo in #53765 by @reduz causing the result of fix_transform after compute_transform to be ignored when calculating the initial bone pose.

fix_transform is return-by-value, but the return value was ignored.

Unfortunately I do not know enough about COLLADA to understand how to test this case.

@lyuma lyuma requested a review from a team as a code owner October 15, 2021 19:29
@akien-mga akien-mga added this to the 4.0 milestone Oct 15, 2021
@akien-mga akien-mga merged commit c96dcdf into godotengine:master Oct 15, 2021
@akien-mga
Copy link
Member

Thanks!

@lyuma lyuma deleted the collada_fix_transform branch May 19, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants