-
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
import #159
Comments
Hello, recreated this by installing Blender 4.3.0 and then installing the sketchfab 1.6.1 addon. Looks like the sketchfab addon goes to detect the renderer by looking for the enum BLENDER_EEVEE. This enum exists in older blender versions, but Blender 4.3.0 now has EEVEE Next and uses the BLENDER_EEVEE_NEXT enum. Doing a 'replace all' in the init.py for the addon to swap out all appearances of 'BLENDER_EEVEE' with 'BLENDER_EEVEE_NEXT' seems to get things running again. |
i dont understand.. so ill just updating blender to 4.3.0?... |
That is a good idea to try, the difficulty is that the sketchfab plugin may not work for any version of Blender which uses the 'Eevee Next renderer'. I think that includes blender 4.3.0. One way to fix the problem is: |
this method works very well for me . thanks |
i can not import 3d model from sketchfab to blender
The text was updated successfully, but these errors were encountered: