Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Thoraric on May 18, 2016, 01:25:34 pm

Title: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: Thoraric on May 18, 2016, 01:25:34 pm
Anybody ever met this error? how to solve it? It comes up when i try to export.
Title: Re: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: schlumpf on May 18, 2016, 01:43:41 pm
MOVI chunk uses unsigned shorts, but you have so many indices in it that it extends over the boundaries of an unsigned short. Let your groups be smaller.
Title: Re: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: Thoraric on May 18, 2016, 01:52:11 pm
To Split into little spieces wasn't enough, or what did you mean under make smaller groups?
Title: Re: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: schlumpf on May 18, 2016, 03:24:15 pm
If that's not enough I have no idea. Maybe a bug with the exporter then.
Title: Re: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: Skarn on May 19, 2016, 12:56:28 pm
I will direct the issue to the plugin developer. Actually, you can do it yourself by simply posting that on MCNet and sending a link to Miton. He's the one who worked on the last version.
Title: Re: [QUESTION] [WotLk] [BC] Blender WMO struct error
Post by: Thoraric on May 19, 2016, 01:39:56 pm
Thank you, how do i know if he find out the problem?