@@ -88,6 +88,8 @@ THREE.SkinnedMesh.prototype.bind = function( skeleton, bindMatrix ) {
if ( bindMatrix === undefined ) {
this.updateMatrixWorld( true );
+
+ this.skeleton.calculateInverses();
bindMatrix = this.matrixWorld;