enziop / mixamo_converter

Blender addon for converting mixamo animations to Unreal 4 rootmotion
GNU General Public License v3.0
662 stars 155 forks source link

Add On not Working With Blender 2.81a #62

Closed cqhudson closed 4 years ago

cqhudson commented 4 years ago

I have tried to use all 4 of the branches and none of them worked.

The master, ajugglerstale, and develop branches all say to update to 2.8 (which I am already using).

The blender28 branch does not tell me to update, however, it does throw an error that keeps me from enabling it.

The error is:

Exception in module register(): /Users/dendenden/Library/Application Support/Blender/2.81/scripts/addons/mixamo_converter-blender28/__init__.py
Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/2.81/scripts/modules/addon_utils.py", line 384, in enable
    mod.register()
  File "/Users/dendenden/Library/Application Support/Blender/2.81/scripts/addons/mixamo_converter-blender28/__init__.py", line 499, in register
    bpy.utils.register_class(cls)
TypeError: expected Operator, OBJECT_OT_RemoveNamespace class "description" attribute to be a static/class method, not a str

I hope this addon is still being supported.

Gumbee commented 4 years ago

there is a pull request which fixes the add on for Blender 2.81a. It hasn't been merged yet, but you can use that branch if you need it to work with Blender 2.81a

guidocir commented 4 years ago

Hello, the issue is blocking, when will it be fixed? Many thanks, Guido

enziop commented 4 years ago

duplicate of #54 now masterbranch is 2.8 version and should work again