-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot resolve normalized_image_path #56
Labels
Comments
Hello, Can you provide a 3D model that cause this error to allow me to reproduce? :) |
Sure thing, Here is the file [LINK] |
Ok, it seems we do not handle properly textures embedded in GLB... If I provide a fallback texture, it works bit the output files goes to 10 MB...
I am not good enough on the 3D/Assimp part to help more with this issue :/ Maybe related issues: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When trying to optimize a glb file, application should return an optimized glb file.
Current Behavior
When trying to optimize a glb file, application returns
ValueError: Cannot resolve *13
and quitsSteps to Reproduce
yoga 1.3.1
blender 4.0.2
yoga model input.glb output.glb
Context (Environment)
Detailed Error Log
Possible solution
Maybe is something related to the blender exported file?
The text was updated successfully, but these errors were encountered: