Releases: eliemichel/LilySurfaceScraper
Releases · eliemichel/LilySurfaceScraper
Lily Surface Scraper v1.9.0
Changelog
- Update to Blender 4.1 (Python 3.11)
- Warning Drop compatibility with previous versions of Blender in order to make the addon smaller.
Contributors
Lily Surface Scraper v1.8.1
Changelog
- Add disambiguation messages when one tries to import Materials as Worlds or the other way around
- Make thumbnails more robust
- Remove Assets.one scraper, which does not provides anything more than the other sources
- Use displacement map over bump map in TextureHaven scraper
Contributors
Lily Surface Scraper v1.8.0 - RC2
Changelog
- Add preview thumbnails for already downloaded materials and HDRIs
- Add support for Blender 3.1 on Mac (M1 and Intel) and Linux
Help wanted!
If you are using MacOS with an x86 (Intel) chip or linux, the add-on complains that it Cannot import name 'etree' from 'lxml', you can fix this by running something like this but adapted to your installation path:
"C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin\python.exe" -m pip install lxml -t "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules"
Then please send me the content of the lxml
directory it creates in scripts\modules
so that I can share it with everybody else here!
Contributors
Lily Surface Scraper v1.7.5 - RC3
Changelog
- Add support for Blender 3.1 on Windows
Help wanted!
If you are using MacOS or linux, the add-on complains that it Cannot import name 'etree' from 'lxml', you can fix this by running something like this but adapted to your installation path:
"C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin\python.exe" -m pip install lxml -t "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules"
for instance on MacOS:
/Applications/Blender.app/Contents/Resources/3.1/python/bin/python3.10 -m pip install wheel -t /Applications/Blender.app/Contents/Resources/3.1/scripts/modules/
Then please send me the content of the lxml
directory it creates in scripts\modules
so that I can share it with everybody else here!
Lily Surface Scraper v1.7.5 - RC2
Changelog
- Add support for Apple M1 and pave the way to other ARM-based processors
- Minor fix in TextureOne based search feature
Contributors
Lily Surface Scraper v1.7.4
Changelog
- Update Texture Haven and Hdri Haven scrapers to match the new Poly Haven website.
- Restore double sided materials in cgbookcase
- Delete zip file after download to save disk space
Contributors
Lily Surface Scraper v1.7.3
Changelog
- Update cgbookcase scraper to match new website.
- Known Regression Two sided materials are no longer supported (only one side is loaded)
Contributors
Lily Surface Scraper v1.7.2
Lily Surface Scraper v1.7.1 - RC1
Changelog
- Add support for upcoming Blender 2.93
- Fix some download issues on HDRI Haven
Contributors
@Yeetus3141
@eliemichel
Lily Surface Scraper v1.6.2
Changelog
- Fix HDRI Haven scraper after a change of their URLs.