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
I'm using version 1.8.0 on blender 3.2.0 on windows11, I can't import ies files (for example this) like I used to years back.
Python: Traceback (most recent call last):
File "C:\Users\twp\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\LilySurfaceScraper\frontend.py", line 148, in invoke
return self.execute(context)
File "C:\Users\twp\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\LilySurfaceScraper\frontend.py", line 151, in execute
bpy.ops.object.lily_surface_import('EXEC_DEFAULT', url=bpy.context.window_manager.clipboard)
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\modules\bpy\ops.py", line 113, in __call__
ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Invalid Input Error: Material provider not supported. See the documentation for a list of supported material providers.
The text was updated successfully, but these errors were encountered:
I'm also having this issue in Blender 3.3 LTS.
This is such an important tool for building an asset database for IES files so I really hope it gets resolved soon!
I'm using version 1.8.0 on blender 3.2.0 on windows11, I can't import ies files (for example this) like I used to years back.
The text was updated successfully, but these errors were encountered: