Changelog Fix: Change blender_manifest tags --> System
Fix: Incorrect undo behavior after renaming
When performing an undo immediately after renaming, the actions are undone step-by-step (instead of as a single operation). To fix this, I added bl_options={'REGISTER', 'UNDO'} to the operator.
Fix: Fixed an issue where the Active key was not executed after SelectBoneByName was run (Blender 4.5)
Find and select bone by name
Selecting bones by name previously didn’t work in Blender 5.0 because the API for selecting bones had changed. It has now been fixed.