Search found 1 match

by skinklizzard
Thu Sep 12, 2019 2:07 pm
Forum: Modding
Topic: Blender
Replies: 45
Views: 147225

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.