mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
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:
parent
2d20995867
commit
6111eb466e
6 changed files with 996 additions and 20 deletions
|
|
@ -267,7 +267,7 @@ function ShapeEdSelectWindow::onSelect( %this, %path )
|
|||
else
|
||||
{
|
||||
%cmd = "ShapeEditor.selectShape( \"" @ %path @ "\", false );";
|
||||
ColladaImportDlg.showDialog( %path, %cmd );
|
||||
showImportDialog( %path, %cmd );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue