Closed spookyblock closed 1 year 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. This is the cause of your first error message.
The second error message is self explanatory, Blender does not have permission to read the file C:\Program Files\Poly Haven\polyhavenassets\blender_assets.cats.txt
. Typically Program Files is not meant to store data and has restricted permissions. You should choose a different folder for your asset library.
Nevermind I was able to make it work by running as administrator on Windows 11 if anyone else encounters issues with trying to fetch assets
Fetch assets is not working
Python: Traceback (most recent call last): File "C:\Users\x\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\polyhavenassets\operators\pull_from_polyhaven.py", line 303, in execute copy_file(default_catalog_file, catalog_file) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\shutil.py", line 417, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\shutil.py", line 256, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: 'C:\Program Files\Poly Haven\polyhavenassets\blender_assets.cats.txt'
Followed all instructions tried to change file location and reinstall but nothing works.