mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 15:55:39 +00:00
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:
parent
ac3126765f
commit
fda722e355
7 changed files with 195 additions and 100 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue