Fixes for creation and rendering of assets and models

This commit is contained in:
Lewin Kelly 2024-03-23 02:50:20 +00:00
parent 9b4a55aff4
commit 7e5b593cd9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ SetupAvatar(
"/api/render/characterasset?id="
)
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true, true) -- crop it (?)
local click = ThumbnailGenerator:Click("PNG", 1680, 1680, true)
print(`[{game.JobId}] Successfully rendered clothing`)

View File

@ -13,7 +13,7 @@ for _, object in pairs(game:GetObjects(`{_BASE_URL}/asset?id={_ASSET_ID}`)) do
end)
end
local click = ThumbnailGenerator:Click("PNG", 1024, 1024, true)
local click = ThumbnailGenerator:Click("PNG", 1024, 1024, true, true) -- crop it (?)
print(`[{game.JobId}] Rendered model`)