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

Fixes #12036 - Types for SceneTransforms functions #12048

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

ggetz
Copy link
Contributor

@ggetz ggetz commented Jun 26, 2024

Description

Issue number and link

Fixes #12036

Testing plan

Fixes types for new Scene.worldTo functions added in #12000, and the deprecated functions they were renamed from.

I have not mentioned this in CHANGES.md because the functions are newly added or deprecated for this upcoming release.

Author checklist

  • I have submitted a Contributor License Agreement
  • I have added my name to CONTRIBUTORS.md
  • I have updated CHANGES.md with a short summary of my change I have not mentioned this in CHANGES.md because the functions are newly added or deprecated for this upcoming release.
  • I have added or updated unit tests to ensure consistent code coverage
  • I have updated the inline documentation, and included code examples where relevant
  • I have performed a self-review of my code

Copy link

Thank you for the pull request, @ggetz!

✅ We can confirm we have a CLA on file for you.

Copy link
Contributor

@jjspace jjspace left a comment

Choose a reason for hiding this comment

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

LGTM

@jjspace jjspace merged commit 0d56358 into main Jun 26, 2024
10 checks passed
@jjspace jjspace deleted the fix-new-types branch June 26, 2024 21:09
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.

Some SceneTransforms functions docs do not correctly reflect implementation
2 participants