brignet icon indicating copy to clipboard operation
brignet copied to clipboard

error while trying to enable the addon

Open qtabdullah opened this issue 2 years ago • 1 comments

hello i have tried enabling the addon but it gives this error: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\brignet_init_.py", line 70, in register BrignetPrefs.check_cuda() File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\brignet\preferences.py", line 41, in check_cuda BrignetPrefs._cuda_info = cuda_utils.CudaDetect() File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\brignet\setup_utils\cuda_utils.py", line 24, in init self.has_cuda_device() File "C:\Users\Name\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\brignet\setup_utils\cuda_utils.py", line 52, in has_cuda_device for device in cprefs.get_devices(bpy.context): TypeError: 'NoneType' object is not iterable

qtabdullah avatar Nov 23 '22 10:11 qtabdullah

I have the same problem, using cuda 12.2, blender 3.4

99bits avatar Sep 16 '23 19:09 99bits