Skip to content

blenderjps_v.0.1.4

Choose a tag to compare

@FabianPlum FabianPlum released this 12 Feb 13:26

BlenderJPS 0.1.4

Release notes for changes since v0.1.3.

Highlights

  • Uninstall Dependencies: You can now remove installed dependencies from addon preferences (Uninstall Dependencies button).
  • Installation improvements: Dependency installation was refactored and is more reliable, including when using a development/symlink setup.
  • CI and quality: The project now uses GitHub Actions for linting (Ruff) and Blender addon tests.

Changes

Added

  • Uninstall Dependencies option in addon preferences
  • CI workflow (Ruff lint + Blender addon tests) on push and PRs
  • Improved addon metadata

Changed

  • Refactored dependency installation (shared logic for UI and CI)
  • More reliable dependency discovery so the operator finds deps correctly in all setups
  • CI: Blender version updated; Blender 4 no longer tested in CI

Fixed

  • Various indentation and formatting fixes
  • Test path to example file

Contributors

What's Changed

  • CI: Add Blender runtime tests + ruff linting by @chraibi in #6

Full Changelog: 0.1.3...0.1.4