enziop / mixamo_converter

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

fix class description error for blender 2.81a #60

Closed Gumbee closed 4 years ago

Gumbee commented 4 years ago

Fixed the install error for blender 2.81a which happened during the registration of the classes.

This should probably be merged into a seperate branch (blender2.81a) since I have only tested it on blender 2.81a (2.81.16 to be specific) and am not sure if it works in blender 2.80 as well. Since I don't have any push rights on this project I am making the pull request on the blender28 branch but feel free to reroute it to a new branch.

This fixes #54