Poly-Haven / polyhavenassets

A Blender add-on to integrate our assets natively in the asset browser
GNU General Public License v3.0
312 stars 21 forks source link

Error opon Fetch Assets #114

Closed bax64 closed 6 months ago

bax64 commented 6 months ago

Hey, I get this error when trying to Fetch Assets.

Python: Traceback (most recent call last): File "C:\Users\basti\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\polyhavenassets-main\operators\pull_from_polyhaven.py", line 299, in execute error, assets = get_asset_list(self.asset_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\basti\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\polyhavenassets-main\utils\get_asset_list.py", line 15, in get_asset_list verify_ssl = not bpy.context.preferences.addons["polyhavenassets"].preferences.disable_ssl_verify


KeyError: 'bpy_prop_collection[key]: key "polyhavenassets" not found'
gregzaal commented 6 months ago

Hi, if you're not purchasing the add-on from the Blender Market or supporting us on Patreon, make sure you follow the installation instructions in the readme carefully. The add-on must be downloaded from the releases page.

bax64 commented 6 months ago

Thanks! Working now.