Skip to content

v1.2.1

Compare
Choose a tag to compare
@speculative-artefact speculative-artefact released this 25 May 12:14
· 6 commits to main since this release

EasyMesh Batch Exporter v1.2.1

🐛 Bug Fix Release

Fixed: Package Size Issue

Problem: Previous releases were inadvertently including the entire releases/ directory in the addon package, causing unnecessarily large file sizes. Each new release was packaging all previous releases within it, creating a compounding size issue.

Solution: Updated the build configuration to properly exclude development and release files from the final package.

Technical Details

  • Added paths_exclude_pattern to blender_manifest.toml
  • Now excludes: releases/, .git/, .github/, pycache/, and other development files
  • Result: Package size reduced by ~80%

Impact

  • Faster downloads
  • Less storage space required
  • Cleaner addon installation

No functionality changes - this is purely a packaging fix. If you have v1.2.0 installed and working, there's no need to update unless the file size was causing issues.


Thank you to all users for your feedback and suggestions! I'd love to hear about your experience with the new features! Report issues or suggest improvements on GitHub. 🙏