niacdoial / blemd

BMD importer for blender (BDL format also partially supported)
GNU General Public License v3.0
32 stars 12 forks source link

Animation Error with Blender 3.0: "animation file doesn't apply as expected (error is 'Bone' object has no attribute 'use_inherit_scale')" On master Branch #82

Closed linkyamato closed 7 months ago

linkyamato commented 7 months ago

i don't know why this happens. the model and the textures import as expected (I am also getting this error for textures but they load anyway: node (GLSL) materials went wrong.Falling back to incomplete materials.(error is bpy_prop_collection[index]: index 0 out of range, size 0)

i had to use blender 2.77, for this repo, checkout 4d26777 and zip it for backwards compatibility as mentioned here: https://github.com/niacdoial/blemd/issues/33#issuecomment-869100043

niacdoial commented 7 months ago

I added a commit or two to work under recent versions of blender (plus a new branch to backport some of the newer stuff to blender 2.7x) tell me if I managed to squash that particular issue!

linkyamato commented 7 months ago

works like a charm for 4.0! thank you for maintaining this