Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

context.active_bone can also be bpy.types.Bone #273

Closed
Andrej730 opened this issue Jun 25, 2024 · 2 comments
Closed

context.active_bone can also be bpy.types.Bone #273

Andrej730 opened this issue Jun 25, 2024 · 2 comments
Assignees

Comments

@Andrej730
Copy link
Contributor

It's currently typed as EditBone

image

But it can also be just bpy.types.Bone (when armature not in EDIT mode).
image

Looks like it's an issue upstream - https://docs.blender.org/api/current/bpy.context.html#bpy.context.active_bone

@nutti nutti self-assigned this Jul 9, 2024
@nutti
Copy link
Owner

nutti commented Jul 9, 2024

Created PR for Blender repository.
https://projects.blender.org/blender/blender/pulls/124406

@nutti
Copy link
Owner

nutti commented Jul 18, 2024

PR is now merged.

@nutti nutti closed this as completed Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants