• 5.2.2.1 d3500e0d21

    5.2.2.1 (Blender 5.2 LTS and 5.1)
    All checks were successful
    Package Add-on / package (push) Successful in 17s
    Static Tests / static (push) Successful in 14s
    Blender 5.2 Tests / blender (push) Successful in 1m28s
    Stable

    Yusarina released this 2026-07-24 18:48:47 +00:00 | 14 commits to main since this release

    This 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