Enables the assimp import options gui when loaded from the shape editor.

Adds new assimp options to the importer gui.
Copies the importer gui to the BaseGame template.
This commit is contained in:
OTHGMars 2019-04-15 19:03:10 -04:00
parent 75440918e5
commit 55c01fc4ca
6 changed files with 996 additions and 20 deletions

View file

@ -267,7 +267,7 @@ function ShapeEdSelectWindow::onSelect( %this, %path )
else
{
%cmd = "ShapeEditor.selectShape( \"" @ %path @ "\", false );";
ColladaImportDlg.showDialog( %path, %cmd );
showImportDialog( %path, %cmd );
}
}