mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
Include a mapping for the names generated by the FBX export.
This commit is contained in:
parent
08426fbd9c
commit
a704a29864
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping)
|
|||
}
|
||||
QList<QVariant> mappings = blendshapeMappings.values(blendshapeName);
|
||||
if (mappings.isEmpty()) {
|
||||
blendshapeIndices.insert(blendshapeName, QPair<int, float>(i, 1.0f));
|
||||
blendshapeIndices.insert("ExpressionBlendshapes." + blendshapeName, QPair<int, float>(i, 1.0f));
|
||||
} else {
|
||||
foreach (const QVariant& mapping, mappings) {
|
||||
|
|
Loading…
Reference in a new issue