Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using my Blender model in an XNA project for animation. Previous models have worked fine but I'm getting an error with a model of a head:

Error normalizing vertex bone weights. BoneWeightCollection does not contain any weighting values.

I have checked my model and as far as I'm aware all vertices are attached to the two bones I have added. The bones have automatic weights, my aim is to animate the mouth but that gives this error.

Here's a download link to my model file.

share|improve this question
Your question will automatically be sent to the right site and you'll be notified, you don't need to do anything for this as it will be done for you. As for your question, what were you trying to do and have you added weights to the bones? – Tom Wijsman Apr 12 '12 at 17:55
yes i have added automatic weights to the bones. my aim is to animate the mouth in XNA ( i have managed this with other models) but i get an error which suggests all my vertices aren't assigned to the bones, but as far as i can see they are? thanks. – DK10 Apr 12 '12 at 17:58

migrated from superuser.com Apr 13 '12 at 4:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.