Skip to content

Commit

Permalink
Fix for blendshape anim curves not transferring.
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Vodhanel committed Apr 10, 2022
1 parent 4288112 commit ed25ceb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -881,10 +881,6 @@ UObject* FDazToUnrealModule::ImportFromDaz(TSharedPtr<FJsonObject> JsonObject)
}
}
}
for (FbxBlendShapeChannel* Channel : ChannelsToRemove)
{
BlendShape->RemoveBlendShapeChannel(Channel);
}
}
}
}
Expand Down

0 comments on commit ed25ceb

Please sign in to comment.