- fbx: permit empty deformers.

This commit is contained in:
Alexander Gessler
2012-07-26 22:57:52 +02:00
parent 666f2776d7
commit 3e3eb6fb7c
3 changed files with 21 additions and 10 deletions

View File

@@ -622,6 +622,10 @@ private:
const WeightIndexArray& indices = cluster->GetIndices();
const WeightArray& weights = cluster->GetWeights();
if(indices.empty()) {
continue;
}
const MatIndexArray& mats = geo.GetMaterialIndices();
bool ok = false;