Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IES import fail #216

Open
ThinkWithPbody opened this issue Jul 24, 2022 · 3 comments
Open

IES import fail #216

ThinkWithPbody opened this issue Jul 24, 2022 · 3 comments

Comments

@ThinkWithPbody
Copy link

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
Copy link
Author

Love this addon btw! Thanks thanks thanks!

@Ionsol
Copy link

Ionsol commented Sep 14, 2022

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!

@juergenfurrer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants