Updates asset importer and project importer to output to separate log files into tools/logs

Add utility console function for getting current datetime
This commit is contained in:
JeffR 2021-11-03 00:13:00 -05:00
parent ac3126765f
commit fda722e355
7 changed files with 195 additions and 100 deletions

View file

@ -41,6 +41,7 @@ function initializeProjectImporter()
//Input::GetEventManager().subscribe( ProjectImportCtrl, "EndDropFiles" );
$ProjectImporter::importer = new AssetImporter();
$ProjectImporter::importer.dumpLogs = false; //we'll handle the log files ourselves
%importConfig = new AssetImportConfig();
%importConfig.loadImportConfig(AssetImportSettings, "LegacyProjectImport");