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

Sketchfab plugin not working with Blender 4.2. #140

Open
vbalakersky opened this issue Jul 16, 2024 · 4 comments
Open

Sketchfab plugin not working with Blender 4.2. #140

vbalakersky opened this issue Jul 16, 2024 · 4 comments

Comments

@vbalakersky
Copy link

Blender starts downloading the model but then doesn't actually import it afterward. I have received errors relating to Python and Eevee already, not sure if it has anything to do with it.

@DIscoB79
Copy link

same here ,I switched to cycles and it imported but it was a jumbled mess of armature and emptys.

@MrHyplex9511
Copy link

I have a fix for the above. You see if its giving error like fix line 1409 of innit.py. then go to that line and replace the EEVEE with EEVEE_NEXT.

And if it is giving error fix line 1393, then

        bpy.context.scene.render.engine = "BLENDER_EEVEE" <---------- Change BLENDER_EEVEE to BLENDER_EEVEE_NEXT

@samrat9087
Copy link

how do i even edit that plss explain

@samrat9087
Copy link

how do i edit it pls explain

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

No branches or pull requests

4 participants