dependency sort finished, UI updated

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-09-15 12:25:06 -07:00
parent 0e2f75492c
commit 0dfcc1ea42
5 changed files with 287 additions and 110 deletions
@@ -3435,25 +3435,20 @@ namespace ScriptCanvasEditor
void MainWindow::RunUpgradeTool()
{
// \todo, restore this behavior, post modification step
/*
auto versionExplorer = aznew VersionExplorer::Controller(this);
versionExplorer->exec();
// update and fix this
// Manual correction
size_t assetsThatNeedManualInspection = AZ::Interface<IUpgradeRequests>::Get()->GetGraphsThatNeedManualUpgrade().size();
// If there are graphs that need manual correction, show the helper
if (assetsThatNeedManualInspection > 0)
{
UpgradeHelper* upgradeHelper = new UpgradeHelper(this);
upgradeHelper->show();
}
*/
// size_t assetsThatNeedManualInspection = AZ::Interface<IUpgradeRequests>::Get()->GetGraphsThatNeedManualUpgrade().size();
// // If there are graphs that need manual correction, show the helper
// if (assetsThatNeedManualInspection > 0)
// {
// UpgradeHelper* upgradeHelper = new UpgradeHelper(this);
// upgradeHelper->show();
// }
delete versionExplorer;
}
void MainWindow::OnShowValidationErrors()