Simple eyedropper tool to select and enter bones directly from the 3DView into properties. Even if the property has been added by add-ons, etc.
Direct input
The selected bone is entered directly into the property field. The armature used to get is the active object, or in the case of a constraint property, the constraint target.
Copy to clipboard
When executed outside of the property field, the selected bone name is saved to the clipboard.
Direct input : String/EditBone/PoseBone Property field> Context Menu (Right Click)> Bone Eyedropper
Copy to clipboard : 3D View > Context Menu (Right Click)> Bone Eyedropper
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.This extension requests the following permissions:
Import .blend from disk
Copy property paths to clipboard
Bro change from context menu to default blender eyedropper then someone can works fast