mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Update assetBrowser.tscript
remove spam from debug echos
This commit is contained in:
parent
bfe2401ebb
commit
9cf17ae9a0
1 changed files with 0 additions and 2 deletions
|
|
@ -2772,7 +2772,6 @@ function AssetBrowser::importLooseFiles(%this)
|
|||
|
||||
function getAssetPreviewImage(%asset)
|
||||
{
|
||||
echo(%asset);
|
||||
if(isFile(%asset))
|
||||
{
|
||||
%aq = new AssetQuery();
|
||||
|
|
@ -2794,7 +2793,6 @@ function getAssetPreviewImage(%asset)
|
|||
%moduleName = AssetDatabase.getAssetModule(%asset).ModuleId;
|
||||
%assetName = AssetDatabase.getAssetName(%asset);
|
||||
%previewAssetName = "ToolsModule:" @ %moduleName @ "_" @ %assetName @ "_PreviewImage";
|
||||
echo(%previewAssetName);
|
||||
if(AssetDatabase.isDeclaredAsset(%previewAssetName))
|
||||
{
|
||||
%previewDef = AssetDatabase.acquireAsset(%previewAssetName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue