-
released this
2026-07-24 18:48:47 +00:00 | 14 commits to main since this releaseThis update improves Blender extension compatibility, prevents translation downloads from freezing Blender, speeds up UV repairs, and improves error handling across several tools.
Fixed:
- Fixed user settings, translation caches, dictionaries, and downloaded translations being stored inside the extension package.
- Fixed user data being lost or becoming unwritable after extension updates.
- Fixed translation and dictionary downloads potentially freezing Blender indefinitely.
- Fixed an off by one error that skipped the final UV during repair.
- Fixed broad exception handlers hiding unexpected errors.
Changes:
- Runtime user data is now stored in Blender’s persistent writable user data location.
- Existing user settings are migrated automatically.
- UV NaN checking and repair now use vectorized NumPy operations for better performance on dense meshes.
- Exception handling across importer, armature, atlas, scale, and eye tracking tools now catches specific expected errors.
Compatibility:
- Updated runtime data handling to comply with Blender extension system guidelines.
Downloads
-
Source code (ZIP)
8 downloads
-
Source code (TAR.GZ)
2 downloads