Releases: eliemichel/LilySurfaceScraper
Lily Surface Scraper v1.6.1
Changelog
- Add support for IES lights from https://ieslibrary.com
edit: v1.6.1 is a minor fix over v1.6.0 of the IES scraper when used with the german version of the website.
Lily Surface Scraper v1.5.1
Changelog
- Fix automatic node layout
Lily Surface Scraper v1.5.0 - RC1
Changelog
- Add an option to use this nice trick with envmaps: https://twitter.com/LucaRood/status/1291803450502713344
- Introduce database.blend to enable future advanced node groups upon import
- Switch from Textures.one to 3DAssets.one (the site has been renamed) #112
- Better handles relative path in texture folder (in user preferences) #83
Lily Surface Scraper v1.4.1
Changelog
- Fix search system
- Handle absolute urls in cgbookcase scraper
Lily Surface Scraper v1.4.0 - RC1
Changelog
-
lxml issues should be largely fixed (switched back to bundling the package with the addon, installing through pip is too much hassle)
-
A Mapping node is automatically added
-
Various fixes of the scrappers (Texture Haven, Hdri Haven)
-
Add option for using AO maps as a multiplier over the base color (even though it is not technically correct)
Lily Surface Scraper v1.3.4 - RC2
Try to install the add-on using LilySurfaceScrapper-v1.3.4-rc2.zip
first. It is more lightweight, but troubles have been reported when using it on OSX or Ubuntu. Only if it does not work then install LilySurfaceScrapper-BundledLxml-v1.3.4-rc2.zip
but in this case please fill a report to explain what was the issue with the first one!
Lily Surface Scraper v1.3.4 - RC1
The main goal of this release is to be finally working on OSX and Ubuntu, as several people reported bugs regarding the installation of lxml. So, if you have an error about lxml when activating the add-on, please open an issue specifying exactly which version of Blender you use, which version of the add-on and which OS. This version will remain RC (release candidate) until this is fixed.
Lily Surface Scraper v1.3.3
If you have an error about lxml when activating the add-on, try just restarting Blender before activating the add-on again. In most cases, it fixes the issue. If you are using Mac, you can try this solution. If none of the above solution works for you, please report in the bug tracker.
Changelog
-
Fix issues about missing color spaces when setting up color/non-color texture nodes.
-
Update CC0 scraper to acount for changes in the website source code.
-
Add support for extra download links in hdrihaven scrapper. Some pages on HDRIHaven have an extra link to download a tone mapped version of the texture. This crashing the scrapper, now this is fixed and it is even possible to load the tone-mapped version from the add-on.
-
Switch to using API for CC0Textures (more robust and future proof)
-
Handle custom OCIO colorspace config when setting up cycle nodes
-
Various bugfixes
Contributors
@ogierm
@eliemichel
Lily Surface Scraper v1.3.3 - RC1
If you have an error about lxml when activating the add-on, try just restarting Blender before activating the add-on again. In most cases, it fixes the issue. If you are using Mac, you can try this solution. If none of the above solution works for you, please report in the bug tracker.
Changelog
-
Update CC0 scraper to acount for changes in the website source code.
-
Add support for extra download links in hdrihaven scrapper. Some pages on HDRIHaven have an extra link to download a tone mapped version of the texture. This crashing the scrapper, now this is fixed and it is even possible to load the tone-mapped version from the add-on.
-
Switch to using API for CC0Textures (more robust and future proof)
-
Handle custom OCIO colorspace config when setting up cycle nodes
-
Various bugfixes
Contributors
@ogierm
@eliemichel
Lily Surface Scraper v1.3.2 - RC3
This is a Release Candidate, namely a beta release that may have issues. The main issue that can occur is an error about lxml upon installation. If you run into such trouble (or any trouble actually) please report in the bug tracker. If no issue is reported in the incoming days, this release candidate will become an actual stable release.
Changelog
-
Update CC0 scraper to acount for changes in the website source code.
-
Add support for extra download links in hdrihaven scrapper. Some pages on HDRIHaven have an extra link to download a tone mapped version of the texture. This crashing the scrapper, now this is fixed and it is even possible to load the tone-mapped version from the add-on.
-
Improve documentation. The front page README has been largely redacted and illustrated.
-
Install lxml using pip. The Python library
lxml
on which we rely used to be savagely packaged in this add-on as precompiled binaries copied from different sources. It now uses Python's library manager (pip) to install lxml if it was missing. This is ensured to be compatible with any OS, avoid duplicating lxml and avoids distributing a partly binary add-on (which was not so GPL compliant). -
Make it possible to import a world without an active object. The world import buttons were greyed out when no object was active (a leftover from the material importation buttons that must indeed be greyed out in that case).
-
Load preferences properly when installed from master. Nobody should install the add-on from the master's root but in practice many people do (e.g. using the "Download as zip" button on GitHub) so we made the add-on work as well in that case.
Contributors
@ogierm (special thanks for your support!)
@eliemichel