Skip to content

Lily Surface Scraper v1.7.5 - RC3

Compare
Choose a tag to compare
@eliemichel eliemichel released this 29 Mar 16:47
· 18 commits to master since this release

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!