mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +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
75440918e5
commit
55c01fc4ca
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