Skip to content

**Mesh Align Plus doesn't work on Blender 4.5 / 5.1** #37

@monpinero

Description

@monpinero

When you enable the addon it works, but when you disable it you get an error. After that you can't enable it again without restarting Blender.

Errors:

  1. On disable: has no attribute 'unregister'
  2. On re-enable: already registered as a subclass 'MAPLUS_OT_AlignPointsBase'

The fix is 3 small changes in the code:

  1. __init__.py – add unregister to the import
  2. utils/system.py – remove base classes from the registration list (Blender 4.x registers them automatically)
  3. utils/system.py – add try/except in register() so it doesn't crash if a class is already in memory

Patched zip attached – tested and working on Blender 4.5 LTS and 5.1.

mesh_mesh_align_plus-FIXED-v2.zip

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions