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

6 ➡️ 5 Backport to fix #636 #641

Open
wants to merge 2 commits into
base: gz-common5
Choose a base branch
from

Conversation

Crola1702
Copy link
Contributor

🦟 Bug fix

Fixes #636 for gz-common5

Summary

Backport of #630 and #634

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

@iche033 I'd like your review here as code owner

Fixes UNIT_AssimpLoader_TEST with assimp 5.4.3. This should fix homebrew CI.

This PR tweaks the way we checks for texture coordinates from assimp. Empty texture coordinate slots are now allowed as of assimp/assimp#5636. The new logic should be compatible with assimp 5.4.3 and prior versions

Signed-off-by: Ian Chen <[email protected]>
@Crola1702 Crola1702 changed the title 6 ➡️ 5 Backport fix to #636 6 ➡️ 5 Backport to fix #636 Sep 16, 2024
@Crola1702 Crola1702 changed the base branch from gz-common6 to gz-common5 September 16, 2024 18:06
@iche033
Copy link
Contributor

iche033 commented Sep 16, 2024

I think this PR also included #413 in the backport. Is it intended?

@scpeters
Copy link
Member

I think this PR also included #413 in the backport. Is it intended?

it looks like it backports #630. I think that's not needed to fix the tests

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

Successfully merging this pull request may close these issues.

🧑‍🌾 AssimpLoader.LoadBox tests failing in gz-common-main homebrew
3 participants