This commit is contained in:
iAmAsval 2021-10-13 23:01:46 +02:00
parent 722110dbc6
commit 6f78a9c24e
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 51a840f200bbf74db623c6feb015feeefa892dba
Subproject commit b2a19656f9909b3b3db3fbc0e4e213bc01eab066

View File

@ -673,6 +673,7 @@ namespace FModel.ViewModels
}
return true;
}
case USkeleton when UserSettings.Default.IsAutoSaveMeshes && UserSettings.Default.SaveSkeletonAsMesh:
case UMaterialInterface when UserSettings.Default.IsAutoSaveMaterials:
case UAnimSequence when UserSettings.Default.IsAutoSaveAnimations:
{