flo / m3addon

Blender Addon to import and export m3 files
59 stars 17 forks source link

[Issue] Transfer Animations: The animations / the m3a file has not been made for the m3 file #30

Closed bknie1 closed 6 years ago

bknie1 commented 8 years ago

Hi, I've managed to import Murky (Heroes of the Storm) into Blender but his animations are stuck in the associated m3a file. Importing the m3a file separately creates a second Armature Object. I can see the parts moving but I need to merge the two so that the body moves.

How do you use the m3 and m3a merging functionality? I'm having some trouble:

Ah, right, so I'm running the script separately from Blender. No big deal. However I'm having a problem:

C:\>python transferAnimations.py MurkyBase.m3 MurkyAnims.m3a Murky.m3
The animations / the m3a file has not been made for the m3 file

Thanks!

bknie1 commented 8 years ago

This seems to be because of the line:

if m3Model.uniqueUnknownNumber != m3aModel.uniqueUnknownNumber:

Brute forcing it (commenting it out) doesn't help. Thought it was worth a try, haha. I could use some help.

flo commented 6 years ago

Sorry, I do not plan to continue maintaining this addon. Closing this ticket now.