Skip to content

Releases: eliemichel/LilySurfaceScraper

Lily Surface Scraper v1.9.0

07 Apr 12:57
Compare
Choose a tag to compare

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

@eliemichel

Lily Surface Scraper v1.8.1

12 Oct 06:36
Compare
Choose a tag to compare

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

@eliemichel

Lily Surface Scraper v1.8.0 - RC2

31 Mar 12:00
Compare
Choose a tag to compare

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

@eliemichel
@joshuabloemer
@KieranCoughlan
@zivoy
@PhlixFer

Lily Surface Scraper v1.7.5 - RC3

29 Mar 16:47
Compare
Choose a tag to compare

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

18 Oct 16:28
Compare
Choose a tag to compare
Pre-release

Changelog

  • Add support for Apple M1 and pave the way to other ARM-based processors
  • Minor fix in TextureOne based search feature

Contributors

@eliemichel

Lily Surface Scraper v1.7.4

24 Jul 09:57
Compare
Choose a tag to compare

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

@eliemichel
@zivoy

Lily Surface Scraper v1.7.3

24 Jun 16:30
Compare
Choose a tag to compare

Changelog

  • Update cgbookcase scraper to match new website.
  • Known Regression Two sided materials are no longer supported (only one side is loaded)

Contributors

@eliemichel

Lily Surface Scraper v1.7.2

02 Jun 07:19
Compare
Choose a tag to compare

Changelog

  • Switch from CC0Textures to ambientCG

Contributors

@izumi404
@eliemichel

Lily Surface Scraper v1.7.1 - RC1

27 Mar 09:48
Compare
Choose a tag to compare

Changelog

  • Add support for upcoming Blender 2.93
  • Fix some download issues on HDRI Haven

Contributors

@Yeetus3141
@eliemichel

Lily Surface Scraper v1.6.2

12 Mar 11:13
Compare
Choose a tag to compare

Changelog

  • Fix HDRI Haven scraper after a change of their URLs.