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

Bug: GLB export translation of exactly (1., 1., 1.) will not export correctly #5496

Open
JulianKnodt opened this issue Mar 15, 2024 · 0 comments
Labels
Bug Global flag to mark a deviation from expected behaviour

Comments

@JulianKnodt
Copy link
Contributor

JulianKnodt commented Mar 15, 2024

Describe the bug
There is a bug in GLB export where if a translation is exactly (1., 1., 1.) it will be ignored:
image

This can be fixed by changing the bottom 3 lines to the screenshot above.

Previously, it checked if it != (1., 1., 1.) and only set translation as present otherwise.

@JulianKnodt JulianKnodt added the Bug Global flag to mark a deviation from expected behaviour label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Global flag to mark a deviation from expected behaviour
Projects
None yet
Development

No branches or pull requests

1 participant