LilySurfaceScraper icon indicating copy to clipboard operation
LilySurfaceScraper copied to clipboard

IES import fail

Open ThinkWithPbody opened this issue 3 years ago • 3 comments

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.

ThinkWithPbody avatar Jul 24 '22 02:07 ThinkWithPbody

Love this addon btw! Thanks thanks thanks!

ThinkWithPbody avatar Jul 24 '22 02:07 ThinkWithPbody

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!

Ionsol avatar Sep 14 '22 19:09 Ionsol

This is related to this pull-request: https://github.com/eliemichel/LilySurfaceScraper/pull/248/files

The API has changed on ies-library and therefor the old versions will no longer work until the pull-request was merged ;)

juergenfurrer avatar Jun 20 '24 13:06 juergenfurrer