This version introduces full compatibility with Blender 5.0.0. All features have been updated to work with the latest API changes.
context.view_layer.update() call from the modal function, which caused the entire scene to re-evaluate on every mouse movement.AttributeError on Custom Properties: The add-on now correctly distinguishes between RNA attributes (like subtarget) and Custom Properties.EditBone or PoseBone types to RNA properties would fail.change tagline
use_custom_shape_bone_size is turned off for bones with custom shapes applied.When bones overlap, Ctrl + mouse wheel Up/Down can now be used to search for bones in close proximity.
Fixed eyedropper behavior when operator is called directly. This fix now copies the name of the bone to the clipboard when called directly.
1.0.0 Initial Version