Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 14:23
310875b

Breaking changes

New features

Enhancements

  • Add environment variables propagation to Blender execution.
  • Allow to test directly a Python package located inside the directory passed to blender-addons-dirs or install_addons_from_dir without zipping it previously.

Migration guide from v1 or v2

Most likely you don't need to use the fixtures install_addons_from_dir, disable_addons and uninstall_addons because now you can define the addons to install using the blender-addons-dirs and blender-addons-cleaning configuration options:

  • You can replace all the logging configuration of logging.getLogger("pytest_blender") by the pytest-blender-debug configuration option.