mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 20:35:35 +00:00
Re-added prefix handling for named texture lookups for image asset fields
Changed render-out of shape preview images to use png Added filter against previewCache folder
This commit is contained in:
parent
0fa8b97f91
commit
8ed3bab44c
7 changed files with 10 additions and 20 deletions
|
|
@ -2778,7 +2778,7 @@ function getAssetPreviewImage(%asset)
|
|||
|
||||
if(%previewPath $= "")
|
||||
%previewPath = "ToolsModule:unknownImage_image";
|
||||
|
||||
|
||||
return %previewPath;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue