-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Normalize the glTF2 weights on export. #48360
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fire
force-pushed
the
gltf-bone-skinning-normalization
branch
3 times, most recently
from
May 1, 2021 21:48
0626ab5
to
b0220c9
Compare
Calinou
added
bug
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
topic:3d
topic:import
labels
May 1, 2021
Calinou
added
topic:export
and removed
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
topic:import
labels
May 1, 2021
Asked SJ to review. |
fire
force-pushed
the
gltf-bone-skinning-normalization
branch
from
May 1, 2021 22:06
b0220c9
to
b2dbd4b
Compare
kalysti
reviewed
May 2, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asked SJ to review.
your own fault xD
fire
force-pushed
the
gltf-bone-skinning-normalization
branch
2 times, most recently
from
May 2, 2021 20:12
e82d521
to
7969990
Compare
@sboron Can you review again? |
kalysti
reviewed
May 3, 2021
fire
force-pushed
the
gltf-bone-skinning-normalization
branch
5 times, most recently
from
May 3, 2021 13:13
cf6385e
to
8160afc
Compare
Remove max and min on weights because it was difficult and it was allowed. Handle case of weight normalization. Joints [2, 2, 2, 2] Weights [0.7, 0.3, 0.0, 0.0] becomes Joints [2, 0, 0, 0] Weights [1.0, 0.0, 0.0, 0.0]
fire
force-pushed
the
gltf-bone-skinning-normalization
branch
from
May 3, 2021 13:17
8160afc
to
09d4411
Compare
@sboron Can you review with <3? |
Superseded by: #50019 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolve validator bugs on Mira model.
https://sketchfab.com/3d-models/mira-573a125189704a7685389ca6a13d7350
Take this model. Open it in Godot and then export.
Original report.
Node3D_report.json.txt
Final report.
Node3D_report.json.txt
See commit message for details.