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

No sketchfab icon showing on the side 4.2 #156

Open
tedxteddy opened this issue Nov 13, 2024 · 3 comments
Open

No sketchfab icon showing on the side 4.2 #156

tedxteddy opened this issue Nov 13, 2024 · 3 comments

Comments

@tedxteddy
Copy link

unable to access the plugin via the side bar

@tedxteddy
Copy link
Author

image
as you can see in this image.

@MrHyplex9511
Copy link

MrHyplex9511 commented Nov 19, 2024

In Blender 4.2 it was not working then i troubleshooted the problem cuz i am a skid.

I found out that if the error is fix line 1393, then open the innit.py file in the
(C:\Users\Your user\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\sketchfab-plugin-1-6-1/innit.py)
and go to line 1393. As shown below and

1392 if bpy.context.scene.render.engine not in ["CYCLES", "BLENDER_EEVEE"]:
1393 bpy.context.scene.render.engine = "BLENDER_EEVEE" <---------- Change BLENDER_EEVEE to BLENDER_EEVEE_NEXT
1394 try:

After fix it should look like this.

bpy.context.scene.render.engine = "BLENDER_EEVEE_NEXT"

Then save the file and relaunch blender. It should work

or replace your "innit.py" file with This one replace the file with the mentioned above

@siunamii
Copy link

hi I'm on blender 4.3 on mac and I can't find the addons file, there's only addons_core but in there I can't find the sketchfab plugin.

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

3 participants