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

feat: put a deprecation warning to VRMUtils.removeUnnecessaryJoints #1540

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

0b5vr
Copy link
Contributor

@0b5vr 0b5vr commented Nov 26, 2024

This PR deprecates VRMUtils.removeUnnecessaryJoints.

In #1535, we got a superior function, VRMUtils.combineSkeletons, so we no longer have a purpose of using removeUnnecessaryJoints.

When using the function, it puts a warning that recommends the user to switch to combineSkeletons.
However, the implementation of removeUnnecessaryJoints is preserved in case the implementation of combineSkeletons causes a problem.
The function body will be removed in the next major version.

@0b5vr 0b5vr added this to the next milestone Nov 26, 2024
@0b5vr 0b5vr requested a review from ke456-png November 26, 2024 03:11
@0b5vr 0b5vr self-assigned this Nov 26, 2024
Copy link
Contributor

@ke456-png ke456-png left a comment

Choose a reason for hiding this comment

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

Looks good.

@0b5vr 0b5vr merged commit 6a7642c into dev Nov 26, 2024
5 checks passed
@0b5vr 0b5vr deleted the deprecate-removeunnecessaryjoints branch November 26, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants