-
Notifications
You must be signed in to change notification settings - Fork 127
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 FOR BLENDER 4.2 #141
Comments
I need help troubleshooting for 4.2, I'm also getting same error code. |
It is for 4.2 JUst follow the steps above |
This worked for me thanks @MrHyplex9511 - I'm currently using 4.2 |
After Changing BLENDER_EEVEE to BLENDER_EEVEE_NEXT it started working for me. Thanks mate |
Thankyou! This worked great. |
I've created a fork with this fix here ksami@56bcac2 |
@ksami Thank You Brother |
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
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
The text was updated successfully, but these errors were encountered: