eliemichel / LilySurfaceScraper

Import shaders end environments in Blender from a single URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IES import fail

ThinkWithPbody opened this issue · 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.

Love this addon btw! Thanks thanks thanks!

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!

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 ;)