Romulion / LMD_Animation_Loader

Animation loader script for Blender
8 stars 5 forks source link

Script requires an extra update #3

Closed MicheleBiena closed 2 years ago

MicheleBiena commented 3 years ago

I tried installing this script on Blender 2.92 and got this error error So after this i tried reversing Blender to 2.83.13 and still got the same error. .lmd models load fine, but not .lmd animations.

Romulion commented 3 years ago

Just change in file head

"blender": (2, 79, 0),

to

"blender": (2, 80, 0),

Works on Blender 2.92

Romulion commented 2 years ago

Add multiple version support to script