You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 11
Blender 4.1
I install the .zip file but when i try to enable i receive the following error message:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 444, in enable
mod.register()
File "C:\Users\ronal\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\sketchfab-plugin-1-6-0_init_.py", line 2404, in register
updateCacheDirectory(None, context=bpy.context)
File "C:\Users\ronal\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\sketchfab-plugin-1-6-0_init_.py", line 2294, in updateCacheDirectory
if not os.path.exists(Config.SKETCHFAB_TEMP_DIR): os.makedirs(Config.SKETCHFAB_TEMP_DIR)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 225, in makedirs
FileNotFoundError: [WinError 53] The network path was not found: '\\TEMP\sketchfab_downloads'
The text was updated successfully, but these errors were encountered:
Windows 11
Blender 4.1
I install the .zip file but when i try to enable i receive the following error message:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.1\4.1\scripts\modules\addon_utils.py", line 444, in enable
mod.register()
File "C:\Users\ronal\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\sketchfab-plugin-1-6-0_init_.py", line 2404, in register
updateCacheDirectory(None, context=bpy.context)
File "C:\Users\ronal\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\sketchfab-plugin-1-6-0_init_.py", line 2294, in updateCacheDirectory
if not os.path.exists(Config.SKETCHFAB_TEMP_DIR): os.makedirs(Config.SKETCHFAB_TEMP_DIR)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 225, in makedirs
FileNotFoundError: [WinError 53] The network path was not found: '\\TEMP\sketchfab_downloads'
The text was updated successfully, but these errors were encountered: