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

Does not appear to work in Blender 2.9x #5

Open
orcinus opened this issue Sep 12, 2023 · 1 comment
Open

Does not appear to work in Blender 2.9x #5

orcinus opened this issue Sep 12, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@orcinus
Copy link

orcinus commented Sep 12, 2023

Getting the following when trying to enable the add-on in preferences:

image

@vr-voyage
Copy link
Owner

Indeed, this is broken due to older Python not handling list components typing.

I tested a fix that I pushed here :
https://github.com/vr-voyage/blender_bones_merger/blob/issue/1/fix292/bones_merger.py

Could you try to :

  • Remove the addon
  • Download that single python file
  • Install it the same way (Add ons -> Install -> Choose the .py file you downloaded)
  • Enable the installed add-on

And also, give it a test, see if everything seems OK.

@vr-voyage vr-voyage self-assigned this Sep 12, 2023
@vr-voyage vr-voyage added the bug Something isn't working label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants