-
-
Notifications
You must be signed in to change notification settings - Fork 957
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
Model importer regression in master #2213
Comments
@Noah7071 is this just missing or a special case for this model file? |
Thanks for sharing this @Doprez. Wheres this particular model Emily_jumpinng! ? The link you shared isn't opening for me. |
Oh weird, try this https://www.turbosquid.com/3d-models/emily-blender-2157992 |
Oh lol sorry I apparently added the hyperlink without adding the actual link |
Oh yes for the case texture embedded, unlike FBX sdk there isnt auto setting in Assimp to rip embedded files. Have to generate texture image file traversing pixel by pixel. Checking in the fix shortly! |
@Doprez Committed the update for embedded texture! |
You're a legend! I can either mark this as closed now or we can wait for the PR to close it. |
Thanks @Doprez , best mark it closed and open new if somethin else! |
Did you already make the PR? |
Yes, there's PR of this #2163 |
Ah but that was already merged, I think it will need a new one for your commit to take effect. |
Im going to reopen for now so we can track it once it gets merged. It does seem fixed from Noahs example but just needs to be in master. |
Release Type: master
Version: Github
Describe the bug
After doing some testing with the model importer changes I was testing different models online to see if they all imported correctly and found one that imports correctly in the old version but shows up blank in the new version.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should work as it currently does where the model, materials and textures import properly.
Screenshots
old:
new:
Log and callstacks
The text was updated successfully, but these errors were encountered: