Search found 1 match
Re: Blender
The import script for the plugin for blender 2.8 doesn't work as is, it throws an error on anything with a skeleton. blender removed scene.update() from the api with 2.8. A simple search and replace for "scn.update()" to "bpy.context.view_layer.update()" will get it working though.