mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge remote-tracking branch 'devhead/Preview4_0' into tsneo
# Conflicts: # Templates/BaseGame/game/data/ui/guis/loadingGui.gui # Templates/BaseGame/game/data/ui/guis/mainMenu.gui # Templates/BaseGame/game/tools/MainEditor/guis/MainEditorWindow.gui # Templates/BaseGame/game/tools/assetBrowser/guis/assetPreviewButtonsTemplate.gui # Templates/BaseGame/game/tools/forestEditor/brushes.tscript
This commit is contained in:
commit
717c7acca9
2266 changed files with 48780 additions and 26034 deletions
|
|
@ -1259,7 +1259,7 @@ function ColladaImportDlg::showDialog(%this, %shapePath, %cmd)
|
|||
if (isFile(%csPath))
|
||||
exec(%csPath);
|
||||
|
||||
%this.constructor = ShapeEditor.findConstructor(%this.path);
|
||||
%this.constructor = findShapeConstructorByFilename(%this.path);
|
||||
|
||||
// Only show the import dialog if required. Note that 'enumColladaScene' will
|
||||
// fail if the COLLADA file is missing, or a cached.dts is available.
|
||||
|
|
@ -1768,4 +1768,4 @@ function showImportDialog(%shapePath, %cmd)
|
|||
if ( isObject(AssimpImportDlg) )
|
||||
AssimpImportDlg.showDialog(%shapePath, %cmd);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue