-
Notifications
You must be signed in to change notification settings - Fork 320
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
Fix #1626 Set skinned mesh at root #1627
base: main
Are you sure you want to change the base?
Conversation
Even if the transform is not needed for the skinned mesh, there may be child objects that need the transform. The importer handles this by possibly creating a new node to attach the skinned mesh to. Example
|
Copying from #1626 (comment) —
^See @scurest's #1626 (comment), my comment doesn't need to block the PR. |
Trying a fix to the case described by @scurest |
So, any other cases that breaks or are not solved? |
Note: This breaks driver detection for now |
Fix #1626
Set skinned mesh at root
Note : Need to be fully tested